Re: [PHP] Create multipart email

2009-06-02 Thread Guus Ellenkamp
A bit of overkill, but it seems to work. Thanks! "Eric Butera" wrote in message news:6a8639eb0905280823r162f91a0v15725e0dc7543...@mail.gmail.com... > On Thu, May 28, 2009 at 4:47 AM, Guus Ellenkamp > wrote: >> I'm trying to attach an uploaded file to an e-mail which I receive in >> Outlook. Nei

Re: [PHP] Create multipart email

2009-06-02 Thread Guus Ellenkamp
Thanks. I tried and it seems quite straightforward. However, I get the message 'could not instantiate mail function'. Seemed to have something to do with the 'to' address, but could not figure out what exactly. Also searched the internet, but did not find the solution. Any suggestion? "Phpster"

Re: [PHP] Create multipart email

2009-05-28 Thread Eric Butera
On Thu, May 28, 2009 at 4:47 AM, Guus Ellenkamp wrote: > I'm trying to attach an uploaded file to an e-mail which I receive in > Outlook. Neither the first part, nor the second part displays properly. The > header looks ok when displayed on the screen. What am I missing? If you value your time th

Re: [PHP] Create multipart email

2009-05-28 Thread Per Jessen
Guus Ellenkamp wrote: > I'm trying to attach an uploaded file to an e-mail which I receive in > Outlook. Neither the first part, nor the second part displays > properly. The header looks ok when displayed on the screen. What am I > missing? Show us the entire email that doesn't work. /Per --

Re: [PHP] Create multipart email

2009-05-28 Thread Tom Worster
guus, take a look at: http://pear.php.net/manual/en/package.mail.mail-mime.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Create multipart email

2009-05-28 Thread kranthi
ohh.. what i meant is most of my web hosts hav it pre-installed (copy of that file in their include dir) so that i'll not hav to upload it again and thereby save some web space -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Create multipart email

2009-05-28 Thread Richard Heyes
Hi, > i have been using PEAR Mail. major reason being nearly all of my web > hosts have this supported (pre-installed) It doesn't need to be installed for you to use it. If you want/need to you can get the sauce off of the PEAR website: http://cvs.php.net/viewvc.cgi/pear/Mail/ Click on the vers

Re: [PHP] Create multipart email

2009-05-28 Thread kranthi
i have been using PEAR Mail. major reason being nearly all of my web hosts have this supported (pre-installed) Kranthi. On Thu, May 28, 2009 at 17:29, Phpster wrote: > > Use phpmailer, makes it simple > > Bastien > > Sent from my iPod > > On May 28, 2009, at 4:47, "Guus Ellenkamp" wrote: > >>

Re: [PHP] Create multipart email

2009-05-28 Thread Phpster
Use phpmailer, makes it simple Bastien Sent from my iPod On May 28, 2009, at 4:47, "Guus Ellenkamp" wrote: I'm trying to attach an uploaded file to an e-mail which I receive in Outlook. Neither the first part, nor the second part displays properly. The header looks ok when displayed on

[PHP] Create multipart email

2009-05-28 Thread Guus Ellenkamp
I'm trying to attach an uploaded file to an e-mail which I receive in Outlook. Neither the first part, nor the second part displays properly. The header looks ok when displayed on the screen. What am I missing? See code below. function xmail($mailto, $from_mail, $from_name, $replyto, $subject,