AWS SES email configuration in Bagisto
-
Steps to follow for SES email configuration
First, you should have all the valid SES SMTP mail credentials.- Now, go to the .env file
- add the email configuration
MAIL_DRIVER=smtp
MAIL_HOST=email-smtp.us-west-2.amazonaws.com
MAIL_PORT=587
MAIL_USERNAME=ccdsfsdcs
MAIL_PASSWORD=ddddsadsadsadadsa
MAIL_ENCRYPTION=tls
[email protected]
[email protected]
MAIL_FROM_NAME=admin- clear the cache using the command from project's root
php artisan config:cache