Author |
|
Alex Shloma Newbie
Joined: 22 August 2014
Online Status: Offline Posts: 22
|
Posted: 05 April 2016 at 7:52am | IP Logged
|
|
|
Hi,
Need help regarding SMTP banner in HELO/EHLO command.
Scenario
There are no SMTP servers specified - messages are delivered using MX record lookup (several DNS server are specified). Component is used in multi-thread mode (MaxThreadCount = -1). Messages are sent by adding JOBS.
Task
How to change SMTP banner?
Currently component sends the following command:
>>>EHLO [IP]
I found SmtpServers[n].HelloDomain, but in my scenario (described earlier) SmtpServers collection is empty.
Thanks,
Alex Shloma
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 April 2016 at 7:58am | IP Logged
|
|
|
Try using DirectSendServerConfig.HelloDomain, supplied via Smtp.DirectSendDefaults.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Alex Shloma Newbie
Joined: 22 August 2014
Online Status: Offline Posts: 22
|
Posted: 06 April 2016 at 12:15am | IP Logged
|
|
|
Thanks, works like a charm.
|
Back to Top |
|
|