Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Link Tracking in Test Email Sends #766

Open
3 tasks
the2ne opened this issue Feb 12, 2024 · 0 comments
Open
3 tasks

Remove Link Tracking in Test Email Sends #766

the2ne opened this issue Feb 12, 2024 · 0 comments
Assignees

Comments

@the2ne
Copy link
Collaborator

the2ne commented Feb 12, 2024

Objective:

The primary objective is to eliminate link tracking in test emails. Currently, links are being rewritten by SendGrid with a custom domain http://lplink.badsender.com/ls/click?upn=X, causing certificate errors and domain mismatch issues between badsender.com and SendGrid. Removing link tracking simplifies email control and allows marketers to retain the original user-entered links for testing purposes.

Functional Description:

The current setup involves link tracking by SendGrid, which rewrites links in test emails. This rewriting process has led to certificate and domain-related problems between badsender.com and SendGrid. Since tracking is neither necessary nor desired for test emails, we aim to preserve the links exactly as entered by the user, making it easier for marketers to manage emails and URLs.

To-Do:

  • Review Existing Link Tracking Process:
    Examine the current method by which SendGrid performs link tracking for test emails.

  • Disable Link Tracking for Test Emails:
    Implement changes in the email sending process to ensure that link tracking is disabled specifically for test emails.

  • Preserve User-Entered Links:
    Modify the system to retain the original links as entered by the user without any rewriting or tracking.

Additional Notes:
Care should be taken to ensure that the removal of link tracking does not adversely affect email deliverability for account creation emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants