mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Switch to MJML for email templates (#10518)
This commit is contained in:
committed by
GitHub
parent
9e1dac0465
commit
dbc10fe9f5
@@ -138,7 +138,6 @@ export class UserService {
|
||||
const result = await this.mailer.invite({
|
||||
email,
|
||||
inviteAcceptUrl,
|
||||
domain,
|
||||
});
|
||||
if (result.emailSent) {
|
||||
invitedUser.user.emailSent = true;
|
||||
@@ -168,7 +167,6 @@ export class UserService {
|
||||
this.logger.error('Failed to send email', {
|
||||
userId: owner.id,
|
||||
inviteAcceptUrl,
|
||||
domain,
|
||||
email,
|
||||
});
|
||||
invitedUser.error = e.message;
|
||||
|
||||
Reference in New Issue
Block a user