Sending e-mail with MSSQL
by Taavi Rammar

EXEC xp_sendmail 'name@server.com', 'The master database is full.'

P.S. Make sure your SQL server is configured to send emails.

Copyright by techTips