Re: sending mail through google server using EMail component

2008-10-01 Thread Marcin Domanski
same thing using swift mailer but 100% compatible with your actual code (just add smtpOptions['type'] = 'tls' or 'ssl' to your array with username/pass) http://www.assembla.com/wiki/show/swift_email_component HTH, -- Marcin Domanski http://kabturek.info On Wed, Oct 1, 2008 at 3:35 AM, Gonzalo

Re: sending mail through google server using EMail component

2008-09-30 Thread Gonzalo Servat
On Tue, Sep 30, 2008 at 10:10 PM, Zoltan <[EMAIL PROTECTED]> wrote: > > [..snip..] > > The settings I'm using are: > > function send( $subject = 'General', $msg ){ >$this->Email->from= '[EMAIL PROTECTED]'; >$this->Email->to = 'Zoltan <[EMAIL PROTECTED]>'; >$this->E

sending mail through google server using EMail component

2008-09-30 Thread Zoltan
Hello, The mail on my website is done through a google account and I'm trying to use that server to send mail (this is being done local from a site running on XAMPP locally currently). The settings I'm using are: function send( $subject = 'General', $msg ){ $this->Email->from= '[EMA