Verify email URL #1714
Unanswered
amaldev789
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, EmailPlugin.init({
devMode: true,
route: 'mailbox',
handlers: defaultEmailHandlers,
templatePath: path.join(__dirname, '../email-plugin/templates'),
outputPath: path.join(__dirname, 'test-emails'),
globalTemplateVars: {
verifyEmailAddressUrl: 'http://localhost:4201/verify',
passwordResetUrl: 'http://localhost:4201/reset-password',
changeEmailAddressUrl: 'http://localhost:4201/change-email-address',
},
}), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Where do we set the address for verifying email
Beta Was this translation helpful? Give feedback.
All reactions