mirror of
https://github.com/documenso/documenso
synced 2026-05-24 01:18:23 +00:00
💬
This commit is contained in:
parent
c016cb163e
commit
12a8a1ddc0
1 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@ export const sendSigningDoneMail = async (
|
|||
) => {
|
||||
// todo check if recipient has an account
|
||||
await sendMail(
|
||||
document.User.email,
|
||||
`${recipient.email} signed "${document.title}"`,
|
||||
user.email,
|
||||
`Completed: "${document.title}"`,
|
||||
transactionEmailTemplate(
|
||||
`All recipients have signed your document ${document.title}`,
|
||||
`All recipients have signed "${document.title}"`,
|
||||
document,
|
||||
recipient,
|
||||
`${NEXT_PUBLIC_WEBAPP_URL}/api/documents/${document.id}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue