Quantcast
Viewing all articles
Browse latest Browse all 1061

Duplicate email

Hi there, I've some simple code that sends out emails

Chilkat.MailMan mailman = new Chilkat.MailMan(); mailman.SmtpHost = mSMTPserver; mailman.SendEmail(aMail);

Our SMTP server is using MDAEMON. On occasions, particularly with large numbers being sent, MDAEMON sends out duplicate emails.

Has anyone come across this before?


Viewing all articles
Browse latest Browse all 1061

Trending Articles