From 2df6e67ffb37aa3ab6571a32c2a045409a049b4b Mon Sep 17 00:00:00 2001 From: abnercoimbre Date: Fri, 22 Sep 2023 11:37:02 -0700 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a43efd7..10a0186 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ------ -**DISCLAIMER: This project is very much a Work In Progress. It is for meetup hosts pioneering Handmade Meetups. Hosts are expected to be programmers who are comfortable running and editing command-line programs.** +**DISCLAIMER: This project is very much a Work In Progress. It is for meetup hosts pioneering Handmade Meetups. Hosts are expected to be programmers who are comfortable running and editing command-line programs. You can get help or give feedback in the [`#meetups`](https://discord.com/channels/239737791225790464/424523844016144394) channel of the [Handmade Network Discord](https://discord.gg/hmn). +** ------ -`send_mail.py` lets you email a [meetup group](https://handmadecities.com/meetups) using Handmade Cities branding. You can get help or give feedback in the [`#meetups`](https://discord.com/channels/239737791225790464/424523844016144394) channel of the [Handmade Network Discord](https://discord.gg/hmn). # send_mail -The `send_mail` script is for Handmade meetup hosts. You can email a meetup invite to your group like so: +`send_mail.py` lets you email a [meetup group](https://handmadecities.com/meetups) using Handmade Cities branding. The script is for Handmade meetup hosts. You can email an invite to your meetup group like so: > python3 send_mail.py --subject SUBJECT --body BODY @@ -42,4 +42,4 @@ SENDER_EMAIL = abner@handmadecities.com MESSAGE_STREAM = xxx ``` -LIVE is false by default, in which case the script only sends an email to whichever address is in TEST_EMAIL. Set it to true once you're ready to mass-email your entire meetup group. \ No newline at end of file +LIVE is false by default, in which case the script only sends an email to whichever address is in TEST_EMAIL. Set it to true once you're ready to mass-email your entire meetup group.