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 Host (e.g. smtp.google.com)',
|
||||
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
|
||||
'ask_smtp_port' => 'SMTP Port',
|
||||
'ask_smtp_username' => 'SMTP Username',
|
||||
'ask_smtp_password' => 'SMTP Password',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue