Support the ongoing development of Laravel.io →
Input Forms Mail
Last updated 1 year ago.
0

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"));
Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

schel4ok schel4ok Joined 15 Feb 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.