I've been trying for hours to get Database Mail working on SQL Server 2008 R2 and have reached what seems like a dead end.
I have completed the Database Mail Configuration tool, made sure that SQL Brower is turned on and followed all the steps in the Troubleshooting Database Mail Books Online.
When I run SELECT * FROM sysmail_event_log
, all I get in the description column is
Mail configuration information could not be read from the database.
I've tried Googling this, but most of the matches are from people who have the luxury of an exception stack. I don't get any exception to work with.
Any clues?