Added basic email renderer

This commit is contained in:
2019-08-16 14:27:45 +09:00
parent 373b34177d
commit 2a1d4ea479
9 changed files with 90 additions and 25 deletions

@ -72,11 +72,10 @@ type APIKeysData struct {
PrivateKey string `json:"privateKey"`
} `json:"vapid"`
SMTP struct {
Server string `json:"server"`
Address string `json:"address"`
Password string `json:"password"`
} `json:"smtp"`
Mailgun struct {
Domain string `json:"domain"`
PrivateKey string `json:"privateKey"`
} `json:"mailgun"`
S3 struct {
ID string `json:"id"`