My DTS program requires an email functionality. But I cant use xp_SendMail , its already configured to use for some other purposes.
Then I came to knew about master.dbo.xp_smtp_sendmail, but my problem is its not executing (giving a procedure not found message).
What may be the possible causes
How can we able to rectify it
Thanks in advance