From d1054858558f084fc30e9a4f13ceb053969cdc8c Mon Sep 17 00:00:00 2001 From: StephanieJKS <47713197+StephanieJKS@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:09:34 +0200 Subject: [PATCH] fix(community-plugin-nodemailer): Fix broken logo height when viewing email in Outlook. --- .changeset/purple-seals-remain.md | 5 +++++ .../src/auth/providers/templates/html.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/purple-seals-remain.md diff --git a/.changeset/purple-seals-remain.md b/.changeset/purple-seals-remain.md new file mode 100644 index 0000000..f25c0cc --- /dev/null +++ b/.changeset/purple-seals-remain.md @@ -0,0 +1,5 @@ +--- +'@lowdefy/community-plugin-nodemailer': patch +--- + +Fix broken logo height when viewing email in Outlook. diff --git a/plugins/community-plugin-nodemailer/src/auth/providers/templates/html.js b/plugins/community-plugin-nodemailer/src/auth/providers/templates/html.js index 5fdf0a1..d797c7b 100644 --- a/plugins/community-plugin-nodemailer/src/auth/providers/templates/html.js +++ b/plugins/community-plugin-nodemailer/src/auth/providers/templates/html.js @@ -13,7 +13,7 @@ const defaultTemplate = ` -
{{ templateVariables.appName or host }} + {{ templateVariables.appName or host }}