Welcome Guest, Not a member yet? Register   Sign In
Outbox: Email management
#1

(This post was last modified: 10-26-2020, 01:02 PM by MGatner.)

Hi friends- This one has actually been out for a while but I didn't post it originally. A major new feature goes live today so I thought I would share:

Tatter\Outbox
Email toolkit for CodeIgniter 4
https://github.com/tattersoftware/codeigniter4-outbox

This is a bundle of supplemental tools to help make using CI4's Email class a little easier. Major features include:
1. Email Logging - Defines an Event listener triggered on Email:Confusedend and logs email content to the database
2. Inlining - Adds CSS-inlining to email bodies, to make it easy to incorporate your site's CSS or any custom CSS you want into an HTML email to help it look snazzy.
3. Tokens - Uses {tokens} with the View Parser to let you swap content out for bulk email needs
4. Templating - With tokens and inlining, templates let you define as many prearranged email templates in the database to be sent at any time. The module includes its own MVC for this so it is easy to add to any application.

Quick Start
* Install with Composer: > composer require --dev tatter/outbox
* Migrate the database: > php spark migrate -all
* Define the template routes in app/Config/Routes.php (if you want to use them)

Find the package on Packages: https://packagist.org/packages/tatter/outbox
Add issues and requests on GitHub: https://github.com/tattersoftware/codeigniter4-outbox
Reply


Messages In This Thread
Outbox: Email management - by MGatner - 10-26-2020, 01:01 PM
RE: Outbox: Email management - by nc03061981 - 10-26-2020, 05:49 PM
RE: Outbox: Email management - by thewebsiteguy - 11-13-2020, 10:40 AM
RE: Outbox: Email management - by MGatner - 11-13-2020, 06:16 PM
RE: Outbox: Email management - by thewebsiteguy - 02-04-2021, 04:17 PM
RE: Outbox: Email management - by MGatner - 02-05-2021, 02:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB