railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

Fix links in email #67

Closed ShockwaveNN closed 2 years ago

ShockwaveNN commented 2 years ago

This fix email (in Gmail) like on this screenshot: image

Plain text emails cannot show links with <a> tag correctly

So I think there are two choices:

  1. Replace plan text email with HTML one (a little bit complicated)
  2. Just insert a plain link, like in other parts of this email

I've chosen a second option

manuelmeurer commented 2 years ago

Thanks a lot, @ShockwaveNN! 🙇

ShockwaveNN commented 2 years ago

It was my please, love to make small meaningful contribution to open-source projects )