Mattias,

A few weeks ago, I made several changes to imap_mail_compose() including the features 
you're asking for. The patches were submitted by Chuck Hagenbuch and should (I guess) 
be available in the next release of PHP.

Read my original post describing the first patch:
http://marc.theaimsgroup.com/?l=php-dev&m=98858313316117&w=2

In addition to the above, two smaller patches were submitted:

- Added support for an In-Reply-To: header
     $env[in_reply_to] = "<[EMAIL PROTECTED]>";

- Added support for a custom CHARSET parameter
     $body[1][type] = TYPETEXT;
     $body[1][charset] = "iso-8859-1";

What remains now is to update the documentation accordingly. I'll try to do this soon.
Would you like to help me?

Best regards,
/Johan Ekeberg


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to