Sending an Individual Email
From any contact or lead detail page:- Click Send Email in the header action buttons.
- The email composer opens with the recipient’s email pre-filled.
- Choose a template (optional) or write your email from scratch.
- Review the subject and body — variables are previewed with real values.
- Click Send.
Sending Bulk Emails
To send the same email to multiple contacts or leads:Filter your list
Go to Contacts or Leads and apply filters to target the right audience (e.g., Stage = Nurturing, Source = Website Form).
Select records
Check the box in the list header to select all records matching your filter, or select individual records manually.
Send email
Click Actions → Send Email. Choose an email template. Preview the email with sample variable values.
Configuring SMTP
SMTP lets you send emails through your own email provider (Google Workspace, Microsoft 365, Mailgun, SendGrid, etc.). Go to Settings → Email → SMTP and configure:| Setting | Value |
|---|---|
| SMTP Host | Your provider’s outgoing mail server |
| Port | 587 (STARTTLS) or 465 (SSL) |
| Username | Your email address or SMTP username |
| Password | Your email password or app password |
| From Name | The name recipients see |
| From Email | The address emails are sent from |
| Encryption | TLS (recommended) or SSL |
Google Workspace SMTP
Usesmtp.gmail.com on port 587. For the password, create an App Password in your Google account security settings (requires 2FA to be enabled). Do not use your regular Google password.
Microsoft 365 SMTP
Usesmtp.office365.com on port 587. Use your Microsoft 365 email and password. If your organization enforces Modern Authentication, use the Microsoft 365 integration instead of SMTP.
Sendgrid / Mailgun
Use the provider’s SMTP relay credentials. Set the From Email to an address on a domain you’ve verified with the provider.Configuring Amazon SES
Amazon SES is a high-volume, cost-effective sending option suitable for workspaces sending thousands of emails per month. Go to Settings → Email → SES and enter:| Setting | Value |
|---|---|
| AWS Access Key ID | From your IAM user credentials |
| AWS Secret Access Key | From your IAM user credentials |
| AWS Region | The SES region (e.g., us-east-1) |
| From Email | A verified SES email address or domain |
| From Name | The name recipients see |
- Verify your sending domain in AWS SES (add TXT and DKIM records to your DNS).
- Create an IAM user with
ses:SendEmailandses:SendRawEmailpermissions. - Request production access from AWS to send to unverified addresses (sandbox mode only allows verified emails).
Once SES is configured, all emails sent from ParsaLink — including automation emails — will route through SES. Monitor your SES sending metrics in the AWS console to track bounce and complaint rates.
Email Deliverability Tips
- Use a custom domain — Sending from
[email protected]is far more trustworthy than a generic provider domain. - Set up SPF, DKIM, and DMARC — These DNS records authenticate your emails and significantly reduce the chance of landing in spam.
- Warm up new domains — Start with small send volumes and gradually increase over 2–4 weeks when using a new domain or SES account.
- Keep lists clean — Use suppression lists and regularly remove hard bounces to protect your sender reputation.
