Possible to Create Mail Message with RTF Text in Email?
Moderator: General Moderators
Possible to Create Mail Message with RTF Text in Email?
Is it possible to send RTF text in an email, not as an attachment, but in the body of the email? If yes, what PHP mail command would do it? Thanks for any help.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
there is only one php mail command: mail()
As for sending RTF, it'd only work if the client receiving it supports RTF. I'd suggest you send HTML and a plain text version in the email and leave it at that.
As for sending RTF, it'd only work if the client receiving it supports RTF. I'd suggest you send HTML and a plain text version in the email and leave it at that.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I'd be doing what you should be already.. googling the different parts.
http://www.clickz.com/experts/archives/ ... hp/1559901 will shed a bit of light on sending multiple copies of the same document in various forms.
http://filext.com/detaillist.php?extdet ... oButton=Go will show variants of the content-type you will need to send
http://www.clickz.com/experts/archives/ ... hp/1559901 will shed a bit of light on sending multiple copies of the same document in various forms.
http://filext.com/detaillist.php?extdet ... oButton=Go will show variants of the content-type you will need to send