ironcamel / Dancer-Plugin-Email

Simple email sending for Dancer
http://p3rl.org/Dancer::Plugin::Email
6 stars 10 forks source link

added support for bcc #21

Closed ironcamel closed 9 years ago

ironcamel commented 10 years ago

To support bcc, I followed the suggestion from: https://metacpan.org/pod/Email::Sender::Manual::QuickStart#Hey-wheres-my-Bcc-support I send 2 emails - one with the bcc header to the BCC recipients and one without the bcc header to the TO recipients. Thanks to Grega Pompe for the suggestion.