This commit is contained in:
@@ -152,7 +152,7 @@ export class EmailService {
|
||||
* Preload and compile email templates
|
||||
*/
|
||||
private preloadTemplates(): void {
|
||||
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'test'];
|
||||
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'dues-due-soon', 'dues-overdue', 'test'];
|
||||
|
||||
templateNames.forEach(templateName => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user