gromit / oc-sentmails-plugin
Sent emails tracker for OctoberCMS.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 2
Type:october-plugin
Requires
- php: >=7.0.8
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-01-06 22:01:13 UTC
README
GromIT.SentMails is the plugin for capturing all emails sent by OctoberCMS based website.
Usage
After installation, the plugin will add the "Sent mails" item to the main menu. In this section, you can view all emails sent by the website.
Tracking pixel
GromIT.SentMails gives you the ability to set tracking pixel in mail 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>