I have used %0D%0A
for line break. It is working in many email clients, but it is not giving line break in yahoo email. Why? Is there any other way to do this?
Asked
Active
Viewed 1,162 times
5

iqstatic
- 2,322
- 3
- 21
- 39

Arun Purohit
- 51
- 3
-
Please share related code – Arun Kumar M Oct 20 '15 at 10:47
-
`href='mailto:$emailId?subject=$taskStr&body=Task* : %0D%0APriority* : %0D%0AStart Date* : %0D%0ADue Date* : %0D%0AAssigned To* : %0D%0ADescription : %0D%0A'` is the code. – Arun Purohit Oct 21 '15 at 05:20
-
Possible duplicate of [mailto link multiple body lines](https://stackoverflow.com/questions/10356329/mailto-link-multiple-body-lines) – M.R.Safari Dec 28 '17 at 07:34