Go to file
TarriestPython 94d9993c22 Update ini -> toml in readme 2024-05-10 21:44:41 +00:00
static/css Add Markdown parsing to the preview 2024-05-06 19:35:53 +01:00
templates Add Markdown parsing to the preview 2024-05-06 19:35:53 +01:00
.gitignore Migrate to the new toml file for config from the go email sender 2024-04-23 23:38:44 +01:00
LICENSE wrap pls 2024-04-18 01:33:13 +01:00
README.md Update ini -> toml in readme 2024-05-10 21:44:41 +00:00
go.mod Add Markdown parsing to the preview 2024-05-06 19:35:53 +01:00
go.sum Add Markdown parsing to the preview 2024-05-06 19:35:53 +01:00
main.go Add Markdown parsing to the preview 2024-05-06 19:35:53 +01:00
postmark.go Migrate to the new toml file for config from the go email sender 2024-04-23 23:38:44 +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.toml 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.