💬
This commit is contained in:
@@ -9,10 +9,10 @@ export const sendSigningDoneMail = async (
|
|||||||
) => {
|
) => {
|
||||||
// todo check if recipient has an account
|
// todo check if recipient has an account
|
||||||
await sendMail(
|
await sendMail(
|
||||||
document.User.email,
|
user.email,
|
||||||
`${recipient.email} signed "${document.title}"`,
|
`Completed: "${document.title}"`,
|
||||||
transactionEmailTemplate(
|
transactionEmailTemplate(
|
||||||
`All recipients have signed your document ${document.title}`,
|
`All recipients have signed "${document.title}"`,
|
||||||
document,
|
document,
|
||||||
recipient,
|
recipient,
|
||||||
`${NEXT_PUBLIC_WEBAPP_URL}/api/documents/${document.id}`,
|
`${NEXT_PUBLIC_WEBAPP_URL}/api/documents/${document.id}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user