The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Databse Mail sending functionality not working on local system

I am using Database Mail functionality to send mail in Sql Server 2008 database via following sp: EXEC sp_send_dbmail @profile_name='MyProfile', @recipients='[email protected]', @subject='Test ...