joscha / play-easymail

A simple Java wrapper for the Typesafe mailer plugin for Play! Framework 2.x
Other
33 stars 31 forks source link

What is the best method to send to BCC recipients? #11

Closed creationmachine closed 10 years ago

creationmachine commented 10 years ago

What is the best way to send to BCC recipients using this plugin?

joscha commented 10 years ago

@creationmachine Currently this library does not have support for CC/BCC recipients, yet, however it should be quite easy to add. A PR would be very welcome.

joscha commented 10 years ago

The mailer base API actually now has a setBCC method which could easily be used if you are still interested...

joscha commented 10 years ago

Closing this for now...

joscha commented 10 years ago

Implemented in #25