commit 170bed19d6586bb2a5fff774781ca16cc31adf94 Author: Jack Punter Date: Thu Apr 18 01:08:36 2024 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d21ea2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Send email prototype +Simple Go webserver to help HMC Meetups hosts see their mailing lists and prepare emails to send + +# How to use +Copy your app.ini from HMCsend-email copy into the root of this repo, run the server and +navigate to localhost in the browser. It should load your current mailing list at the bottom and show a +text box in which you can write your mock email into. THIS IS VERY WIP, it currently just echos this onto +the right hand section, but eventually we should render the email and put that on the right panel instead. \ No newline at end of file