EasyEngine/site-type-wp

Add support for switching to mailhog

mrrobot47 opened this issue · 0 comments

From beta.5, emails are handled by the postfix container. There needs to be an option to switch to mailhog and vice-versa.

Steps to enable mailhog:

  1. docker-compose up -d mailhog
  2. docker-compose exec postfix postconf -e 'relayhost = mailhog:1025'

Step to disable mailhog:

  1. docker-compose stop mailhog
  2. docker-compose exec postfix postconf -e 'relayhost ='