From b727327a82c225aa8b53859064f5094943003107 Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Wed, 25 Sep 2019 16:16:37 +0200 Subject: [PATCH] feat(create): Add example fromAddress global template variable --- packages/create/templates/vendure-config.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/create/templates/vendure-config.hbs b/packages/create/templates/vendure-config.hbs index 0a0a8d441a..89889e9d8b 100644 --- a/packages/create/templates/vendure-config.hbs +++ b/packages/create/templates/vendure-config.hbs @@ -70,6 +70,7 @@ const path = require('path'); templatePath: path.join(__dirname, 'vendure/email/templates'), globalTemplateVars: { // The following variables will change depending on your storefront implementation + fromAddress: '"example" ', verifyEmailAddressUrl: 'http://localhost:8080/verify', passwordResetUrl: 'http://localhost:8080/password-reset', changeEmailAddressUrl: 'http://localhost:8080/verify-email-address-change'