send mail
Database
5
Posts
2
Posters
0
Views
1
Watching
-
--sp_CONFIGURE 'show advanced', 1
--GO
--RECONFIGURE
--GO
--sp_CONFIGURE 'Database Mail XPs', 1
--GO
--RECONFIGURE
--GO--USE msdb
--GO
--EXEC sp_send_dbmail
--@profile_name='anu',
--@recipients='anilkg2y@rediffmail.com',
--@subject='Test message',
--@body='This is the body of the test message. Congrats Database Mail Received By you Successfully.' -
--sp_CONFIGURE 'show advanced', 1
--GO
--RECONFIGURE
--GO
--sp_CONFIGURE 'Database Mail XPs', 1
--GO
--RECONFIGURE
--GO--USE msdb
--GO
--EXEC sp_send_dbmail
--@profile_name='anu',
--@recipients='anilkg2y@rediffmail.com',
--@subject='Test message',
--@body='This is the body of the test message. Congrats Database Mail Received By you Successfully.'