Quantcast
Channel: Insert a line break in mailto body - Stack Overflow
Browsing all 7 articles
Browse latest View live

Answer by Flemin Louis for Insert a line break in mailto body

<a href="mailto:example@gmail.com?subject=Request&body=Hi,%0DName:[your name] %0DGood day " target="_blank"></a>Try adding %0D to break the line. This will definitely work.Above code...

View Article



Answer by Pooja for Insert a line break in mailto body

For the Single line and double line break here are the following codes.Single break: %0D0ADouble break: %0D0A%0D0A

View Article

Answer by peprumo for Insert a line break in mailto body

Curiously in gmail for android %0D%0A doesn't work and <br> works:<a href="mailto:anything@any.com?subject=This%20is%20Subject&body=First line<br>Second line"> click here to mail...

View Article

Answer by debanga durlov saikia for Insert a line break in mailto body

For plaintext email using JavaScript, you may also use \r with encodeURIComponent(). For example, this message: hello\rthis answer is now well formated\rand it contains good knowleadge\rthat is why I...

View Article

Answer by davidcondrey for Insert a line break in mailto body

As per RFC2368 which defines mailto:, further reinforced by an example in RFC1738, it is explicitly stated that the only valid way to generate a line break is with %0D%0A.This also applies to all url...

View Article


Answer by Jem for Insert a line break in mailto body

I would suggest you try the html tag <br>, in case your marketing application will recognize it.I use %0D%0A. This should work as long as the email is HTML formatted.<a...

View Article

Insert a line break in mailto body

I would like to insert a line break into my mailto body.I tried %0A, %0D and %0D%0A. Nothing worked for me. I tested on Gmail, Yahoo, Apple Mail, Outlook 2010, Outlook.com and Thunderbird with Google...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images