On Mon, 19 Aug 2024 at 02:22, Karen Etheridge <p...@froods.org> wrote:
> sendgrid.net? That's an odd URL for a cpantesters report... > >> We use Sendgrid for sending emails at work, and by default it does some processing on your emails which includes replacing links with a tracking redirect link like this. This feature can be disabled for all emails by visiting Settings > Tracking and turning off Click Tracking. It can also be disabled for specific emails by sending some extra config along with the request. We use the SMTP API so we send an X-SMTPAPI header with some JSON in it which disables the click tracking for specific sensitive emails. https://www.twilio.com/docs/sendgrid/for-developers/sending-email/smtp-filters#filter-clicktrack - Alex