I have a SQL server / database locally and accessed through ip etc…
What I want to know is how to send emails directly from the server (when n happens)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
Database Mail. To send e-mails via SQL Server you can use the following stored procedure:sp_send_dbmailOr how to configure a
SQL agent to send mailhttp://msdn.microsoft.com/en-us/library/ms186358.aspx
Additional references
http://msdn.microsoft.com/en-us/library/ms190307.aspx
http://msdn.microsoft.com/en-us/library/ms177580.aspx