Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incognito/mailqueueview
View your mail queue -- adapter not included.
https://github.com/incognito/mailqueueview
Last synced: 9 days ago
JSON representation
View your mail queue -- adapter not included.
- Host: GitHub
- URL: https://github.com/incognito/mailqueueview
- Owner: Incognito
- License: mit
- Created: 2015-08-06T23:54:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T01:41:02.000Z (about 9 years ago)
- Last Synced: 2023-03-11T22:37:40.879Z (over 1 year ago)
- Language: PHP
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MailQueueView
=============Because sending an email to test an email template is a silly thing to do 80%
of the time.## What?
This is meant to be a GUI layer to read email from your mail queue (you have a
mail queue system, right?).You'll need to write an adaptor layer to connect this GUI to your database (or
whatever you store things into). It shouldn't be too hard to do, just implement
the methods on the interfaces.## How?
TODO add install instructions
TODO implement interface