$this->SwiftMailer->addTo('from',"user@gmail.com","firstname lastname"); $this->SwiftMailer->addTo('to',"user@domain.tld"); $this->SwiftMailer->addTo('to',"foobar@domain.tld","Foo Bar"); $this->SwiftMailer->addTo('to',"crazylegs@gmail.com","CraZyLeGs"); $this->SwiftMailer->addTo('cc',"cc1@domain.tld","C C 1"); $this->SwiftMailer->addTo('cc',"cc2@domain.tld","C C 2"); $this->SwiftMailer->addTo('bcc',"bcc1@domain.tld","B C C 1"); $this->SwiftMailer->addTo('bcc',"bcc2@domain.tld","B C C 2");