EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Kosmos Mailer'
,@recipients = 'dexter.velasco@aei.com'
,@subject = 'Email from SQL Server'
,@body = 'This is my First Email sent from SQL Server :)'
,@importance ='HIGH'
GO
SELECT * FROM msdb.dbo.sysmail_unsentitems
SELECT * FROM msdb.dbo.sysmail_sentitems
SELECT * FROM msdb.dbo.sysmail_faileditems
No comments:
Post a Comment