2017 © Pedro Peláez
 

library test-mail

A Laravel package for functionally testing email

image

jtgrimes/test-mail

A Laravel package for functionally testing email

  • Wednesday, October 4, 2017
  • by jtgrimes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

This package is a combination of mail drivers built by Jeffrey Way and Mohammed Said., (*1)

Jeffrey Way wrote the "assertable" bits - where you can make assertions about sent mail. The gist the code is based on is here: https://gist.github.com/JeffreyWay/b501c53d958b07b8a332, (*2)

Mohammed Said wrote a package which saves copies of sent mail to disk so that they can be previewed in the browser. His package is here: https://github.com/themsaid/laravel-mail-preview, (*3)

All credit should go to Mr. Way and Mr. Said for doing the heavy lifting. If there are any errors, the blame should go to me., (*4)

Configuration

This package expects the following fields in the config/mail.php file: 'preview_path' and 'preview_lifetime', (*5)

The Versions

04/10 2017

dev-master

9999999-dev

A Laravel package for functionally testing email

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework

20/05 2017

dev-with-previews

dev-with-previews

A Laravel package for functionally testing email

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework

03/05 2017

dev-laravel-5.3

dev-laravel-5.3

A Laravel package for functionally testing email

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework