change smtp.google.com to smtp.gmail.com (#1281)

This commit is contained in:
mrkrabs 2018-08-13 20:00:05 +03:00 committed by Dane Everitt
parent a8373ec726
commit 24b213fbc6
4 changed files with 4 additions and 4 deletions

View file

@ -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',