This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/sendcalls: Split recipients in BCC and CC
Some mailing lists only accept mails if their addresses is in the To or CC field, but it is preferable to put as much addresses as possible in the BCC field instead. We split the @recipients array in two new arrays -- @bcc_recipients and @cc_recipients -- so that we can deal in the most appropriate way for each address.
- Loading branch information
1 parent
c2849b6
commit d0640fe
Showing
1 changed file
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters