🐛 修复邮件发送失败的问题

pull/21/head
ruibaby 2018-07-18 15:12:59 +08:00
parent f37f9656f6
commit a78ce161da
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ public enum BlogProperties {
/** /**
* *
*/ */
MAIL_SMTP_USERNAME("smtp_username"), MAIL_SMTP_USERNAME("mail_smtp_username"),
/** /**
* *
*/ */
MAIL_SMTP_PASSWORD("smtp_password"), MAIL_SMTP_PASSWORD("mail_smtp_password"),
/** /**
* *