Configure Mailhog for email forwarding
Once we know how that works, offer the option to configure that automatically witj a d4d update
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- jurgenhaas added To Do label
added To Do label
- jurgenhaas added Doing label and removed To Do label
- jurgenhaas assigned to @jurgenhaas
assigned to @jurgenhaas
- Author Owner
Adding the following to docker-compose.yml:
environment: MH_OUTGOING_SMTP: /test/mhout.json privileged: true volumes: - /var/www/bitegra/mobimo/aqa/mhout.json:/test/mhout.json
The mhout.json file should contain this:
{ "test1": { "name": "test1", "host": "smtp.example.com", "port": "465", "email": "myname@example.com", "username": "myname@example.com", "password": "mypassword", "mechanism": "PLAIN" } }
Still doesn't send the mail. Opened an issue at https://github.com/mailhog/MailHog/issues/347
- jurgenhaas added To Do label and removed Doing label
- jurgenhaas unassigned @jurgenhaas
unassigned @jurgenhaas
- jurgenhaas removed To Do label
removed To Do label
- jurgenhaas mentioned in commit f9ec8f63
mentioned in commit f9ec8f63
- jurgenhaas added Doing label
added Doing label
- jurgenhaas assigned to @jurgenhaas
assigned to @jurgenhaas
- jurgenhaas mentioned in commit devops-tools/documentation@ee627949
mentioned in commit devops-tools/documentation@ee627949
- Author Owner
This has now been implemented without SSL, i.e. using port 25.
Documentation about configuration is available from:
- jurgenhaas closed
closed
- jurgenhaas removed Doing label
removed Doing label
- jurgenhaas mentioned in commit e7528365
mentioned in commit e7528365
Please register or sign in to reply