Home Forums SQL Server 2005 Administering How to detect whether Database mail is enabled or not RE: How to detect whether Database mail is enabled or not

  • Try this:

    EXECUTE msdb.dbo.sysmail_help_status_sp ;

    Hope this helps.