Search code examples
pdfoutlookacrobatmailto

Adobe Acrobat / Microsoft Outlook - Placing a <hr> or similar in a mailto link


Currently I have:

mailto:email@example.com?subject=Test Subject &body=Paragraph One. %0A%0A <hr/> %0A%0AParagraph Two. %0A%0AParagraph Three. %0A%0AParagraph Four.

And the hr code isn't working because it is in the body and it is reading it as plain-text. Any way to get a hr working in the mailto or anything similar? Would love to break up paragraph one from the rest of the body if possible. Thank you !


Solution

  • Can't do that. Mailto only works with plain text body, no HTML.