Hermod Mail is pre-v0.1 — release acceptance is still in progress Read the release status →
← All templates
Transactional

Order receipt

Open in docs

Line items, tax, refund link — themed with your tokens and shipped with a plain-text twin. Runtime subjects can be localized by your Laravel application.

Acme & Co. NO. 4182

Thanks for your order

Order #4182 shipped this morning. Your card was charged $348.00 including tax.

View invoice
SPECIFICATION
Width 600 px
Output HTML + plain text
Dark mode Token pairs
Localization Runtime subjects
Status Pre-v0.1
SOURCE
use Jml\HermodMail\Data\OrderReceiptData;
use Jml\HermodMail\Mail\OrderReceiptMail;

$data = new OrderReceiptData(/* validated fields */);
Mail::to($recipient)->send(new OrderReceiptMail($data));

Build Laravel email locally

Start with eight MIT Core templates. Pro licensing and stable release are still prelaunch.

Docs Contact