Protonmail goes to spam unfortunately, switching to gmail

This commit is contained in:
Rogerio Chaves 2020-05-02 10:21:44 +02:00
parent 553dae9660
commit 2f5dd2b222
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ router.post("/keys/email", async (req, res) => {
sgMail.setApiKey(process.env.SENDGRID_API_KEY);
const msg = {
to: email,
from: "Feedless <feedless@protonmail.com>",
from: "Feedless <feedless.social@gmail.com>",
subject: `Login button for ${req.context.profile.name}`,
html,
};