Change email sender to feedless address

This commit is contained in:
Rogerio Chaves 2020-05-02 10:03:31 +02:00
parent 17b203678c
commit 553dae9660
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 <rgrchvs@gmail.com>",
from: "Feedless <feedless@protonmail.com>",
subject: `Login button for ${req.context.profile.name}`,
html,
};