https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol
Today while discussing sending emails in one of our projects the topic of sending emails from within the Azure platform came up...
Obviously they don't have a Service for sending emails yet:
https://www.google.com/webhp?q=azure+email+service
instead they recommend using the Sendgrid service:
https://docs.microsoft.com/en-us/azure/app-service-web/sendgrid-dotnet-how-to-send-email
this project is currently using the aws-sdk to send email, when we could use SMTP.
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp.html
This would help us to send email using a different provider later on...
Thoughts?
https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol
Today
whilediscussing sending emails in one of our projects the topic of sending emails from within the Azure platform came up...Obviously they don't have a Service for sending emails yet:
https://www.google.com/webhp?q=azure+email+service
instead they recommend using the Sendgrid service:
https://docs.microsoft.com/en-us/azure/app-service-web/sendgrid-dotnet-how-to-send-email
thisproject is currently using theaws-sdkto send email, when we could use SMTP.http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp.html
This would help us to send email using a different provider later on...
Thoughts?