Description:
Over the years we have developed a 'special' email tool.
Instead of hard-coding emails into our websites we use this as an abstracted layer to handle all email sending and the auto responder possibilities are endless.
What Was Done:
What our email machine can do-
a. Send dynamic html emails, based on templates...
b. To any number of recipients, with any number of ccs and bccs...
c. Whether they are Users on the system or not...
d. With any dynamic content...
e. With any number of attachments.
f. We will have a record of every email sent.
g. We will know if an email has bounced .. (we can automatically delete or disable and email if it bounces x times)
h. We will usually know whether an email has been read.
i. The sender can have a detailed report for each email sent, showing bounces and views.
j. We can see, for every User, what emails they’ve received.
Technologies:
c#, SQL server, XML, SMTP