Trying to send email using mailtrap... i successfully implemented it on localhost and it works fine, however i can't get it to work on live server after deploying to heroku. please what's the fix around it
here is my smtp settings from my .env
file
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=31239f96d871e7
MAIL_PASSWORD=*****
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="browynlouis2@gmail.com"
MAIL_FROM_NAME="${APP_NAME}"
and that's exactly how it is in my heroku