achieve formatting in email body(using html) -


I'm trying to get an email body such as line breaks etc. For this, I am using the following code:

  & lt; A href = "mailto: someone@example.com? Topic = hello% 20 and body = hi !!! wean 
/ r / nSUB" & gt;

I have tried br, / n, / r, but all three are being provided in the form. Some body can help me in this: Use % 0D (URL-encoded carriage return):

P>

  & lt; A href = "mailto: someone@example.com? Topic = hello% 20 and body = hi! Win% 0DSUB" & gt;    

Comments