Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multiple recepients in mail sender #290

Closed
hairmare opened this issue Jun 4, 2023 · 3 comments
Closed

support multiple recepients in mail sender #290

hairmare opened this issue Jun 4, 2023 · 3 comments

Comments

@hairmare
Copy link
Member

hairmare commented Jun 4, 2023

Right now it only supports a single, to, cc, or bcc recipient. This leads to fun situations where configuring multiple cc addresses in the config file leads to only the last address specified being used as a cc recipient instead of it composing a mail with multiple cc recipients.

We should allow specifying the relevant params several times and allow composing mails with several to, cc, and bcc recipients,

@hairmare
Copy link
Member Author

hairmare commented Jul 2, 2023

The new YAMLConfigParser from https://github.com/bw2/ConfigArgParse#config-file-syntax might also be worth checking out to make multiple recipients a list on the config file.

@hairmare
Copy link
Member Author

comma separated values work tho

@hairmare
Copy link
Member Author

implementing this properly would include validation, given that commas work i'm closing this is a not planned

@hairmare hairmare closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant