mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2025-10-29 17:50:32 +00:00
Feat: Redesigner mail template (#2)
* Updated example env with SITE * Updated mail page title * Updated preview payload to match template * Updated mail template with new design
This commit is contained in:
@@ -63,7 +63,7 @@ type Record struct {
|
||||
|
||||
func OrderConfirmation(payload OrderConfirmationData) (*OrderConfirmationEmailData, error) {
|
||||
var emailTemplate EmailTemplateData
|
||||
emailTemplate.PageTitle = "Ordrebekreftelse fra planetposen.no"
|
||||
emailTemplate.PageTitle = "Takk for din bestilling!"
|
||||
emailTemplate.Site = "https://planet.schleppe.cloud"
|
||||
emailTemplate.Date = time.Now().Format("2006-01-02")
|
||||
emailTemplate.Sum = payload.Sum
|
||||
|
||||
Reference in New Issue
Block a user