mckeever02 / mailtolink

A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting.

Home Page:http://mailtolink.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New line fix in mobile..

honeeyBee opened this issue · comments

Use %0d%0a for a line break to work in email clients on mobile devices.

In email world, %0A%0A does not work in neither the gmail app or native mail app on my iPhone.

Thank you! I've pushed a fix for this now.