Viewing 5 posts - 1 through 5 (of 5 total)
Hi Ramon
I had executed the steps as per instructed in the procedure.
While executing the code:
declare @Body varchar(4000)
select @Body = 'This is a Test Message'
exec...
February 29, 2008 at 7:40 am
Thanx Ramon
I had already tried executing the code given in the URL. But it is also not working 🙁
February 29, 2008 at 7:16 am
Hi Ankit
I had saved the XPSMTP.DLL in the folder
C:\Program Files\Microsoft SQL Server\MSSQL\BINN\
and then I had excuted the above lines.
My requirement is sending attachments in email through SQL...
February 29, 2008 at 7:11 am
I have registered the xpsmtp80.dll using exec sp_addextendedproc and it got registered properly
I have the following code
declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM...
February 26, 2008 at 8:27 pm
I have registered the xpsmtp80.dll using exec sp_addextendedproc and it got registered properly
I have the folowing code
declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM...
February 26, 2008 at 8:22 pm
Viewing 5 posts - 1 through 5 (of 5 total)