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?