Skip to content

Commit 24b213f

Browse files
mrkrabsDaneEveritt
authored andcommitted
change smtp.google.com to smtp.gmail.com (pterodactyl#1281)
1 parent a8373ec commit 24b213f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

resources/lang/cn/command/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
'environment' => [
5151
'mail' => [
52-
'ask_smtp_host' => 'SMTP 主机 (e.g. smtp.google.com)',
52+
'ask_smtp_host' => 'SMTP 主机 (e.g. smtp.gmail.com)',
5353
'ask_smtp_port' => 'SMTP 端口',
5454
'ask_smtp_username' => 'SMTP 用户名',
5555
'ask_smtp_password' => 'SMTP 密码',

resources/lang/de/command/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
'environment' => [
4242
'mail' => [
43-
'ask_smtp_host' => 'SMTP Host (e.g. smtp.google.com)',
43+
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
4444
'ask_smtp_port' => 'SMTP Port',
4545
'ask_smtp_username' => 'SMTP Benutzername',
4646
'ask_smtp_password' => 'SMTP Password',

resources/lang/en/command/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
'environment' => [
5151
'mail' => [
52-
'ask_smtp_host' => 'SMTP Host (e.g. smtp.google.com)',
52+
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
5353
'ask_smtp_port' => 'SMTP Port',
5454
'ask_smtp_username' => 'SMTP Username',
5555
'ask_smtp_password' => 'SMTP Password',

resources/lang/es/command/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
'environment' => [
4949
'mail' => [
50-
'ask_smtp_host' => 'Host SMTP (e.g. smtp.google.com)',
50+
'ask_smtp_host' => 'Host SMTP (e.g. smtp.gmail.com)',
5151
'ask_smtp_port' => 'Puerto SMTP',
5252
'ask_smtp_username' => 'El nombre de Usuario SMTP',
5353
'ask_smtp_password' => 'Contraseña SMTP',

0 commit comments

Comments
 (0)