mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-18 11:15:45 +00:00
fix: update share email
This commit is contained in:
@@ -143,7 +143,13 @@ If this was not you, please contact support@puter.com immediately.
|
||||
},
|
||||
'share_by_email': {
|
||||
subject: 'share by email',
|
||||
html: `testing: {{link}}`
|
||||
html: `
|
||||
<p>Hi there,</p>
|
||||
<p>You've received a share from {{sender_name}} on Puter:</p>
|
||||
<p>{{link}}</p>
|
||||
<p>Sincerely,</p>
|
||||
<p>Puter</p>
|
||||
`
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -591,6 +591,7 @@ module.exports = new Sequence([
|
||||
|
||||
await svc_email.send_email({ email }, 'share_by_email', {
|
||||
link: email_link,
|
||||
sender_name: actor.type.user.username,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user