SentMails plugin captures all sent emails
Features
- View all sent emails in OctoberCMS backend
- Checking email opening by setting a tracking pixel in the email template
- Generating a link to the web version of an email
Usage
After installation, the plugin will add the "Sent mails" item to the main menu. Inside this section, you can view all sent emails.
Tracking pixel
Sent mails allows you to set tracking pixel in email template.
Add the following code to the mail template.
<img src="{{ _mail_pixel}}" />
Email web-version
You can add a link to the web version of the email.
Add the following code to the mail template.
<a href="{{ _mail_link }}">View this email in browser</a>
-
David Watson
Found the plugin useful on 3 Feb, 2021
Excellect addition.
-
Sukri Jusuf
Found the plugin not useful on 17 Dec, 2020
i get error on install the plugin "SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json not null,
file
varchar(191) not null,opened_at
datetime null,created' at line 1 (SQL: create table
gromit_sentmails_mails(
idint unsigned not null auto_increment primary key,
tokenvarchar(191) not null,
fromvarchar(191) not null,
tojson not null,
filevarchar(191) not null,
opened_atdatetime null,
created_attimestamp null,
updated_at` timestamp null) default character set utf8mb4 collate utf8mb4_unicode_ci engine = InnoDB)" on line 664 of -
Grom-IT Soft author
Replied on 3 Feb, 2021
Looks like, this error occurs because of json column and mariadb.
We've changed migration to use text column instead of json. Please, try again.
-
1.0.4 |
Delete all button May 10, 2021 |
---|---|
1.0.3 |
Storing emails disk setting May 10, 2021 |
1.0.2 |
Add subject to mails Feb 03, 2021 |
1.0.1 |
First version of SentMails Nov 20, 2020 |