Re: [PHP] Configure mail to use Gmail smtp

2007-09-17 Thread dcastillo
@lists.php.net Sent: Sunday, September 16, 2007 12:39 PM Subject: Re: [PHP] Configure mail to use Gmail smtp ZF rocks ;) debussy007 schrieb: I succeeded using the Zend Framework. debussy007 wrote: Hello, I have read here : http://www.geekzone.co.nz/tonyhughes/599 that I can use

Re: [PHP] Configure mail to use Gmail smtp

2007-09-17 Thread dcastillo
what do you mean using the zend framework. What did you do exactly? - Original Message - From: debussy007 [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Sunday, September 16, 2007 12:24 PM Subject: Re: [PHP] Configure mail to use Gmail smtp I succeeded using the Zend Framework

[PHP] Configure mail to use Gmail smtp

2007-09-16 Thread debussy007
Hello, I have read here : http://www.geekzone.co.nz/tonyhughes/599 that I can use Gmail as a free SMTP server. Is it possible to change the php.ini in order to have this running ? I need to specify in some way the following : Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use

Re: [PHP] Configure mail to use Gmail smtp

2007-09-16 Thread debussy007
I succeeded using the Zend Framework. debussy007 wrote: Hello, I have read here : http://www.geekzone.co.nz/tonyhughes/599 that I can use Gmail as a free SMTP server. Is it possible to change the php.ini in order to have this running ? I need to specify in some way the following :

Re: [PHP] Configure mail to use Gmail smtp

2007-09-16 Thread Thomas Bachmann
ZF rocks ;) debussy007 schrieb: I succeeded using the Zend Framework. debussy007 wrote: Hello, I have read here : http://www.geekzone.co.nz/tonyhughes/599 that I can use Gmail as a free SMTP server. Is it possible to change the php.ini in order to have this running ? I need to specify in

Re: [PHP] Configure mail to use Gmail smtp

2007-09-16 Thread mike
i'm quite sure you can't with php's built-in mail() function. however more advanced modules should support it. look in PEAR, google for phpmailer, etc. i'm sure there's got to be some. worst case i think you have all the tools in PHP to make your own anyway. On 9/16/07, debussy007 [EMAIL