To debug email problems in cakephp.

In your controller's action where you are using the Email component :

Do :
$this->Email->delivery ='debug' ;


In your default.ctp (app/views/layouts)
Do

<?php echo $session->flash('email'); ?>


Hint: 

make sure you are not redirecting after you do : $this->Email->send() ; 

In your controller action.


Sent from my BlackBerry wireless device from MTN

-----Original Message-----
From: [email protected]
Sender: [email protected]
Date: Sun, 04 Dec 2011 04:00:58 
To: Digest Recipients<[email protected]>
Reply-To: [email protected]
Subject: Digest for [email protected] - 3 Messages in 3 Topics

=============================================================================
Today's Topic Summary
=============================================================================

Group: [email protected]
Url: http://groups.google.com/group/cake-php/topics

  - How to move "Actions" text to the right? [1 Update]
    http://groups.google.com/group/cake-php/t/af6a7e585f23aaec
  - Write unit test for a controller that uses AuthComponent in CakePHP 2.0.3 
[1 Update]
    http://groups.google.com/group/cake-php/t/79608ed9b7f9b7df
  - Send Email problem with multiple receivers [1 Update]
    http://groups.google.com/group/cake-php/t/6023963d22bc7536


=============================================================================
Topic: How to move "Actions" text to the right?
Url: http://groups.google.com/group/cake-php/t/af6a7e585f23aaec
=============================================================================

---------- 1 of 1 ----------
From: Jeremy Burns | Class Outfit <[email protected]>
Date: Dec 04 03:53AM
Url: http://groups.google.com/group/cake-php/msg/a19f49a78329d150

That is SO not the way to go. What is the CSS being applied to the table?

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 3 Dec 2011, at 20:44, Daniel wrote:




=============================================================================
Topic: Write unit test for a controller that uses AuthComponent in CakePHP 2.0.3
Url: http://groups.google.com/group/cake-php/t/79608ed9b7f9b7df
=============================================================================

---------- 1 of 1 ----------
From: elitalon <[email protected]>
Date: Dec 03 01:12AM -0800
Url: http://groups.google.com/group/cake-php/msg/e77f181468e5f4b8

If you look at my last piece of code I am exactly doing that:

$this->Users = $this->generate('Users', array(
  'components' => array('Session', 'Auth' => array('user'))
  'models' => 'User'
));

However, the problem got fixed after rebooting the machine. I don't
know if it could be a cache issue. I opened a related ticket to this
but regarding to AuthComponent.

I am getting a little frustrated here, because when mocked models are
working fine, the AuthComponent seems to fail, and vice versa.




=============================================================================
Topic: Send Email problem with multiple receivers
Url: http://groups.google.com/group/cake-php/t/6023963d22bc7536
=============================================================================

---------- 1 of 1 ----------
From: MetZ <[email protected]>
Date: Dec 02 08:11PM -0800
Url: http://groups.google.com/group/cake-php/msg/656292bf8839d36

Hi again all!

I have still not found a solution to this problem!
Cake 1.3.13, unable to send email to multiple recipients.

Please help me!

Any suggestions on how I can debug this problem? I get no info
whatsoever in any logs, have debugging to 2 in core.

Thank you for all your help!

-Tom





-- 
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 group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

-- 
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 group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to