forked from Alex/Pterodactyl-Panel
change smtp.google.com to smtp.gmail.com (#1281)
This commit is contained in:
parent
a8373ec726
commit
24b213fbc6
@ -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 密码',
|
||||
|
@ -40,7 +40,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 Benutzername',
|
||||
'ask_smtp_password' => 'SMTP Password',
|
||||
|
@ -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',
|
||||
|
@ -47,7 +47,7 @@ return [
|
||||
],
|
||||
'environment' => [
|
||||
'mail' => [
|
||||
'ask_smtp_host' => 'Host SMTP (e.g. smtp.google.com)',
|
||||
'ask_smtp_host' => 'Host SMTP (e.g. smtp.gmail.com)',
|
||||
'ask_smtp_port' => 'Puerto SMTP',
|
||||
'ask_smtp_username' => 'El nombre de Usuario SMTP',
|
||||
'ask_smtp_password' => 'Contraseña SMTP',
|
||||
|
Loading…
Reference in New Issue
Block a user