Re:  Send Email problem with multiple receivers

2011-12-03 Thread Abdulhakim Haliru
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. =

Re: Send Email problem with multiple receivers

2011-12-02 Thread MetZ
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 On 1

Re: Send Email problem with multiple receivers

2011-12-01 Thread MetZ
ooh.. sorry... Cake 1.3.13 ;) Thanks for your time this far! -Tom On 1 Des, 10:19, euromark wrote: > if you are using the new EmailLib in 2.0 you should be using the > setter methods: > $this->Email->to() > etc > > On 1 Dez., 06:36, Graham Weldon wrote: > > > > > > > > > What CakePHP version

Re: Send Email problem with multiple receivers

2011-12-01 Thread euromark
if you are using the new EmailLib in 2.0 you should be using the setter methods: $this->Email->to() etc On 1 Dez., 06:36, Graham Weldon wrote: > What CakePHP version are you on? > > Cheers, > Graham Weldonhttp://grahamweldon.com > e. gra...@grahamweldon.com > p. (+61) 0407 017 293 > Skype: graha

Re: Send Email problem with multiple receivers

2011-11-30 Thread Graham Weldon
What CakePHP version are you on? Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 4:20 PM, MetZ wrote: > Hi.. > Tried it, did not work either, only the first email in array get the > email. > > A

Re: Send Email problem with multiple receivers

2011-11-30 Thread MetZ
Hi.. Tried it, did not work either, only the first email in array get the email. Any other suggestions?? -Tom On 1 Des, 06:03, Graham Weldon wrote: > Have you tried an array of email address? > > $this->Email->to = array('du...@rmail.com', 'du...@email.com'); > > Cheers, > Graham Weldonhttp://g

Re: Send Email problem with multiple receivers

2011-11-30 Thread Graham Weldon
Have you tried an array of email address? $this->Email->to = array('du...@rmail.com', 'du...@email.com'); Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 4:02 PM, MetZ wrote: > Hi all! > > I

Send Email problem with multiple receivers

2011-11-30 Thread MetZ
Hi all! I am having a problem, when sending email with multiple reveivers in $this->Email->to It will only send to one adress (the first one => email_numb...@gmail.com), why is that? any suggestions!?! $this->Email->to = 'email_numb...@gmail.com, email_numb...@gmail.com'; $this->Email->subject =