Re: CakePHP email component problem

2011-09-11 Thread WebbedIT
duplicate thread: http://groups.google.com/group/cake-php/browse_thread/thread/13a87371c17428e euromark has started supporting this at other thread On Sep 10, 2:47 pm, Piotr Chabros wrote: > Hello, > > in my application there is a part of a code responsible of sending an > emails to my users. It

Re: CAKEPHP Email component not working in live server.. how to get the error response why that mail is not going

2011-08-29 Thread John Hardy
Can you send an email VIA command line (sendmail or postfix)? On Aug 29, 2011, at 4:42 AM, Gmail Support wrote: > Hi > > Thanx for your response. But my controller has 4 mail functions but none of > the mails are going in Live server only. Still I try to find a solution. > > When a third p

Re: CAKEPHP Email component not working in live server.. how to get the error response why that mail is not going

2011-08-29 Thread Gmail Support
Hi Thanx for your response. But my controller has 4 mail functions but none of the mails are going in Live server only. Still I try to find a solution. When a third party guys hitting our url we are sending mail to users. This is working in my local. But i not used auth component or any authent

Re: CAKEPHP Email component not working in live server.. how to get the error response why that mail is not going

2011-08-22 Thread ShadowCross
If using the EmailComponent works in other parts of your controller, and the "code excerpt" you provided was just manually entered into your original email (the first two lines would have resulted in a syntax error as it is written) you can try adding $this->Email->return = "Mysitename "; befor

Re: CAKEPHP Email component not working in live server.. how to get the error response why that mail is not going

2011-08-22 Thread Gmail Support
no dude... other mail functions from this controller are working fine On Mon, Aug 22, 2011 at 2:05 PM, abhimanyu bv wrote: > maybe you have forgot to configure smtp settings in your cakephp. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out t

Re: CAKEPHP Email component not working in live server.. how to get the error response why that mail is not going

2011-08-22 Thread abhimanyu bv
maybe you have forgot to configure smtp settings in your cakephp. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this

Re: cakephp email component

2010-07-19 Thread Jeremy Burns | Class Outfit
It is so hard to help you with questions like this when we don't know what's going wrong. Can you be more specific? Can you paste an error message? Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 19 Jul 2010, at 08:12, fadhli - wrote: > class MessagesContro

Re: cakephp email component

2008-09-22 Thread base64
ok thanks all, finnaly i am using phpmailer to send email. On Mon, Sep 22, 2008 at 7:23 AM, RichardAtHome <[EMAIL PROTECTED]>wrote: > > I suspect you are trying to SMTP to gmail or something similar. > > CakePHP doesn't support the encyption required to connect to these > types of SMTP server. >

Re: cakephp email component

2008-09-22 Thread RichardAtHome
I suspect you are trying to SMTP to gmail or something similar. CakePHP doesn't support the encyption required to connect to these types of SMTP server. The Bakery has some useful articles for using 3rd party mail components that support encrypted SMTP On Sep 22, 10:35 am, Predominant <[EMAIL P

Re: cakephp email component

2008-09-22 Thread Predominant
Hey base64, This message "220-We do not authorize .." is being produced by one of the mail servers charged with delivering your mail message. Try using a mail server you have authority to use. Cheers, Predom. On Sep 22, 3:32 am, base64 <[EMAIL PROTECTED]> wrote: > Dear all, > > I'm using Cake