I'm using Mailjet SMTP to send email's. Now, i want to verify if email was send or not. Mailjet have this email status , but how i can have access to this information? Mailjet have too this API, but this in php...
If i use DeliveryNotificationOptions
can resolve this?
Something like this:
mail.DeliveryNotificationOptions = DeliveryNotificationOptions.OnSuccess | DeliveryNotificationOptions.OnFailure | DeliveryNotificationOptions.Delay;