Forum Moderators: open

Message Too Old, No Replies

Bulk Email

         

JonW

12:24 am on Apr 30, 2008 (gmt 0)

10+ Year Member



I have a notification service for my subscribers and send many thousands of emails a day from Windows SMTP(IIS).

I'd like to implement domainkeys/dkim and also alter the SMTP "MAIL FROM " to include a database id so I can quickly link bounced mail to the subscriber. IIS doesn't seem to have the ability to do this.

Are there any other inexpensive solutions?

Ocean10000

3:24 am on May 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Microsoft IIS SMTP service is designed to be very very simple, and does not really include any features outside of basic email sending ability.

You have a few options come to my mind.

  • Send mail though a full blown email server which can track which emails bounce. And which you can process the log files easier to get to the details you need.
  • Is to write your own SMTP mail send service which better links to your software to track the error messages.