change smtp.google.com to smtp.gmail.com (#1281)
This commit is contained in:
parent
a8373ec726
commit
24b213fbc6
4 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ return [
|
|||
],
|
||||
'environment' => [
|
||||
'mail' => [
|
||||
'ask_smtp_host' => 'SMTP 主机 (e.g. smtp.google.com)',
|
||||
'ask_smtp_host' => 'SMTP 主机 (e.g. smtp.gmail.com)',
|
||||
'ask_smtp_port' => 'SMTP 端口',
|
||||
'ask_smtp_username' => 'SMTP 用户名',
|
||||
'ask_smtp_password' => 'SMTP 密码',
|
||||
|
|
Reference in a new issue