You are on page 1of 1

USE [YourDB] EXEC msdb.dbo.sp_send_dbmail @recipients = 'admin@xyz.com; xyz@xyz.com; pqr@xyz.

com', @body = 'Just testing the mail', @subject = 'Sending Mail using Database Mail' ; GO

You might also like