Redirection
Problem
The endpoint of a link does not work.
Solution
Make sure you use the proper link format. Use an absolute link, instead of a relative link.
Broken Links (Microsoft Outlook)
Problem
Outlook uses different code for links in emails, and the code is placed into an “if” condition. These “if” conditions are built as Microsoft-specific HTML comments and will not render in any other email client but Microsoft Outlook.
Solution
Check the Microsoft Outlook link is referencing the correct destination and fill in the correct URL in the reference.
In the example below, the href is href="http://"
.
Button with Links
Problem
Sometimes buttons don’t work across all email clients. When testing to see if a button works, make sure you also test with an Microsoft Outlook account on top of your regular email client.
Solution
If you are experiencing errors with your links in buttons, try using Buttons.cm to create a button. This will create a button and make sure this works on all email clients.
Click Tracking
Problem
Click Tracking links aren’t registering.
Solution
Due to some Sendwithus platform limitations, attributes inside your <a>
tags have to be placed in alphabetical order.
Example:
Problem
Certain ESP’s do not wrap the URL’s properly if it is missing the protocol. This can affect the desired output of the link and click tracking.
Solution
Add the protocol to the beginning of the URL.
http://
or https://
Unsubscribe Links
Problem
Unsubscribe links are handled differently within each ESP. If the unsubscribe link is not working try the following solution.
Solution
Depending on your ESP, check to see if the unsubscribe code is correct in your templates.
SendGrid
%sendgrid_unsub_url%
Mailgun
%unsubscribe_url%
Mandrill
*|UNSUB:http://mywebsite.com/unsub|*
Check out the Unsubscribes Documentation for more information on each ESP.
View In Browser Link
Problem
When testing, the weblink view will not work in a preview send.
Solution
Send a real email to yourself, to test the link. Go to Customers, search for your email in the search box, click Send Email, and select the template with the link.
Problem
The weblink view is not working.
Solution
The code for a weblink view should look something like the following.
Copy and paste this code and test in your emails.