We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c0ea3 commit 9055f36Copy full SHA for 9055f36
server/utils/renderMjml.ts
@@ -9,5 +9,6 @@ export function renderMjml(template: string): string | undefined {
9
} catch (e) {
10
console.error(e);
11
// fall through to undefined (null is not valid for nodemailer.SendMailOptions.html)
12
+ return undefined;
13
}
14
0 commit comments