Skip to content

Commit

Permalink
feat(create): Add example fromAddress global template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 25, 2019
1 parent 3ceac49 commit b727327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create/templates/vendure-config.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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" <noreply@example.com>',
verifyEmailAddressUrl: 'http://localhost:8080/verify',
passwordResetUrl: 'http://localhost:8080/password-reset',
changeEmailAddressUrl: 'http://localhost:8080/verify-email-address-change'
Expand Down

0 comments on commit b727327

Please sign in to comment.