RE: [PHP] Mail function and hotmail

2009-06-11 Thread Fernando G
. Thank you for all your help. Fernando. > From: jfer...@hotmail.com > To: sudhee...@binaryvibes.co.in; phps...@gmail.com > CC: rich...@php.net; php-general@lists.php.net > Date: Thu, 11 Jun 2009 10:34:13 -0400 > Subject: RE: [PHP] Mail function and hotmail > > > He

RE: [PHP] Mail function and hotmail

2009-06-11 Thread Fernando G
OS 5.3), however, when I send the message from my development machine (Visata Ultimate SP1) it does work correctly on hotmail address . Both machines are running php 5.2 and have the same PEAR packages. I tried Gmail, Yahoo mail and Thunderbird and they work fine. Your help will be much apprecia

RE: [PHP] Mail function and hotmail

2009-06-10 Thread Fernando G
Thank you. I'm looking at PEAR Mail_mime right now. It seems promising. Fernando. > Date: Wed, 10 Jun 2009 23:14:11 +0530 > From: sudhee...@binaryvibes.co.in > To: phps...@gmail.com > CC: jfer...@hotmail.com; rich...@php.net; php-general@lists.php.net > Subject: Re: [PH

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Sudheer Satyanarayana
Richard was likely suggestion his mail example as listed in his signature Other options include phpmailer pear's mime mail various other classes available www.phpclasses.org Fernando, I recommend you check out the various PHP frameworks out there. Instead of randomly searching for clas

RE: [PHP] Mail function and hotmail

2009-06-10 Thread Fernando G
Thanks. I'll check that out. > Date: Wed, 10 Jun 2009 18:24:45 +0100 > Subject: Re: [PHP] Mail function and hotmail > From: rich...@php.net > To: phps...@gmail.com > CC: jfer...@hotmail.com; php-general@lists.php.net > > Hi, > > > pear's mime mail >

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Richard Heyes
Hi, > pear's mime mail I believe I had a hand in that too. It's like a bad rash - it gets everywhere... :-) -- Richard Heyes HTML5 graphing: RGraph (www.rgraph.net - updated 6th June) PHP mail: RMail (www.phpguru.org/rmail) PHP datagrid: RGrid (www.phpguru.org/rgrid) PHP Template: RTemplate (ww

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Bastien Koert
ists.php.net >> Subject: Re: [PHP] Mail function and hotmail >> >> Hi, >> >> > ... >> >> Use something that is already proven to work. It will save you an >> awful lot of time. >> >> -- >> Richard Heyes >> HTML5 grap

RE: [PHP] Mail function and hotmail

2009-06-10 Thread Fernando G
I have not idea of what else to use. Your suggestions are appreciated. Fernando. > Date: Wed, 10 Jun 2009 18:04:31 +0100 > From: rich...@php.net > To: jfer...@hotmail.com > CC: php-general@lists.php.net > Subject: Re: [PHP] Mail function and hotmail > > Hi, > > &g

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Richard Heyes
Hi, > ... Use something that is already proven to work. It will save you an awful lot of time. -- Richard Heyes HTML5 graphing: RGraph (www.rgraph.net - updated 6th June) PHP mail: RMail (www.phpguru.org/rmail) PHP datagrid: RGrid (www.phpguru.org/rgrid) PHP Template: RTemplate (www.phpguru.org

Re: [PHP] Mail function and hotmail

2009-06-10 Thread Ashley Sheridan
On Wed, 2009-06-10 at 12:59 -0400, Fernando G wrote: > Hello, > > I am sending an html message with and embedded image using the following code: > > // Read message from html template > $message = fread("template.html", filesize("template.html")); > > // I replace the values in $message that are

[PHP] Mail function and hotmail

2009-06-10 Thread Fernando G
Hello, I am sending an html message with and embedded image using the following code: // Read message from html template $message = fread("template.html", filesize("template.html")); // I replace the values in $message that are necessary to // fill the tempalte ... // Generate a boundary stri