/** * Default invoice email templates per language. Used when the user hasn't * customised them in settings. Variables ({{invoiceNumber}}, etc.) are * substituted by `renderTemplate` at send time. * * The shop logo is rendered as an inline attachment with content-id * `invoice-logo`; the email sender attaches the logo bytes automatically * when the template (or any custom template) references that cid. */ const DE_HTML = `\
Die Rechnung befindet sich im Anhang.
Bei Überweisung bitte die Rechnungs-Nummer als Referenz verwenden:
{{invoiceNumber}}
Besten Dank!
Please find the invoice attached.
When paying by bank transfer, please use the invoice number as the reference:
{{invoiceNumber}}
Thanks a lot!