π§Mail Setup
Why Do I Need to Configure Email?
Prerequisites
Configure Mail Account
MAIL_DRIVER="Your mail driver" β (e.g., smtp)
MAIL_HOST="Your mail host" β (e.g., smtp.gmail.com)
MAIL_PORT="Your mail port" β (e.g., 587)
MAIL_USERNAME="Your email ID" β (e.g., yourname@gmail.com)
MAIL_PASSWORD="Your email password" β (e.g., your email account password)
MAIL_ENCRYPTION="Your encryption type" β (e.g., tls or ssl)Last updated