lundi 27 avril 2015

Sending SQL emails using AWS and SES

I hope someone will be able to help me with this since I am new with AWS stuff.

I have a Web App using .NET MVC which will be deployed/hosted in AWS. This is the description of what I would like to achieve:

1- Let's say that the Web App will insert products in a Products Table on SQL Server.

2- When this product is inserted, the system (AWS) will send an email to a Client from a Clients Table on SQL Server.

  • Is that possible with AWS?
  • Could I set a trigger in SQL Server and send an email by SES?
  • Is it better to use SQS?. So the Web App will publish messages in SQS, and then having another app listening and sending those emails, for instance a console app.

I will appreciate any direction or useful link.

Thanks all of you in advance.




Aucun commentaire:

Enregistrer un commentaire