How to send e-mails with SQL Server Procedure? Strategies...

  • Hi,

    I need to send an e-mail in a SQL Server Procedure. Wich is the best way to accomplish this task?

    Best Regards,

    André Lopes.

  • you can use sp_send_db_mail. You'll have to set up a database mail profile but once that's done it's pretty straight forward with sp_send_db_mail.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply