1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-20 20:55:18 +02:00

Server: Update sender email

This commit is contained in:
Laurent Cozic 2022-10-20 11:24:39 +01:00
parent 1cfbefb76a
commit bf92ee7c44

View File

@ -115,7 +115,7 @@ export default class SubscriptionModel extends BaseModel<Subscription> {
recipient_email: user.email,
recipient_id: user.id,
recipient_name: user.full_name || '',
sender_id: EmailSender.Support,
sender_id: EmailSender.NoReply,
});
}
}