August 1, 2005 at 2:25 am
Hi
I am trying to use xp_smtp_sendmail from sqldev.net. Installation was easy but it does not seem to work.
Tried to run the simplest version like:
declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM = N'MyEmail@MyDomain.com',
@TO = N'MyFriend@HisDomain.com'
select RC = @rc
if rc = 0 then successfully executed, if rc = 1 then failure and an error meassage.
When I run I get a 1, but no error message.
Does anybody have any experince with this?
Thanks for all help
Regards
Dan
December 1, 2010 at 1:42 am
If any one need the installation copy of xp_smtp_sendmail, you can email me I have a copy.
Thanks,
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply