Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: xp_smtp_sendmail

    Hi,

    You must copy the file xpsmtp80.ddl to the sql server 2000 binn directory.

    After you copy the file run the commands below in Query Analyzer:

    exec sp_addextendedproc 'xp_smtp_sendmail', 'xpsmtp80.dll'

    grant execute on xp_smtp_sendmail...

Viewing post 1 (of 1 total)