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.
Author |
Topic |
csaha
Yak Posting Veteran
52 Posts |
|
the_amol
Starting Member
6 Posts |
Posted - 2010-12-17 : 03:41:30
|
Is the mail server is your local mail server and make sure it don't have Authentication enabled on it. as in this case you have to enter a username/password to authenticate at mail server.Hope this help.Thanks & RegardsAmol Vermahttp://cybertechhawks.wordpress.com |
 |
|
jeffw8713
Aged Yak Warrior
819 Posts |
Posted - 2010-12-17 : 13:19:48
|
Right-click on Database Mail and view the log. This should tell you why the messages cannot be sent.Jeff |
 |
|
jeffw8713
Aged Yak Warrior
819 Posts |
Posted - 2010-12-17 : 13:23:29
|
Looks like you are using a custom stored procedure to send emails? Is this on SQL Server 2000 or 2005/2008?I assumed 2005 or greater - which has database mail, which is what you stated you setup and created. If so, then you don't need that custom procedure in your maintenance plans. You can just add a Notify Operator task in the sub-plan and send the notification that way.Jeff |
 |
|
|
|
|