Send branded emails that actually arrive.
Default WordPress email is plain, unbranded, and often lands in spam. Fix deliverability with SMTP, design the message in a drag-and-drop builder, and send it, then put the whole thing on an automatic trigger.
Plain, unbranded, and in spam.
Out of the box, WordPress sends mail with PHP's mail() function. The result is two problems at once: the messages are plain and unbranded, and they frequently fail the authentication checks mailboxes now demand, so they never reach the inbox. A password reset in spam, or an order confirmation that looks like a scam, both cost you trust.
From deliverability to design, in one bar.
The same builder that designs the email also builds PDF documents, so your branding stays consistent.
SMTP delivery
enable smtp routes mail through an authenticated service so it passes SPF and DKIM.
Drag-and-drop builder
The Templates module lays out the email visually, with your logo, colors, and copy.
Dynamic variables
Use {{variables}} for names and details that fill in at send time.
Send by command
send template email sends a designed template to any recipient, with subject and fields.
Attach a PDF
generate pdf builds a branded document from a template to send with the email.
Send automatically
Both commands run inside a macro and on a schedule, so the email sends itself.
Three steps. Then it sends itself.
Set up delivery and design once; trigger the send by hand or as part of a workflow.
Route mail through SMTP
Run
enable smtp -host=... -username=... -password=...so mail leaves through an authenticated service.Design the email
Lay out the message in the Templates builder with your branding and
{{variables}}.Send it, or automate it
Run send template email, or drop it into a macro so it fires on its own.
One plugin. Email and nine more modules.
Branded transactional email is not a separate purchase. It is one workflow inside TrueCommander.
Questions, answered.
mail(), which usually fails the SPF, DKIM, and DMARC checks mailboxes use to decide what is legitimate. Routing through an authenticated SMTP service, with enable smtp, is what actually gets transactional mail delivered instead of filtered.send template email can run inside a macro and on a schedule, so you can trigger it as part of a workflow rather than sending by hand. Pair it with generate pdf to attach a branded document in the same flow. Specifically invoicing WooCommerce orders? See the WooCommerce PDF Invoices playbook.Branded email, delivered.
Fix deliverability, design the message, and let it send itself, all from one command bar.