angelos3lex / react-native-smtp-mailer

Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2
39 stars 32 forks source link

Support for BCC #17

Closed MarkusPettersson98 closed 4 years ago

MarkusPettersson98 commented 4 years ago

Implemented missing feature of having BCC recipients, which could be useful in many cases.

Notes

Attaching BCC recipients is completely optional and could be left out/ignored if the user does not need it. Currently this is not the case with other features such as attachments, where the user always has to provide atleast an empty list of attachment paths/names/types. Maybe making these optional aswell could be a thing?

Checklist