package email
type App struct {
Name string
Link string
Logo string
Copyright string
}
type Body struct {
App App
Intros []string
Outros []string
Content string
Greeting string
Receiver string
Signature string
Sender string