I've got a field that contains an RTF document (stored as text) that I want to use as a body of an email. Is there any way of sending it as the body of the email using PHPMailer?
First you have to convert rtf to html. Use this: Free (preferably) PHP RTF to HTML converter?
then send the html text in email