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:
parent
1cfbefb76a
commit
bf92ee7c44
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user