Connection Timeout (General questions)
SMTP component version is 2.6.0.106. Is there any way to log the internal call of components?
Its kind of wired issue Client is connected in session with Server. But can't deliver the command sometime. Should i call explicitly SMTPAction.Allow on each event? calling event in following ways
[code] WodSMTPServerCom.MailStart += new _IwodSmtpServerComEvents_MailStartEventHandler(mSMTP_MailStart);[/code]
Thanks.