Newbie email question

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
josefz
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Jan 28, 2020 3:10 pm

Newbie email question

Post by josefz » Sun Jan 29, 2023 10:33 pm

I can't seem to get addBcc to take an array of emails.

If I do this: $mailer->addBcc("[email protected]"); I get that email.

If I do this:
$m_arr = array("[email protected]", "[email protected]");
$mailer->addBcc($m_arr);

I get nothing from the BCC list. If I drop a var_dump($mailer); in the logger, I see my addRecipient address, but not my bcc addresses (again, unless I do the one).

What have I missed?

josef

josefz
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Jan 28, 2020 3:10 pm

Re: Newbie email question

Post by josefz » Sun Jan 29, 2023 10:47 pm

(testing email responses to make sure I get notifications)


Locked

Return to “Joomla! 3.x Coding”