“=” sign in href link showing =3D on client sideIn Email, Image (img) Source (src) Tags are rewritten as relative links. How to fix?Contact form submit script - HTML email problemEmail Link Unable to open on outlookIs it safe to use protocol relative URL in email?Why is my Form POST taking me to a new page?Why is a number in my link text appearing as *************** (stars)?Images don't show in HTML emails?Make a radio button a link within an HTML email in gmailCall php function from emailMy google script is sending duplicate emails to recipients. I need it to only send one email
Why didn't this character get a funeral at the end of Avengers: Endgame?
Outlining A Novel - How do you make it less of a slog?
A factorization game
Can you use "едать" and "игрывать" in the present and future tenses?
Should I simplify my writing in a foreign country?
getline() vs. fgets(): Control memory allocation
Python 3 - simple temperature program
Is there a word for food that's gone 'bad', but is still edible?
Is there a word that describes the unjustified use of a more complex word?
What was Bran's plan to kill the Night King?
As a GM, is it bad form to ask for a moment to think when improvising?
Change in "can't be countered" wording
What was the first story to feature the plot "the monsters were human all along"?
Can there be a single technologically advanced nation, in a continent full of non-technologically advanced nations?
Snap victim memorial reference in Avengers: Endgame
Are the Night's Watch still required?
Out of scope work duties and resignation
Notation: What does the tilde bellow of the Expectation mean?
How can I get people to remember my character's gender?
Is there an age requirement to play in Adventurers League?
Definition of conditional probability and a problem.
Where are the "shires" in the UK?
Gladys unchained
How long would it take for people to notice a mass disappearance?
“=” sign in href link showing =3D on client side
In Email, Image (img) Source (src) Tags are rewritten as relative links. How to fix?Contact form submit script - HTML email problemEmail Link Unable to open on outlookIs it safe to use protocol relative URL in email?Why is my Form POST taking me to a new page?Why is a number in my link text appearing as *************** (stars)?Images don't show in HTML emails?Make a radio button a link within an HTML email in gmailCall php function from emailMy google script is sending duplicate emails to recipients. I need it to only send one email
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
When my HTML email is sent to a customer all of the "=" signs have "3D" added to them. Most of the email is fine with this change but there is a crucial link that includes a "=" but when "3D" is added it changes the variable and it does not work. How do I make sure links in the email that include "=" work?
We have a form that a user submits. Essentially an email is triggered from their submission and a unique url is generated (example https://www.sampledomain.com/page.html?v=UserSpecific_Code123). I have the html email setup but when it is sent the "=" in the url is changed to "=30" which messes up the destination. How do I make sure the "=" stays and goes to the right place?
href=3D"https://d1nomjv13ngyfe.cloudfront.net=
/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo429099537=
3816553113
The href should just be https://d1nomjv13ngyfe.cloudfront.net/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo4290995373816553113
html-email
add a comment |
When my HTML email is sent to a customer all of the "=" signs have "3D" added to them. Most of the email is fine with this change but there is a crucial link that includes a "=" but when "3D" is added it changes the variable and it does not work. How do I make sure links in the email that include "=" work?
We have a form that a user submits. Essentially an email is triggered from their submission and a unique url is generated (example https://www.sampledomain.com/page.html?v=UserSpecific_Code123). I have the html email setup but when it is sent the "=" in the url is changed to "=30" which messes up the destination. How do I make sure the "=" stays and goes to the right place?
href=3D"https://d1nomjv13ngyfe.cloudfront.net=
/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo429099537=
3816553113
The href should just be https://d1nomjv13ngyfe.cloudfront.net/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo4290995373816553113
html-email
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45
add a comment |
When my HTML email is sent to a customer all of the "=" signs have "3D" added to them. Most of the email is fine with this change but there is a crucial link that includes a "=" but when "3D" is added it changes the variable and it does not work. How do I make sure links in the email that include "=" work?
We have a form that a user submits. Essentially an email is triggered from their submission and a unique url is generated (example https://www.sampledomain.com/page.html?v=UserSpecific_Code123). I have the html email setup but when it is sent the "=" in the url is changed to "=30" which messes up the destination. How do I make sure the "=" stays and goes to the right place?
href=3D"https://d1nomjv13ngyfe.cloudfront.net=
/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo429099537=
3816553113
The href should just be https://d1nomjv13ngyfe.cloudfront.net/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo4290995373816553113
html-email
When my HTML email is sent to a customer all of the "=" signs have "3D" added to them. Most of the email is fine with this change but there is a crucial link that includes a "=" but when "3D" is added it changes the variable and it does not work. How do I make sure links in the email that include "=" work?
We have a form that a user submits. Essentially an email is triggered from their submission and a unique url is generated (example https://www.sampledomain.com/page.html?v=UserSpecific_Code123). I have the html email setup but when it is sent the "=" in the url is changed to "=30" which messes up the destination. How do I make sure the "=" stays and goes to the right place?
href=3D"https://d1nomjv13ngyfe.cloudfront.net=
/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo429099537=
3816553113
The href should just be https://d1nomjv13ngyfe.cloudfront.net/VanquishPromo/vanquish_player.html?v=3DVideo_Sample_VanquishPromo4290995373816553113
html-email
html-email
asked Mar 23 at 0:55
13aherbert13aherbert
11
11
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45
add a comment |
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f55309578%2fsign-in-href-link-showing-3d-on-client-side%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f55309578%2fsign-in-href-link-showing-3d-on-client-side%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
It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61). But how to fix it, im not sure :-(
– Rasmus Bidstrup
Mar 25 at 13:43
Is it by any change an outlook the customer is opening on? What system triggers the email?
– Rasmus Bidstrup
Mar 25 at 13:45