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

Encoded URLs inside content HTML are being decoded before being sent #3

Open
ferpessina opened this issue Apr 26, 2019 · 0 comments
Open

Comments

@ferpessina
Copy link

When sending an encoded URL as part of the email content, the URL is decoded when received.

Sample email content:
<!DOCTYPE html>
<html>
<body>
<h1>Email heading</h1>
<a href='https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUChWcga5UyJjArDj-9yBoeyw'>Some link</a>
</body>
</html>

Email content received:
<!DOCTYPE html>
<html>
<body>
<h1>Email heading</h1>
<a href='https://www.youtube.com/channel/UChWcga5UyJjArDj-9yBoeyw'>Some link</a>
</body>
</html>

ivikramsahu added a commit that referenced this issue May 19, 2020
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

1 participant