Go to file
Jack Punter ed872ddfa3 Add buttons to actually send emails either the test address or mailing list 2024-04-23 20:48:46 +01:00
static/css Add buttons to actually send emails either the test address or mailing list 2024-04-23 20:48:46 +01:00
templates Add buttons to actually send emails either the test address or mailing list 2024-04-23 20:48:46 +01:00
.gitignore Initial Prototype 2024-04-18 01:08:55 +01:00
LICENSE wrap pls 2024-04-18 01:33:13 +01:00
README.md Initial commit 2024-04-18 01:08:36 +01:00
go.mod Initial Prototype 2024-04-18 01:08:55 +01:00
go.sum Initial Prototype 2024-04-18 01:08:55 +01:00
main.go Add buttons to actually send emails either the test address or mailing list 2024-04-23 20:48:46 +01:00
postmark.go Add buttons to actually send emails either the test address or mailing list 2024-04-23 20:48:46 +01:00

README.md

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.