One of the background parts of most systems I write involves messaging of some kind ... more often than not, the default is email notification of one thing or another. When I need to carryout large scale mail-outs I always use one fo the major Azure services, but when I only need adhoc mail operations or low volume, I use a combination of an SMTP Client and a DNS MX Lookup.
source http://www.c-sharpcorner.com/article/email-directly-from-c-sharp-net-on-azure-with-no-mail-server/
No comments:
Post a Comment