Re: CakeEmail SMTP syntax error 555 (#5.5.4) while sending e-mail to multiple users (with the use of bcc array)

2012-08-06 Thread Anna P
It turned out that mail server had limit on number of recipients in one e-mail (I tried to send one mail to 200 e-mail addresses, the limit was 100 recipients). -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Re: CakeEmail SMTP syntax error 555 (#5.5.4) while sending e-mail to multiple users (with the use of bcc array)

2012-08-06 Thread lowpass
Much better to send separate messages for each recipient. I'm not sure if CakeEmail is able to do that (someone correct me if I'm wrong). I use SwiftMailer to send bulk messages. On Mon, Aug 6, 2012 at 6:11 AM, Anna P apad...@o2.pl wrote: It turned out that mail server had limit on number of

CakeEmail SMTP syntax error 555 (#5.5.4) while sending e-mail to multiple users (with the use of bcc array)

2012-08-02 Thread Anna P
Hello. I have following problem: I use Smpt method to deliver e-mails from website. E-mails which are sent to just one recipient (for example: message with registration confirmation, message with new password, etc.) work just fine. The problem is when it comes to send message to multiple

Re: CakeEmail SMTP syntax error 555 (#5.5.4) while sending e-mail to multiple users (with the use of bcc array)

2012-08-02 Thread lowpass
Better triple-check those addresses. It's easy to miss something. Were all of them validated by cake as email addresses when saved to the DB? Are you including names as well as email addresses? Maybe something's wrong there. And check the server's mail log. That should show you where in the list