I am sending emails from SQL Server, and need to map the values of the sent_status
column on the msdb.dbo.sysmail_mailitems
table to something more descriptive.
So far I have identified two values:
- 1 = 'Sent'
- 2 = 'Failed'
Are there any more possible values, and if so what do they represent?