Email Marketing
This course covers the Email Marketing module in Quickenerp. Learn how to create and send email campaigns, manage mailing lists, design templates using the drag-and-drop editor, automate follow-ups, ensure deliverability, and analyze campaign performance.
| Responsible | System |
|---|---|
| Last Update | 07/21/2026 |
| Completion Time | 1 day 23 hours |
| Members | 1 |
Email Marketing Overview
View allGetting Emails Into the Inbox, Not Spam
Domain Authentication
Before sending real volume, set up SPF, DKIM, and ideally DMARC DNS records for your sending domain — these prove to receiving mail servers that Quickenerp is authorized to send on your domain's behalf. Without them, even well-written campaigns land in spam for a large share of recipients. This is a one-time DNS setup done with whoever manages your domain.
Blacklist Management
Go to Email Marketing > Configuration > Blacklist. Addresses that hard-bounce or explicitly unsubscribe are added automatically and excluded from all future mailings — never remove an address from the blacklist just to re-add it to a list; that defeats the legal opt-out and damages sender reputation.
Legal Requirements
- Every marketing email must include a working, one-click unsubscribe link (auto-inserted via the
{{unsubscribe_url}}variable) — required under regulations like CAN-SPAM, CASL, and GDPR-adjacent rules depending on your jurisdiction. - Only mail contacts who opted in (or have a pre-existing business relationship, depending on local law) — imported lists of purchased/scraped addresses are a compliance and deliverability risk.
- Keep a genuine physical mailing address in the footer where required by law.
List Hygiene
Remove hard bounces and long-term non-engagers (e.g. no opens in 6–12 months) periodically. Mailbox providers track engagement per sending domain — a list full of dead addresses drags down deliverability for everyone on that list, not just the dead addresses themselves.
Email Automation
Automated Campaigns
Enable Automated Emails in Settings. Trigger campaigns based on:
- Contact creation – Welcome email.
- Lead conversion – Follow-up after opportunity.
- Purchase anniversary – Loyalty email.
- Abandoned cart – Recovery email sequence.
- Birthday – Birthday greeting.
Setting Up Automation
- Go to Email Marketing > Configuration > Automated Emails.
- Click Create.
- Select Model – Which record type triggers this (Contacts, Leads, Sales Orders).
- Set Trigger – On creation, on update, on specific field change.
- Set Delay – Immediate, 1 hour, 1 day after trigger.
- Select the Email Template to send.
- Activate.
Abandoned Cart Recovery
Go to eCommerce > Configuration > Settings > Abandoned Carts. Set delay intervals (1h, 24h, 72h). Quickenerp sends automated recovery emails with the cart contents and a checkout link.
The Email Marketing Module
Go to Email Marketing from the main dashboard. Create and send bulk email campaigns, manage subscriber lists, and track opens, clicks, and bounces.
Core Concepts
| Concept | Model | Description |
|---|---|---|
| Mailing List | mailing.list | A group of subscribers (contacts). |
| Mailing Contact | mailing.contact | A subscriber with email, name, and subscription status. |
| Campaign | mailing.mailing | An email sent to a mailing list. Contains subject, body, schedule. |
| Template | mailing.mailing with use_template | Saved email layout reused across campaigns. |
| UTM Tracking | Fields on campaign | Source, medium, campaign for Google Analytics integration. |
Menu Structure
- Campaigns – Create and manage email blasts.
- Mailing Lists – Manage subscriber groups.
- Configuration – Settings, templates, blacklist.
- Reporting – Campaign analysis.
Email Marketing vs Marketing Automation
This course covers one-off and recurring mass mailings (newsletters, promotions, announcements). For multi-step, condition-branching nurture workflows (e.g. "if opened but didn't click, wait 3 days then send a different follow-up"), see the dedicated Marketing Automation course, which uses a separate visual workflow builder on top of the same mailing infrastructure.