489

Product support

Get help in the plugin support forum.

Categories

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
View sent mails

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>

  • Found the plugin useful on 3 Feb, 2021

    Excellect addition.

  • 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 tablegromit_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

  • 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