I am using Database Mail feature of SQL Server 2008 for the first time to send mail.
I followed the steps in Example
All seems good. Send status in
SELECT * FROM sysmail_allitems
is sent.
But the recipient hasn't received any mail..
What could be the issue?