<% if (logoUrl !== '') { %>
<% } %>
<% if (logoUrl === '') { %>
<%= companyName %>
<% } %>
|
Invoice Payment Reminder
|
$<%= total %>
|
|
Due on <%= dueDate %>
|
|
|
Dear <%= customerDetails.first_name %>,
|
|
|
We hope this message finds you well. This is a reminder that your invoice <%= invoiceID %> with an amount of <%= total %> is due today, <%= dueDate %>.
|
|
|
We would appreciate it if you could ensure the payment is processed by the end of the day. If you have already made the payment, please disregard this email.
Thank you for your prompt attention to this matter.
|
|
|
|
|
© <%= new Date().getFullYear() %> SwizzlePay. All Rights Reserved.
|
|