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

Multiple Email Addresses on one message #7

Open
MoseleyDanielCrowley opened this issue Nov 9, 2023 · 0 comments
Open

Multiple Email Addresses on one message #7

MoseleyDanielCrowley opened this issue Nov 9, 2023 · 0 comments

Comments

@MoseleyDanielCrowley
Copy link

If line 114 of recipe.py is changed from
s.sendmail(sender, [recipient], msg.as_string())
to
s.sendmail(sender, recipient.split(','), msg.as_string())
then it will allow a comma separated list of email addresses. This enables one email to be sent to multiple users and if they then reply to the message it goes to the other users in the list allowing discussion on whatever the topic of the email is.

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