2017 © Pedro Peláez
 

wordpress-muplugin bedrock-mailtrap

Capture outgoing mail in non-production environments with Mailtrap for Roots Bedrock WordPress installs.

image

aaemnnosttv/bedrock-mailtrap

Capture outgoing mail in non-production environments with Mailtrap for Roots Bedrock WordPress installs.

  • Friday, March 16, 2018
  • by aaemnnosttv
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,748 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 26 % Grown

The README.md

Bedrock Mailtrap

A Mailtrap plugin for Roots Bedrock., (*1)

Elevator

Don't let those emails get sent to real people from your non-production environments! We still want to see those emails and make sure that they are sent and are looking good though., (*2)

Enter: Mailtrap. Mailtrap is an email service for just this. With Mailtrap, you can setup as many target inboxes as you want, for different projects, etc. When mail is sent there, you can view it in your browser, as if it had been sent to you!, (*3)

Elevator (cont.)

This plugin is a simple always-on integration, which merely hijacks emails as they are being sent from your website if it is a non-production environment., (*4)

Designed for Bedrock WordPress installs, the package is installed as an mu-plugin, which is then autoloaded by the Bedrock mu-plugin autoloader. Simply install this package, set your Mailtrap credentials, and you're done., (*5)

Installation

Require the package with Composer., (*6)

composer require aaemnnosttv/bedrock-mailtrap:^1.0

Set your Mailtrap credentials in your project's .env file like so, (*7)

MAILTRAP_USER=xxxxxxxxxxxxxx
MAILTRAP_PASS=xxxxxxxxxxxxxx

That's it. Whenever your WP_ENV is not equal to production, your emails will be sent to Mailtrap instead., (*8)

Considerations

As long as the environment condition is true, mail will be attempted to be sent to Mailtrap. So, if you forget to add your credentials to the environment file, it will still be sent to Mailtrap, the email will just not make it to your account/inbox., (*9)

IMPORTANT

THIS DOES NOT WORK WITH MAIL SENT USING THE HTTP API If you use a transactional mail service like Mandrill, Mailgun, or the like, there is a good chance that you will need to deactivate that plugin in your non-production environments in order for this to work. (You may consider using something like WP Plugin Activation Manifest to do this automatically) Most of these plugins have the option of sending mail through their service using SMTP or their API. If you have the option, choose sending via SMTP as it should be compatible. Don't take my word for it, test for yourself., (*10)

As with anything, always thoroughly test this under safe circumstances first before trusting it with mail that you really do not want to be sent., (*11)

The Versions

16/03 2018

dev-master

9999999-dev

Capture outgoing mail in non-production environments with Mailtrap for Roots Bedrock WordPress installs.

  Sources   Download

MIT

The Requires

 

16/03 2018

v1.0.1

1.0.1.0

Capture outgoing mail in non-production environments with Mailtrap for Roots Bedrock WordPress installs.

  Sources   Download

MIT

The Requires

 

22/06 2016

v1.0.0

1.0.0.0

Capture outgoing mail in non-production environments with Mailtrap for Roots Bedrock WordPress installs.

  Sources   Download

MIT

The Requires