| Re: How to debug SMTP communication? Arun,
your property file settings are correct, given that you have entered a valid mail server name and a valid email address.
If it still does not work, I strongly suggest that you start debugging the mail server as such:
1. Can you reach the SMTP server at all?
Open a command window on your OTM server box. Type telnet your.mailserver.name 25
The mail server should reply with something along the lines of 220 your.mailserver.name SMTP server If you get no reply at all (connection refused), then you have a network issue, or your mailserver is not accepting SMTP connections at all. You have to fix that before OTM is possibly capable of sending mails.
2. Does OTM try to send mail?
For this step, if you can, please install wireshark on the OTM server box and filter for communication with the mailserver as target. Have a look at the wireshark manual, it is not complicated. There you can watch what OTM actually tries to do, as well as the response from the mail server.
Regards,
Sven |