Viewing 2 posts - 1 through 2 (of 2 total)
Problem is solved by complete reinstall of xp_smtp_sendmail
dbcc xpsmtp80(free)
exec sp_dropextendedproc 'xp_smtp_sendmail'
EXEC sp_addextendedproc 'xp_smtp_sendmail', 'xpsmtp80.dll'
grant execute on xp_smtp_sendmail to public
May 24, 2007 at 8:54 am
#708678
I've also receive this error message:
disconnecting from server failed.
Does anybody know where is problem?
Thanks
May 24, 2007 at 7:10 am
#708615