![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveBody/Subject/Headers Mix-up
From: <itsterry@gmail.com>
Date: Tue Oct 18 2005 - 12:20:18 CEST
I'm an experienced PHP user, but am having a nightmare with one aspect
Trying to post with PHP mailer. Here's the script:
$mail = new PHPMailer();
The script sends ok, but what I get at the other end is this (I've
<subject>
<body>
Message-ID: <longhexstring-ignore@whatever.com>
X-Priority: 3
this is the body
this is the 2nd line of the body.
So for some reason, it's adding header tags to the BEGINNING (I think)
Any thoughts, anyone ?
Terry
|