Sending Automated Job Email Notifications in SQL Server with SMTP Print

  • 0

 

Sending Automated Job Email Notifications in SQL Server with SMTP

 

SQL Server provides a built-in method of sending emails, but unfortunately it requires you to have Outlook and a profile installed on the server, which isn’t necessarily the ideal way to send an email. Alternately, you can use a stored procedure on your server that will allow you to send email via SMTP.


Was this answer helpful?

« Back