MAIL_DRIVER=smtp
MAIL_HOST=secure251.inmotionhosting.com
MAIL_PORT=465
[email protected] // your full email address
MAIL_PASSWORD=password // your password
MAIL_ENCRYPTION=ssl
[email protected] // your full email address
MAIL_FROM_NAME=Your name
Nov 2, 2018
3
Level 8
Email settings
Hello I want to setup my email parameters in the .env file , now i'm using MailTrap and it works well , but I want to use the hosting email (inmotion hosting) the parameters are :
Incoming Server: secure251.inmotionhosting.com
Outgoing Server: secure251.inmotionhosting.com
Username: Your full e-mail address
Password: Your e-mail account password
Incoming Port: IMAP 993
Outgoing Mail server (SMTP) Port: 465
SSL: YES
SMTP Authentication Required
Secure Authentication or SPA needs to be turned off
how to translate this to the .env file ?
MAIL_DRIVER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
```
Level 2
1 like
Please or to participate in this conversation.