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

Build.yaml - mail_recipients erroring on spaces #608

Open
jonshern opened this issue Jan 3, 2025 · 0 comments
Open

Build.yaml - mail_recipients erroring on spaces #608

jonshern opened this issue Jan 3, 2025 · 0 comments

Comments

@jonshern
Copy link

jonshern commented Jan 3, 2025

if there is a space between two emails sending fails for both emails.
Should be handling stripping the spaces and parsing the list a bit more robustly.

  
mail_recipients: [email protected] // works great
mail_recipients: [email protected], [email protected] // fails sending to both addresses.
mail_recipients: [email protected],[email protected] // works great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant