1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 11:53:28 +00:00

add the comments

This commit is contained in:
astaxie 2016-01-04 22:22:42 +08:00
parent f0be45dfff
commit 3bb22d149e

View File

@ -43,7 +43,7 @@ func newSMTPWriter() Logger {
// Init smtp writer with json config.
// config like:
// {
// "sername":"example@gmail.com",
// "username":"example@gmail.com",
// "password:"password",
// "host":"smtp.gmail.com:465",
// "subject":"email title",