2017 © Pedro Peláez
 

project rancherize-mailhog

Rancherize plugin to add mailhog as a mailing endpoint for local development

image

ipunkt/rancherize-mailhog

Rancherize plugin to add mailhog as a mailing endpoint for local development

  • Monday, July 2, 2018
  • by svensp
  • Repository
  • 3 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

rancherize-mailhog

mailhog rancherize plugin, (*1)

Install

If you are using the rancherize docker container:, (*2)

rancherize plugin:register ipunkt/rancherize-mailhog

If you are using rancherize via composer:, (*3)

rancherize plugin:install ipunkt/rancherize-mailhog:^1.0.0

Use

Add the following section to your environment or default-section of your rancherize.json:, (*4)

"mailhog":{
    "port":PORT_TO_EXPOSE_ON
}

Example:, (*5)

"mailhog":{
    "port":9081
}

Details

It will set the following variables on your main service:, (*6)

MAIL_HOST: `mailhog`
MAIL_PORT: `1025`
SMTP_SERVER: `mailhog:1025`

SMTP_SERVER enables sendmail via mailhog when using the webserver or php-cli ipunkt blueprints., (*7)

MAIL_HOST and MAIL_PORT will cause a laravel project to send via mailhog., (*8)

You should set MAIL_ENCRYPTION to an empty string for laravel projects., (*9)

The Versions

02/07 2018

dev-master

9999999-dev

Rancherize plugin to add mailhog as a mailing endpoint for local development

  Sources   Download

MIT

The Development Requires

by Sven Speckmaier

02/07 2018

1.0.1

1.0.1.0

Rancherize plugin to add mailhog as a mailing endpoint for local development

  Sources   Download

MIT

The Development Requires

by Sven Speckmaier

02/07 2018

1.0.0

1.0.0.0

Rancherize plugin to add mailhog as a mailing endpoint for local development

  Sources   Download

MIT

The Development Requires

by Sven Speckmaier