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 2005 Forums
 Transact-SQL (2005)
 xp_sendmail problem

Author  Topic 

juicyapple
Posting Yak Master

176 Posts

Posted - 2008-05-14 : 09:59:26
I have a store procedure which runs below code. It is working fine for few months until today, all the email cannot be sent out. No idea what is happening as no error message returned. Please help.

exec master..xp_sendmail
@recipients='xx.xx@xx.com',
@subject='Testing',
@message='Testing12345'

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-05-14 : 10:09:47
Is your server 2000 or 2005?
Go to Top of Page

juicyapple
Posting Yak Master

176 Posts

Posted - 2008-05-14 : 10:15:04
quote:
Originally posted by visakh16

Is your server 2000 or 2005?



tested on both also not working...tried at query analyzer, get status '..completed successfully', but can't get any email
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-05-14 : 12:07:50
Have you changed any settings with your mail profile recently?
Go to Top of Page

juicyapple
Posting Yak Master

176 Posts

Posted - 2008-06-03 : 20:32:08
quote:
Originally posted by visakh16

Have you changed any settings with your mail profile recently?



Problem solved. Found that hardware and network side has change the exchange server. I have to do changes on the setting in sql server side.
Go to Top of Page
   

- Advertisement -