Email Notifications
Navigate to WP Admin → SNG Exit Intent → General → Email Notifications.
Tip
For reliable email delivery, install an SMTP plugin such as WP Mail SMTP, FluentSMTP, or Post SMTP. WordPress's built-in mail function may be blocked by some hosting providers.
Settings
| Setting | Description |
|---|---|
| Enable Email Notifications | Send emails when a lead is captured. |
| Admin Email | Address that receives the admin notification. Leave blank to use the WordPress admin email. |
| From Name | The sender name shown in the email. Leave blank to use the site name. |
| From Email | The sender email address. Leave blank to use the WordPress admin email. |
| Visitor Confirmation | Send a confirmation email to the visitor after they submit. |
Email Templates
Three email templates are available and fully editable:
| Template | Sent when |
|---|---|
| Admin Notification | Every time a lead is captured (email mode) |
| Visitor Confirmation | Visitor submits on any regular page |
| Resume Link Email | Visitor submits on the client onboarding page — includes their short resume link |
Available Variables
Use these placeholders anywhere in the subject or body of any email template:
| Variable | Description |
|---|---|
{{name}} |
Visitor's name |
{{email}} |
Visitor's email address |
{{coupon_code}} |
The configured coupon code |
{{page_url}} |
The page the popup appeared on |
{{site_name}} |
Your site name |
{{site_url}} |
Your site URL |
{{date}} |
Date of submission |
{{resume_link}} |
Short resume URL — onboarding page only |