Created
February 6, 2020 18:12
-
-
Save omar-vasquez-dev/7786b151efae54fb15ed488b85fdaff2 to your computer and use it in GitHub Desktop.
Configuracion por el error 501 5.5.4 Invalid domain name"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIL_DRIVER=smtp | |
MAIL_HOST=mail.domaim.com | |
MAIL_USERNAME=XXXXX | |
MAIL_PASSWORD=XXXXX | |
MAIL_ENCRYPTION=tls | |
[email protected] | |
MAIL_FROM_NAME=Name" | |
MAIL_PORT=587 | |
server { | |
listen 8001; | |
#listen [::]:80 ipv6only=on; | |
server_name name.com; <--- cambiar a 127.0.0.1 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment