CubeCart sends automated emails for order confirmations, status changes, account creation, password resets, and more.

Editing Templates

  1. Go to Admin > Email Templates.
  2. Select the template to edit.
  3. Modify the subject line and HTML body.

Template Variables

Use variables to insert dynamic content:

  • {$DATA.first_name} — Customer first name
  • {$DATA.last_name} — Customer last name
  • {$DATA.order_id} — Order reference number
  • {$DATA.total} — Order total

Available variables are listed when editing each template.

SMTP Configuration

Configure outgoing email in Admin > Settings > Email. Use your own SMTP server, Google Workspace, or a service like SendGrid for improved deliverability.

Tips

  • Keep emails mobile-friendly with responsive HTML
  • Include your store branding and logo
  • Test by placing a test order