Review /var/log/maillog on smtp server
If having relay issues verify relay is setup from IP you are coming from:
cat /etc/mail/access
To add a relay:
vi /etc/mail/access
-
Insert new relay line with 1st-3 octets of IP (see other lines for examples)
-
Restart sendmail service
service sendmail status
service sendmail restart
service sendmail status