How to Send Emails
This guide walks you through setting up and sending emails to leads directly from Sellfaster, including SMTP/IMAP configuration, email field setup, and reply tracking.
This guide walks you through setting up and sending emails to leads directly from Sellfaster, including SMTP/IMAP configuration, email field setup, and reply tracking.
What is the Email Feature?
Sellfaster allows you to send emails directly to leads without leaving the app. When you send an email:
- The email is delivered via your team's configured SMTP server
- An interaction is automatically recorded on the lead
- The email is stored for threading so replies can be tracked
- If IMAP is configured, incoming replies are captured automatically
This keeps all communication history in one place alongside visits, calls, and other interactions.
Prerequisites
Before you can send emails, the following must be in place:
- Email settings configured - Your team administrator must set up SMTP (and optionally IMAP) in Team Settings
- An email custom field - Your template must include a custom field with type
email(see Custom Fields) - A lead with an email address - The email field must be filled in on the lead you want to contact
- Permission - You need the
interactions:createpermission
Step 1: Configure Email Settings
Your team administrator configures email in the team settings page.
- Navigate to
/home/[team]/settings - Scroll to the Email Configuration section
- Fill in the required fields
SMTP Settings (Outgoing Email)
| Field | Default | Description |
|---|---|---|
| Host | — | SMTP server hostname (required) |
| Port | 587 | SMTP server port (required) |
| Use TLS | Off | Enable TLS encryption |
| Username | — | SMTP authentication username |
| Password | — | SMTP authentication password |
IMAP Settings (Incoming Email / Reply Tracking)
| Field | Default | Description |
|---|---|---|
| Host | — | IMAP server hostname (required) |
| Port | 993 | IMAP server port (required) |
| Use TLS | On | Enable TLS encryption |
| Username | — | IMAP authentication username |
| Password | — | IMAP authentication password |
General Email Settings
| Field | Description |
|---|---|
| From Email | Email address used as the sender (required) |
| From Name | Display name for outgoing emails (optional) |
| Email Signature | Signature appended to all outgoing emails (optional) |
When updating email settings, you can leave password fields blank to keep the existing password. A placeholder will indicate if a password is already set.
Step 2: Create an Email Custom Field
To send emails to leads, your template needs a field that stores the lead's email address.
- Navigate to
/home/[team]/custom-fields - Click Create Field
- Set the field type to Email
- Give it a name (e.g. "Email Address") and a field key (e.g.
email_address) - Configure validation and visibility as needed
- Add the field to a template
- Assign the template to your campaign
The email field type includes built-in email validation, ensuring only valid email addresses are accepted.
For detailed instructions, see Custom Fields.
Step 3: Add an Email Address to a Lead
Once the template is assigned:
- Navigate to the lead's detail page:
/home/[team]/projects/[campaign]/addresses/[address] - Find the email custom field in the lead's details
- Enter the lead's email address
- Save the changes
Sending an Email
With setup complete, you can now send emails:
- Navigate to the lead
- Go to the lead's detail page
- Or find the lead through your campaign's address list
- Open the interaction form
- Click the Add Interaction button
- Select the email option
- Click the email action to switch to the email compose form
- Compose your email
- The To field is pre-filled from the lead's email custom field
- Enter a Subject line
- Write the Body of your email
- Your configured email signature is appended automatically
- Select an interaction state
- Choose the appropriate state for this interaction
- Set a follow-up (optional)
- If the selected state has follow-up enabled, set a reminder date
- Send
- Click send to deliver the email and record the interaction
Email Form Fields
| Field | Type | Description |
|---|---|---|
| To | pre-filled | Recipient email address from the lead's email field |
| Subject | required | Email subject line |
| Body | required | Email message content |
| Interaction State | required | Select from configured states for the campaign |
| Follow-Up Date | conditional & optional | Only appears if the selected state has follow_up: true configured |
What Happens When You Send
When you click send:
- Email is delivered - Sent via your team's SMTP server to the lead's email address
- Interaction is logged - An interaction is automatically created on the lead with the selected state
- Email is stored - The email content is saved and linked via a transaction ID for threading
- AI Summary updates - The lead's AI-generated summary may be updated to reflect the new interaction
Email Reply Tracking
If your team has IMAP configured, Sellfaster can automatically capture email replies:
- Incoming replies are matched to the original email via threading
- Matched replies are logged as interactions on the lead
- Your team may have specific interaction states marked as
is_email_replyfor these automatic entries - Reply content is stored for reference in the interaction history
This means you can see the full email conversation history directly on the lead's detail page.
Best Practices
Email Content
- Keep it concise - Short, clear emails get better responses
- Personalize - Reference previous interactions or specific details
- Clear call to action - Tell the recipient what you need from them
- Professional tone - Remember emails represent your team
Follow-Ups
- Set reminders - Use follow-up dates for emails that need a response
- Track replies - Check the lead's interaction history for incoming replies
- Follow up promptly - Respond to replies while context is fresh
Signatures
- Configure once - Set your email signature in team settings so it's consistent
- Include contact info - Make it easy for recipients to reach you by other means
Troubleshooting
Email Not Sending
If emails fail to send:
- Verify SMTP settings are correct in team settings
- Check the SMTP host, port, and credentials
- Ensure TLS settings match your email provider's requirements
- Contact your team administrator to review the configuration
No Email Option Available
If you don't see the email action on a lead:
- Confirm your template includes a custom field with type
email - Verify the template is assigned to the campaign
- Check that the lead has an email address filled in
Can't See the Send Button
If the email send option is not visible:
- Verify you have the
interactions:createpermission - Contact your team administrator to check your role
Replies Not Appearing
If email replies aren't being tracked:
- Confirm IMAP settings are configured in team settings
- Check the IMAP host, port, and credentials
- Ensure TLS settings are correct for your email provider
- Verify your team has interaction states with
is_email_replyconfigured
Related Topics
- Recording Interactions - Logging visits, calls, and other contacts
- Follow-Up Reminders - Scheduling follow-up reminders
- Custom Fields - Managing custom fields and templates
- Interaction States - Configuring interaction states
- Team Settings - Email and account configuration