php-developer-list | 2000101
Date: 10/14/00
- Next message: bjoern <email protected>: "[PHP-DEV] PHP 4.0 Bug #7214: crypt with only one parameter doesn't work."
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7210 Updated: libpng not properly detected"
- In reply to: Chuck Hagenbuch: "Re: [PHP-DEV] IMAP patch"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] IMAP patch"
- Reply: Jani Taskinen: "Re: [PHP-DEV] IMAP patch"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] IMAP patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: bjoern <email protected>: "[PHP-DEV] PHP 4.0 Bug #7214: crypt with only one parameter doesn't work."
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7210 Updated: libpng not properly detected"
- In reply to: Chuck Hagenbuch: "Re: [PHP-DEV] IMAP patch"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] IMAP patch"
- Reply: Jani Taskinen: "Re: [PHP-DEV] IMAP patch"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] IMAP patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

