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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则