Hi friends
I am currently under going one critical issue. We have a SQL job which sent out email using sp_DB_Mail. Now for some reason there was some issue on SMTP server because of which mails were getting bounce back. I need to find the those emails which are bounce back.
I kow there I can do something this
select
*from msdb.dbo.sysmail_mailitems
But would like to more details about this and is there any other way to find the bounce back emails
Thanks in addvance