diff --git a/README.md b/README.md index 797ed17..c60c1f3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ **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 -`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 send an invite to your meetup group like so: +`send_mail` lets you email a [meetup group](https://handmadecities.com/meetups) using Handmade Cities branding. The script is for Handmade meetup hosts. You can send an invite to your meetup group like so: `> python3 send_mail.py --subject SUBJECT --body BODY` -where SUBJECT is the subject of your email and BODY is the file containing its contents. Plain text or HTML is supported. Your email will automatically include the Handmade Cities branding along with unsubscribe links! +where `SUBJECT` is the subject of your email and `BODY` is the file containing its contents. Plain text or HTML is supported. Your email will automatically include the Handmade Cities brand along with unsubscribe links! Note that you can dump the mailing list of your meetup group so far: @@ -40,4 +40,4 @@ SENDER_EMAIL = abner@handmadecities.com MESSAGE_STREAM = xxx ``` -`LIVE` is false by default, in which case the script only sends an email to the address in TEST_EMAIL. Set this to true when you're ready to mass-email your group. +`LIVE` is false by default, in which case the script only sends an email to the address in `TEST_EMAIL`. Set this to true when you're ready to mass-email your group.