mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 20:20:56 +00:00
fix the comments and json tag
This commit is contained in:
parent
7fbaf82897
commit
f0be45dfff
@ -43,7 +43,7 @@ func newSMTPWriter() Logger {
|
|||||||
// Init smtp writer with json config.
|
// Init smtp writer with json config.
|
||||||
// config like:
|
// config like:
|
||||||
// {
|
// {
|
||||||
// "Username":"example@gmail.com",
|
// "sername":"example@gmail.com",
|
||||||
// "password:"password",
|
// "password:"password",
|
||||||
// "host":"smtp.gmail.com:465",
|
// "host":"smtp.gmail.com:465",
|
||||||
// "subject":"email title",
|
// "subject":"email title",
|
||||||
|
Loading…
Reference in New Issue
Block a user