hi friends,
I need to trigger a mail when i update data from a particular table. I
got a Procedure for mailing, it executed successfully. but, when i
update the data from a table, below error was Accured.
xp_sendmail:
Either there is no default mail client or the current mail client
cannot fulfill the messaging request. Please run Microsoft Outlook and
set it as the default mail client.
how can i solve this problem? can anybody faced this before, give me a reply.
Loading
Vijaya KadiyalaPosted Aug 1, 2008, 11:12 AM
Hi
Log on to the Server using the same account that the SQL Server Agent service uses to connect. Configure the mailbox for this account in the control pannel. Run MS Outlook and set it as the default mail client if it asks. Log out and try xp_sendmail again.
Thanks -- Vj
http://dotnetvj.blogspot.com
Bechir BejaouiPosted Jul 12, 2008, 10:53 AM