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

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 party

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

2011-08-23 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

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

2011-08-22 Thread CakePHP.Saint
I using cakephp email component. In my live server $this-Email- send() return success. but mail is not receiving. what is the problem?? i need to find whats the error ? $this-Email-from = Mysitename no-re...@mysite.com; $this-Email-to = sam...@gmail.com

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

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 vmabhi...@gmail.com wrote: maybe you have forgot to configure smtp settings in your cakephp. -- Our newest site for the community: CakePHP Video Tutorials

Re: Email Component not working..

2008-02-25 Thread Samuel DeVore
Just to check, are you using cake 1.1 or 1.2 the email component is only in 1.2 you can check the VERSION.txt file in your cake core or look in the cake folder and make sure that libs/controller/components/email.php exists Sam D On Sun, Feb 24, 2008 at 6:58 PM, Affinity Skateboards [EMAIL

Email Component not working..

2008-02-24 Thread Affinity Skateboards
I am trying to use the email component on my contact page, but when trying to add the component in my controller I get: Missing Component File You are seeing this error because the component file can't be found or doesn't exist. Notice: If you want to customize this error message, create

Re: $this-set with email component don't working with php4 (1.2)

2007-03-20 Thread Ámon Tamás
Hi how I see no $this-methods tahing effects in email element, but it is only in php4. I must to use the $GLOBALS array for it, but it is very ugly. Ámon Tamás írta: Hello, $this-set not working with email component in php 4. The same code is working in php 5. If I use $this-set

Re: $this-set with email component don't working with php4 (1.2)

2007-03-20 Thread Samuel DeVore
, $this-set not working with email component in php 4. The same code is working in php 5. If I use $this-set('code', $id); I get an error message (with DEBUG,1) the $code not defined. -- Ámon Tamás http://linkfelho.amon.hu -- (the old fart) the advice is free, the lack

$this-set with email component don't working with php4 (1.2)

2007-03-19 Thread Ámon Tamás
Hello, $this-set not working with email component in php 4. The same code is working in php 5. If I use $this-set('code', $id); I get an error message (with DEBUG,1) the $code not defined. -- Ámon Tamás http://linkfelho.amon.hu --~--~-~--~~~---~--~~ You