Re: How to create multipart e-mail bodies?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



sorry one more

It also worked if i did the following..

Content-Type: multipart/alternative;
   boundary="-=Part233475926a47beb07.46978329"
Delivered-To: address@xxxxxxxx

---=Part233475926a47beb07.46978329
Content-Type:text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

...............

Sándor Tamás (HostWare Kft . ) wrote:
Hi,

I don't know if it is a PHP question, but I give it a try.

I've been trying this subject for a while, but with less success.
Now I can create mail bodies like this:

Content-Type: multipart/alternative;
   boundary="-=Part233475926a47beb07.46978329"


---=Part233475926a47beb07.46978329
Content-Type:text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

Hi there!

---=Part233475926a47beb07.46978329
Content-Type:text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

<H1>Hi there!</H1>
<P>This will be fun!</P>


---=Part233475926a47beb07.46978329--


But my mail client can't show any part of it. When I take a look at the source code, I can see that it recognise the boundaries, but somehow for some reason it doesn't show it.

Any idea?

Thanks,
SanTa

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux