HTML emails in Outlook: Long URLs result in broken links
up vote
0
down vote
favorite
We send transactional emails through Sendgrid, and some versions of Outlook mess up the links. They cut them off, so a link like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D
Ends up in the browser like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8
Any idea how to avoid this?
Here is the HTML for the link:
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
html url outlook href
add a comment |
up vote
0
down vote
favorite
We send transactional emails through Sendgrid, and some versions of Outlook mess up the links. They cut them off, so a link like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D
Ends up in the browser like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8
Any idea how to avoid this?
Here is the HTML for the link:
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
html url outlook href
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
We send transactional emails through Sendgrid, and some versions of Outlook mess up the links. They cut them off, so a link like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D
Ends up in the browser like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8
Any idea how to avoid this?
Here is the HTML for the link:
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
html url outlook href
We send transactional emails through Sendgrid, and some versions of Outlook mess up the links. They cut them off, so a link like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D
Ends up in the browser like this:
http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8
Any idea how to avoid this?
Here is the HTML for the link:
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
<a href="http://links.qarmainspect.com/wf/click?upn=6eONAhGc7sN4EJlyqwg4FRMGC7eHKcIyuF9puTG8Gdnt0414ekjCSP9y1nHpNyVnSL2XbkZetKzO5dcxRR5N7AUzI-2FfIPQjjFNr3U0oZYeLzfG1Phwn34caFriQl3wLZ-2FYTI8y9UqQ8Ra2txQp-2FRXg-3D-3D_5LntF25ee-2FgjH1O-2F4Mz8hGuijHJreXa9ITpWWjYLOL71U7heZBx0IDEy1R-2FJqvahB7gJI-2FynNAxWYeroBDTIVQ0LR6oXl9XZynESjbiMgVDDq896MrF-2F1pQqboUIu6oTqlzAFsLFscwovT5PbIbzGXB6a036Gnue2A4f5fatX2mm463AwgmCWnHRYq6l4fL2oOLdpplM4dwWSWgD5BOvOw-3D-3D" style="text-decoration: underline; border: solid 1px; border-radius: 5px; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none;" target="_blank">See Report and Reply →</a>
html url outlook href
html url outlook href
asked Nov 21 at 20:18
Søren
1
1
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40
add a comment |
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53419887%2fhtml-emails-in-outlook-long-urls-result-in-broken-links%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you considered using something like bit.ly? I would assume the link is too long.
– Parsa Yazdani
Nov 22 at 0:22
Maybe these links will help for you: answers.microsoft.com/en-us/windows/forum/… stackoverflow.com/questions/12385891/…
– Alina Li
Nov 22 at 6:36
I'm not able to use bit.ly addresses as they are generated by Sendgrid.
– Søren
Nov 23 at 12:39
Thank you @AlinaLi, but this refers to problems sending links in emails from Outlook, not receiving them.
– Søren
Nov 23 at 12:40