This is a discussion on Not able to receive Mail !!! within the SQL Server forums, part of the Microsoft SQL Server category; --> Hello, From one of my database SQL Server(2005) I am not able to receive any mails ... You can ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, From one of my database SQL Server(2005) I am not able to receive any mails ... You can say that mail is not delivered to recipients ... When I exeute this cmd EXEC msdb.dbo.sp_send_dbmail @profile_name = 'DBServer', @recipients = 'XYZ@abc.com', @body = 'Test mail!!!', @subject = 'Test Mail' It returns Mail queued ... So i belive configuration of Database Mail is fine ... but question is then why is this mail not delivered ... If anyone can be point be direction to solve this problem I will be thankfull ... Version -: Microsoft SQL Server 2005 - Enterprise Edition (Service Pack 2) --S |