mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
💬
This commit is contained in:
@ -16,13 +16,13 @@ export const signingRequestTemplate = (
|
|||||||
${ctaLabel}
|
${ctaLabel}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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">
|
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
|
||||||
Click the button to view "${document.title}".<br>
|
Click the button to view "${document.title}".<br>
|
||||||
<small>If you have questions about this document, you should ask ${user.name}.</small>
|
<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);
|
const html = baseEmailTemplate(message, customContent);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user