Archived Forum Post

Index of archived forum posts

Question:

Duplicate email

Sep 15 '16 at 12:36

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?