Update README

main
abnercoimbre 2023-09-22 11:37:02 -07:00
parent 8165ee9970
commit 2df6e67ffb
1 changed files with 4 additions and 4 deletions

View File

@ -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.
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.