Our team recently used SendGrid to build a new email service. From the standpoint of testing, we have a use case to determine whether or not the email was sent.
We discovered inbound parse while seeking a solution. This inbound parsing takes incoming emails and redirects them to a webhook URL. There are some problem statements that prevent us from completing validation with inbound parsing, and there are some access reasons that prevent us from doing so.
I'd like to know if there is another method to accomplish this.