Skip to content

doing some changes to trigger the mails in my own created cluster - #12

Open
Hariprasad1524 wants to merge 7 commits into
NUKnightLab:mainfrom
Hariprasad1524:main
Open

doing some changes to trigger the mails in my own created cluster#12
Hariprasad1524 wants to merge 7 commits into
NUKnightLab:mainfrom
Hariprasad1524:main

Conversation

@Hariprasad1524

Copy link
Copy Markdown

No description provided.

@JoeGermuska

Copy link
Copy Markdown
Member

Thank you for your interest in contributing. However, we prefer not to complicate our maintenance burden with deployment-time choices that don't apply to our project and don't have a demonstrated community. As such, the docker/cron specifics are better suited to maintenance in your own permanent fork rather than as a PR. Something like externalizing variables to env vars makes sense. Most of the rest of this does not.

Comment thread util.py
msg = EmailMessage()
msg['From'] = SENDER_EMAIL
msg['To'] = recipients
msg['To'] = ", ".join(recipients)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if recipients is a string instead of a list, this would incorrectly introduce commas between each character

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

Successfully merging this pull request may close these issues.

2 participants