package email // Message is the payload passed to email providers. type Message struct { From string To []string Subject string Body string // HTML body }