This commit is contained in:
Timur Ercan
2023-02-23 20:12:30 +01:00
parent 40a32073dd
commit 54d45bbd24

View File

@ -16,13 +16,13 @@ export const signingRequestTemplate = (
${ctaLabel}
</a>
</p>
<p style="margin-top: 14px;">
<small>Want to send you own signing links? <a href="https://app.documenso.com/signup?source=signrequest">Create your own acccount</a>.</small>
</p>
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
Click the button to view "${document.title}".<br>
<small>If you have questions about this document, you should ask ${user.name}.</small>
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">`;
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
<p style="margin-top: 14px;">
<small>Want to send you own signing links? <a href="https://app.documenso.com/signup?source=signrequest">Create your own acccount</a>.</small>
</p>`;
const html = baseEmailTemplate(message, customContent);