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 Development (2000)
 xp_sendmail

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-16 : 09:18:13
Pete writes "I am trying to execute the following code:

exec master..xp_startmail 'testleeds1'
EXEC master..xp_sendmail @recipients = 'Peter.Clarke@***********' --[my e-mail address],
@message = 'This is a test',
@subject = 'Test'
exec master..xp_stopmail

and I am getting this error message:

Failed to start SQL Mail session."
   

- Advertisement -