We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a179d commit c14fc1cCopy full SHA for c14fc1c
.env.example
@@ -41,4 +41,4 @@ MAIL_FROM_NAME="Pterodactyl Panel"
41
# mail servers such as Gmail to reject your mail.
42
#
43
# @see: https://github.com/pterodactyl/panel/pull/3110
44
-# SERVER_NAME=panel.example.com
+# MAIL_EHLO_DOMAIN=panel.example.com
config/mail.php
@@ -41,7 +41,7 @@
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
- 'local_domain' => env('MAIL_EHLO_DOMAIN'),
+ 'local_domain' => env('MAIL_EHLO_DOMAIN', env('SERVER_NAME')),
45
],
46
47
'ses' => [
0 commit comments