Hi all,
When I run a test on my generic SMTP media type I get a success which I believe means that both my SMTP server address, port number, and destination email address are correct. However the email is not actually received by the address specified in "Send to". I have confirmed that as well as the test not working, that attempts to send email on trigger also do not work.
I have to say I don't have a good understanding of what SMTP Helo is and I wonder if that's my problem. My only other previous experience of using SMTP protocol is to set up email notifications on an Rsyslog server which didn't need SMTP Helo as a parameter and that worked fine.
I tried following the example on wikipedia.org/wiki/Simple_Mail_Transfer_Protocol where they seemed to use FQDN in the format hostname.domain.org , but using MyHostName.MyDomainName.net has the same behavior while following the example format from the media type template which has SMTP Helo of "example.com" and setting it in my media type to "myDomainName.net" returns an error "wrong answer on HELO "501 5.5.54 Invalid domain name ..."
the hostname and domain name I have been using is for my zabbix server. should this be for my mail server instead?
Does anyone have any ideas of how to go about debugging this (or just fixing my configuration if its straightforward)?
Comment