You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case we have is when using SendGrid (multiple different users and different needs) it has email tracking enabled by default. You can control this per message for both their HTTP and SMTP API but the latter needs a custom header X-SMTPAPI:
The use case we have is when using SendGrid (multiple different users and different needs) it has email tracking enabled by default. You can control this per message for both their HTTP and SMTP API but the latter needs a custom header
X-SMTPAPI
:https://docs.sendgrid.com/for-developers/sending-email/building-an-x-smtpapi-header
Fortunately for us, I can globally turn it off the tracking by default and have our different groups opt back in for tracking for their use case.
The text was updated successfully, but these errors were encountered: