berrysauce / justatemp

📮 The free temporary email service powered by Cloudflare
https://justatemp.com
GNU General Public License v3.0
171 stars 13 forks source link

Hyperlinks removed from body #21

Open tycrek opened 1 year ago

tycrek commented 1 year ago

This is a really interesting service and I would love to use/self-host it, but I noticed a pretty glaring issue... hyperlinks are removed from the email body! First image below is writing the email:

image

And this is how it appears in junk.boats:

image

When a URL is hyperlinked behind text, the link is lost completely which is a big problem for verification emails that only offer a button/hyperlink without the URL. Regular links are still visible, not but clickable.

berrysauce commented 1 year ago

Hey @tycrek thanks for the report! This is due to the standard PostalMime HTML parser. I'll look into a fix!