Can Amazon SES replace SendGrid functionality?

0

I currently use SendGrid in my asp.net core web app to send out emails -- I don't need to receive emails into the app. Is it pretty simple to replace that with SES? Is there a tutorial or guide on how to do that? I am having trouble debugging my SendGrid plugin in my Elastic Beanstalk instance and am looking for an easier emailing solution.

Thanks!
Bryan

Edited by: cassb on Jul 11, 2019 5:19 AM

cassb
已提問 5 年前檢視次數 420 次
3 個答案
0

Hello,

Here are few links that might help.

Sending Email with Amazon SES -
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-email.html

Send an Email by Accessing the Amazon SES SMTP Interface Programmatically -
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-programmatically.html

Integrating Amazon SES with Your Existing Email Server -
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp-existing-server.html

Regards,
Gaurav @ AWS

已回答 5 年前
0

OK, I have installed the AWS SDK and SimpleEmail packages to my ASP.NET Core project and tested sending some emails. It works great from my local PC.

I have deployed the app from my PC to my ElasticBeanstalk instance on Amazon AWS. The same app running in that instance is not sending emails. Am I missing something I need to copy over to the Windows instance so it will send emails from there now?

Thanks!
Bryan

cassb
已回答 5 年前
0

I copied the .aws folder with the credentials file from my local PC where it's working to the C:\Users\Administrator folder in my EC2 instance, then restarted the app. I also tried terminating the instance and created a fresh instance and made sure the service role had permission for SendEmails and SendRawEmails. Still no emails going out.

Help!

Edited by: cassb on Aug 1, 2019 7:39 PM

cassb
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南