Dashboard
{{ stats.total }}
Total Emails
{{ stats.pending }}
Pending
{{ stats.sent }}
Sent
{{ stats.failed }}
Failed
{{ stats.active_accounts }}
Active Accounts
Send Emails
Progress: {{ sendProgress.current }}/{{ sendProgress.total }}
{{ sendProgress.success }} sent ·
{{ sendProgress.failed }} failed
[{{ log.time }}] {{ log.msg }}
Accounts
| Name | Service ID | Status | Today | Total | Actions | |
|---|---|---|---|---|---|---|
| {{ acc.name }} | {{ acc.email }} | {{ acc.service_id }} | {{ acc.status }} | {{ acc.sent_today }} | {{ acc.sent_total }} | |
| No accounts yet. Add one to get started. | ||||||
Email List
Total: {{ emails.total }}
| # | Name | Status | Sent By | Sent At | Actions | |
|---|---|---|---|---|---|---|
| {{ (emails.page - 1) * emails.limit + i + 1 }} | {{ em.email }} | {{ em.name }} | {{ em.status }} | {{ em.sent_by_account || '-' }} | {{ em.sent_at || '-' }} | |
| No emails. Add or import some. | ||||||
Page {{ emails.page }} / {{ emailTotalPages }}
Templates
| Name | EmailJS Template ID | Description | Actions |
|---|---|---|---|
| {{ t.name }} | {{ t.emailjs_template_id }} | {{ t.description }} | |
| No templates. Add one referencing your EmailJS template. | |||
Create and manage your email templates on EmailJS Dashboard, then add the Template ID here.
Send Logs
| Time | Recipient | Account | Template | Status | Error |
|---|---|---|---|---|---|
| {{ log.created_at }} | {{ log.recipient }} | {{ log.account_id }} | {{ log.template_id }} | {{ log.status }} | {{ log.error || '-' }} |
| No logs yet. | |||||
Page {{ logs.page }} / {{ Math.ceil(logs.total / 100) }}
Settings
Find it at EmailJS Account > General > Public Key
Find it at EmailJS Account > Security > Private Key. Enable "Allow EmailJS API for non-browser apps" there too.