0

I have a problem with Database mail, which we are currently trying to change accounts for a database mail with a gmail account.

The problem is when I try to send an email with the wrong email account, the sent_status is always "Sent" in the log.

enter image description here

whereas before, when we used local e-mail, always showed a failed status when we tried it with the wrong e-mail.

Md. Zakir Hossain
  • 1,082
  • 11
  • 24
  • Please see answers to a kind of similar question [Check If sp_send_dbmail Was Successful](https://stackoverflow.com/a/14652916/716684) Hope this helps. – Serg Jan 28 '19 at 16:25

1 Answers1

0

SQL Server will just trigger the mail through SMTP, But if you wanna track the delivery status then you should check on SMTP server, which has been used in Mail configuration.

JERRY
  • 1,165
  • 1
  • 8
  • 22