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 Des, 17:49, MetZ <[email protected]> wrote:
> ooh.. sorry... Cake 1.3.13 ;)
>
> Thanks for your time this far!
>
> -Tom
>
> On 1 Des, 10:19, euromark <[email protected]> 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 <[email protected]> wrote:
>
> > > What CakePHP version are you on?
>
> > > Cheers,
> > > Graham Weldonhttp://grahamweldon.com
> > > e. [email protected]
> > > 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.
>
> > > > Any other suggestions??
>
> > > > -Tom
>
> > > > On 1 Des, 06:03, Graham Weldon <[email protected] 
> > > > (http://gmail.com)> wrote:
> > > > > Have you tried an array of email address?
>
> > > > > $this->Email->to = array('[email protected] (http://rmail.com)', 
> > > > > '[email protected] (http://email.com)');
>
> > > > > Cheers,
> > > > > Graham Weldonhttp://grahamweldon.com
> > > > > e. [email protected] (http://grahamweldon.com)
> > > > > p. (+61) 0407 017 293
> > > > > Skype: grahamweldon
>
> > > > > On Thursday, 1 December 2011 at 4:02 PM, MetZ wrote:
> > > > > > 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 protected] (mailto:[email protected] 
> > > > > > (http://gmail.com))), why is that? any suggestions!?!
>
> > > > > > $this->Email->to = '[email protected] 
> > > > > > (mailto:[email protected]), [email protected] 
> > > > > > (mailto:[email protected] (http://gmail.com))';
> > > > > > $this->Email->subject = 'Ma Subject!';
> > > > > > $this->Email->from = Configure::read('App.noreply');
> > > > > > $this->Email->template = 'new_notify';
> > > > > > $this->Email->sendAs = 'both';
> > > > > > $this->Email->send();
> > > > > > $this->Email->reset();
>
> > > > > > --
> > > > > > Our newest site for the community: CakePHP Video 
> > > > > > Tutorialshttp://tv.cakephp.org
> > > > > > Check out the new CakePHP Questions 
> > > > > > sitehttp://ask.cakephp.organdhelpotherswith their CakePHP related 
> > > > > > questions.
>
> > > > > > To unsubscribe from this group, send email to
> > > > > > [email protected] 
> > > > > > (mailto:[email protected]) For more options, 
> > > > > > visit this group athttp://groups.google.com/group/cake-php
>
> > > > --
> > > > Our newest site for the community: CakePHP Video 
> > > > Tutorialshttp://tv.cakephp.org
> > > > Check out the new CakePHP Questions 
> > > > sitehttp://ask.cakephp.organdhelpothers with their CakePHP related 
> > > > questions.
>
> > > > To unsubscribe from this group, send email to
> > > > [email protected] For more options, visit this 
> > > > group athttp://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