Skip to content

Email Workflows

Overview

Convertly CRM can send emails on your behalf using your own SMTP credentials. This means emails appear to come from your domain, not from a generic platform address.


SMTP setup

Go to Settings → Email to configure your SMTP provider.

Required settings:

SettingDescription
SMTP hostYour email provider’s outgoing mail server (e.g., smtp.gmail.com)
PortUsually 587 (TLS) or 465 (SSL)
UsernameYour email address or SMTP username
PasswordYour SMTP password or app-specific password
From nameThe name recipients see (e.g., “Acme Sales”)
From addressThe email address the mail comes from

After entering your settings, click Send Test Email to verify delivery.


Common SMTP providers

ProviderHostNotes
Google Workspacesmtp.gmail.comRequires an app password if 2FA is enabled
Microsoft 365smtp.office365.comUse port 587
Mailgunsmtp.mailgun.orgRecommended for transactional volume
SendGridsmtp.sendgrid.netRecommended for transactional volume
Amazon SESRegion-specificLow cost, high deliverability

When emails are sent

Emails are sent by Convertly in these scenarios:

EventRecipientTrigger
New form submission notificationEmail(s) configured on the formEvery form submission
Automation send_email actionLead or team memberWhen the automation runs
Password resetAccount emailWhen user requests reset
Team invitationInvited team memberWhen Admin sends invite
Billing eventsAdmin emailPayment success, failure, or plan change
Affiliate application confirmationApplicant’s emailOn public affiliate application

Email templates

For automation-triggered emails, you can compose the email directly in the automation action:

  • Subject line
  • Body (plain text or basic HTML)
  • Recipient — lead’s email, assignee’s email, or a specific address

Template variables are supported in the subject and body:

  • {{lead.name}} — lead’s full name
  • {{lead.email}} — lead’s email
  • {{lead.stage}} — current pipeline stage
  • {{lead.assignee}} — assigned rep’s name
  • {{org.name}} — your organization name

Email previewing

Before activating an automation with a send_email action, click Preview Email inside the action editor to see how the email will render with sample data.