Archived Forum Post

Index of archived forum posts

Question:

Set CKMailMan AutoSmtpRset=false is not 100% working.

Jul 13 '15 at 06:04

Hi,

Is it possible not to issue RSET at all, because even I truned off AutoSmtpRset, RSET still was issued at the last command. I encountered a very strange anti-spamming server which will detect RSET command.


m_pMailMan->put_AutoSmtpRset(false); m_pMailMan->SendMime(....)

...... Some Error Session Log....

550 5.7.1 <Return.EID147cda37.Job@mail.xxxxxx.com>... RSET<crlf> 250 2.0.0 Reset state

Tom