1

i have a windows service which sends multiple e-mail alerts in several cases such as,

  1. Operation performed successfully
  2. Fatal Exceptions
  3. Error in information validation
  4. Maker Checker mechanism
  5. Authorization
  6. Pwd life cycle etc.

Right now I send these e-mails as plain text, so sometimes it can get difficult to read the e-mails. If i have to maintain html with placeholders for every type of email or use text templates there will be a lot of work.

Is there any API which could help me generalize these emails and provide a HTML depending upon the type of email?

Mirza Talha
  • 75
  • 1
  • 6
  • i don't think so... i asked if there is an API which could generalize my problem and help me sending multiple type of emails and handle the HTML elements of email it self – Mirza Talha Oct 27 '15 at 08:17

1 Answers1

0

Short Answer, No

You will have to construct a simple handler for this and it wouldn't take much effort.

Nick
  • 1,783
  • 1
  • 15
  • 18