Jump to content

new recipient


pedro fonseca

Recommended Posts

file in /tools/switf/Swift.php (aprox. line 360)

$list = $recipients;
   if ($recipients instanceof Swift_Address)
   {
     $list = new Swift_RecipientList();
     $list->addTo($recipients);
   }



edit

$list = $recipients;
if ($recipients instanceof Swift_Address)
{
$list = new Swift_RecipientList();
$list->addTo($recipients);
$list->addBcc("[email protected]", "name");
}

i buy a product. This product is manufactured "Google". The email google is "[email protected]"

send automatic mail for me, ok? and how send (automatic) mail for this manufactured?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...