Ask a Question related to PHP Development, Design and Development.
-
Klaus Linzner #1
manipulate mail header
Hi! Its me again. Sorry for the last post - it was quite clumsy.
In fact, it wasn't really what I need. I have a mail and I want to fake the
attachment. Its always the same String in the header that I need, but I need
to set
X-MS-Has-Attach: yes
and I have to add some values to the header until this will work correctly.
Because if I send a mail the value for Content-Type: text/plain . And I have
to manipulate the header in that way, that I can set the Content-Type:
multipart/mixed. Same with content-class.
If you have any idea how to manipulate the header, please mail me. Thanks
Klausi
Klaus Linzner Guest
-
PHP Mail Header and New Lines
I'm using PHP to send out email to users when they submit a form (user registration). The email gets sent just fine, but I'd like to be able to... -
manipulate images
Hi, I need to get some text from a database and put this text on an image. Its to generate an incomingticket for a theater. Can anyone help me?... -
Using PHP to parse mail header
Hello! I am very new to PHP (or any type of scripting language), and am trying to write a PHP script that will accept email headers posted into a... -
[PHP] Mail Header/Return Receipt
Disposition-Notification-To: is not a sure bet, since the majority of people ignore the return receipt. The only way you will know if the email... -
Mail Header/Return Receipt
Ok, I have an interesting one here. I'm trying to send an e-mail from Server A, through Server B, and to a recipient using PHP on Server A. Server... -
Ivo Fokkema #2
Re: manipulate mail header
"Klaus Linzner" <k.linzner@softpoint.at> wrote in message
news:20030806145554.89336.qmail@pb1.pair.com...the> Hi! Its me again. Sorry for the last post - it was quite clumsy.
>
> In fact, it wasn't really what I need. I have a mail and I want to fakeneed> attachment. Its always the same String in the header that I need, but Icorrectly.> to set
> X-MS-Has-Attach: yes
>
> and I have to add some values to the header until this will workhave> Because if I send a mail the value for Content-Type: text/plain . And IAll you need @ [url]http://www.php.net/mail[/url]> to manipulate the header in that way, that I can set the Content-Type:
> multipart/mixed. Same with content-class.
>
> If you have any idea how to manipulate the header, please mail me. Thanks
> Klausi
HTH
--
Ivo
Ivo Fokkema Guest



Reply With Quote

