From 2f5dd2b2221d2b1199db91f52c1ebf9447b0dc63 Mon Sep 17 00:00:00 2001 From: Rogerio Chaves Date: Sat, 2 May 2020 10:21:44 +0200 Subject: [PATCH] Protonmail goes to spam unfortunately, switching to gmail --- web/lib/express.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/express.js b/web/lib/express.js index 437147f..7bfd638 100644 --- a/web/lib/express.js +++ b/web/lib/express.js @@ -318,7 +318,7 @@ router.post("/keys/email", async (req, res) => { sgMail.setApiKey(process.env.SENDGRID_API_KEY); const msg = { to: email, - from: "Feedless ", + from: "Feedless ", subject: `Login button for ${req.context.profile.name}`, html, };