Skip to content

Commit

Permalink
change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
宗福想 committed Nov 27, 2017
1 parent 567c624 commit ee9091a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Android Mail
# Android Mail

###前言
### 前言
Android前端一般都使用埋点或者听云第其他的云平台作为分析日志的工具,但是一些小量的日志或者数据可以用邮件去分析,因为Python、JAVA、PHP都有封装的类库去发送邮件,所以一般做法是调用网络接口让后台去发送邮件,其实Android中也可以发送邮件,其实整合的JAVA的类库。

- QQ
Expand All @@ -21,4 +21,8 @@ Android前端一般都使用埋点或者听云第其他的云平台作为分析

> 如果是认证失败,首先检查一下` Mail.setUserName() 是否用邮箱地址,一般不要用邮箱地址,用@ 前面的用户名 `
如果打开调试模式,请设置 `Mail.setDebug(true)`,如果要添加Properties ,value 的值一定要是 字符串的"true" 或"false"
如果打开调试模式,请设置 `Mail.setDebug(true)`,如果要添加Properties ,value 的值一定要是 字符串的"true" 或"false"


ps:
> 第一次弄git 依赖库,出了很多问题,比如不能依赖

0 comments on commit ee9091a

Please sign in to comment.