Hi Everyone,

I am using Swift Version 2.1.17 with Swift Mail Component.
CakePHP version: 1.2.0.5165alpha

I have

$this->SwiftMailer->addTo('from',"[EMAIL PROTECTED]","Admin");

$this->SwiftMailer->addTo('to', $data['User']['user_email'],
$data['User']['user_name']);

$this->SwiftMailer->addTo('bcc',"[EMAIL PROTECTED]","AL");
$this->SwiftMailer->addTo('bcc',"[EMAIL PROTECTED]","AL");

The To recipient will receive 1 email if there is no BCC person, 2
same email if there is 1 BCC person and 3 email if there are 2 BCC
person.

Meaning the number of email To recipient will receive is 1 + no of
total BCC person.

Is anyone encountering this? If is it the above codes? Did anyone
successfully send out emails with BCC?

Thanks.


Best Regards,
AL


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to