Hello All,
I'm trying to setup a notification email to be sent on completion of my SQL jobs. The client I'm at uses mail through a different provider that I don't have access to so I created an SMTP server in the environment just to push out emails from SQL.
When I try sending a test email through SQL I get the message that my "e-mail has been queued for processing..." and then I never receive the email.
I have tried:
Created an account for Database Mail
Allow relay for the IP of the SQL server on the SMTP server
Disabled all firewalls
Telnet'd to port 25 on the SMTP server to verify that it's communicating on that port
I'm not sure where I can view these queued messages to possibly find out the error that they are receiving. Any feedback would be greatly appreciated.
thanks,
Mike