Archived Forum Post

Index of archived forum posts

Question:

AutoSmtpRset: RSET still was issued at the last command

Jun 03 '15 at 17:56

Hi,

I found out even I truned off AutoSmtpRset, RSET still was issued at the last command that caused the myMailMan.get_LastSmtpStatus() always returned 250. But, this won't happened in 9.5.0.47. Can you fix it? Because I need the correct LastSmtpStatus to do the right action after failed to send email.


myMailMan.put_AutoSmtpRset(false); myMailMan.put_SmtpPipelining(false);


452 4.2.2 <abc@xxxxx.com> Mailbox has exceeded the limit RSET<crlf> 250 2.0.0 Reset state


Answer

This new build should fix it:

32-bit Download: http://www.chilkatsoft.com/download/preRelease/chilkat-9.5.0-x86-vc9.zip
64-bit Download: http://www.chilkatsoft.com/download/preRelease/chilkat-9.5.0-x86_64-vc9.zip


Answer

The new v9.5.0.50 builds for VC9 SP1 are now available at http://www.chilkatsoft.com/downloads_vcpp.asp#downloads

This version has the change/fix.