found solution checking Swift Mailer documentation here http://www.sitepoint.com/sending-email-with-swift-mailer/
it is working like this
$message->setCc(array("[email protected]" => "Aurelio De Rosa"));
instead of this
$message->Cc(array("[email protected]" => "Aurelio De Rosa"));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community