Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

Re: [PHP-DEV] IMAP patch From: Sean Farley (scf <email protected>)
Date: 10/14/00

On Fri, 13 Oct 2000 23:04, Chuck Hagenbuch wrote:

> Quoting Sean Farley <scf <email protected>>:
>
> > I am using imap_mail_compose(). It automatically creates a Mime-Version
> > header.
>
> And puts it in the body? Then it should be fixed, instead of
> introducing kludges into imap_mail...

Except that it is not a kludge according to the
documentation. imap_mail_compose() returns a MIME message which
imap_mail() takes as its third argument. At least this is what I
assume. I could be totally confused on how to use these, but I think I am
using them correctly. Isn't this how to use them:

imap_mail($to, $subject, imap_mail_compose($envelope, $completeBody),
          null, $cc, $bcc, $username);

Sean
--------------
scf <email protected>
PGP key: http://www.farley.org/~sean/pgp.key

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>