@ivymasterman If you’re using Vapor and deploying to AWS then yes, it makes sense to also use SES for sending emails.
Laravel Vapor email environment setup
Hello, does laravel vapor only supports SES for emails or we can use any kind of service?
I am trying to setup this https://sendgrid.com/ service (it worked on normal cpanel) but here I get this error in aws:
{"message":"Request to AWS SES API failed.","context":{"exception":{"class":"Swift_TransportException","message":"Request to AWS SES API failed.","code":0,"file":"/var/task/vendor/laravel/framework/src/Illuminate/Mail/Transport/SesTransport.php:60","previous":
@ivymasterman Why would it be the only option? You just configure the mailer. Like you would if you app was hosted anywhere else. But it just makes sense to use SES if you’re deploying to AWS via Vapor.
Why deploy most of your infrastructure to AWS… and then use something completely different for emails?
Please or to participate in this conversation.