Search found 3 matches

by kvg
Tue Apr 19, 2005 7:55 am
Forum: PHP - Code
Topic: Possible to Create Mail Message with RTF Text in Email?
Replies: 5
Views: 639

Can you help me to understand what the proper headers would be so that the email text is rtf?
by kvg
Mon Apr 18, 2005 9:35 am
Forum: PHP - Code
Topic: Possible to Create Mail Message with RTF Text in Email?
Replies: 5
Views: 639

If the client supports rtf, is there a php mail command that will send rtf in the text of the email (not as an attachment)? (This is a request being made by my employer). We will continue to send plain text, if the answer to my question about rtf is No.
by kvg
Mon Apr 18, 2005 9:04 am
Forum: PHP - Code
Topic: Possible to Create Mail Message with RTF Text in Email?
Replies: 5
Views: 639

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.