Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Mail Agent Help!!

Author  Topic 

dtweedie
Starting Member

1 Post

Posted - 2006-05-23 : 09:30:09
Im haveing an issue with my SQL mail agent. In the local server properties, the mapi mail agent is configured correctly and as well in the sql mail properties. But the problem is that the mail agent is not working. Has anyone had any issues like this? what would be the problem...how do i fix it

-krill

DMcCallie
Yak Posting Veteran

62 Posts

Posted - 2006-05-23 : 10:24:39
Have you rebooted the server? Sometimes the mapi process and SQL get hosed up...
Go to Top of Page

schuhtl
Posting Yak Master

102 Posts

Posted - 2006-05-23 : 12:15:34
Sometimes this helps...
use master
go

xp_stopmail

use master
go

xp_startmail
Go to Top of Page
   

- Advertisement -