- Tasks Email Queue

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-17 19:49:49 -04:00
parent 9f92347936
commit b8c34762ed
5 changed files with 110 additions and 26 deletions

View File

@@ -76,7 +76,7 @@ const generateEmailTemplate = (strings) => {
<table>
<tbody>
<tr>
<td><p style="font-size:70%;">${strings?.dateLine || now()}</p></td>
<td><p style="font-size:70%; padding-right:10px">${strings?.dateLine || now()}</p></td>
</tr>
</tbody>
</table>