Hi,
Ive recently been trying to get SQLMAIL working on a SQL7 Server. I have successfully set it up to the point where i can notify administrator of failed jobs and alerts using notify so the SQL Agent mail seems to be working fine. However, if i run query analyzer and do a XP_SENDMAIL it just runs forever without any success. I looked at the process and it is ok apart from the icon indicating its waiting for a command. I dont get any errors either directly or through the error log. The command im using is a simple :-
XP_SENDMAIL 'JOEBLOGGS', 'HELLO'
ive tried this putting exec in from, go after and numerous other config. Ive even put the command in a stored proc and tried to run it that way but to no avail. ive stopped started the services, rebooted, used the xp commands to stop and start prior to sendmail command but still not joy. I i 'TEST' SQLMAIL both in AGENT and in Support Services it works fine but i cant use sendmail.
It cant be the DLL otherwise none of the mails would send so i'm completely stuck.
Any suggestions or solutions would be greatly appreciated.
BTW The Domain account and Exchange mail account are all fine and working.
Ive recently been trying to get SQLMAIL working on a SQL7 Server. I have successfully set it up to the point where i can notify administrator of failed jobs and alerts using notify so the SQL Agent mail seems to be working fine. However, if i run query analyzer and do a XP_SENDMAIL it just runs forever without any success. I looked at the process and it is ok apart from the icon indicating its waiting for a command. I dont get any errors either directly or through the error log. The command im using is a simple :-
XP_SENDMAIL 'JOEBLOGGS', 'HELLO'
ive tried this putting exec in from, go after and numerous other config. Ive even put the command in a stored proc and tried to run it that way but to no avail. ive stopped started the services, rebooted, used the xp commands to stop and start prior to sendmail command but still not joy. I i 'TEST' SQLMAIL both in AGENT and in Support Services it works fine but i cant use sendmail.
It cant be the DLL otherwise none of the mails would send so i'm completely stuck.
Any suggestions or solutions would be greatly appreciated.
BTW The Domain account and Exchange mail account are all fine and working.