How to set the login mode when logging in? You can only log in through the mailbox. Now you can only log in through the user name
Values to add to email templates
Unsolved
Technical Support
-
@mattdjuk You can do a search for the string
emailer.send(
insrc/
to see every invocation of the emailer.From the first argument passed in, you can see which template it attempts to use, and the third argument shows the template data passed in.
e.g.
await emailer.send('notification', uid, { path: notification.path, notification_url: notification.path.startsWith('http') ? notification.path : nconf.get('url') + notification.path, subject: utils.stripHTMLTags(notification.subject || '[[notifications:new_notification]]'), intro: utils.stripHTMLTags(notification.bodyShort), body: body, notification: notification, showUnsubscribe: true, })
Suggested Topics
-
Email Login
Unsolved Technical Support0 Votes1 Posts55 Views
-
0 Votes4 Posts207 Views
-
0 Votes11 Posts416 Views
-
0 Votes3 Posts998 Views
-
0 Votes7 Posts2723 Views
Copyright © 2023 NodeBB | Contributors