Skip to content

Commit

Permalink
Allow for more extensive SMTP config.
Browse files Browse the repository at this point in the history
Turns out relay is necessary because Hackpad’s internal SMTP client is broken.

Ref:
* hackpad#90
* hackpad#89
  • Loading branch information
dokterbob committed Sep 17, 2018
1 parent c577a88 commit 935b3ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ services:
image: namshi/smtp
environment:
- MAILNAME
- SMARTHOST_ADDRESS
- SMARTHOST_USER
- SMARTHOST_PASSWORD
- SMARTHOST_ALIASES
- SMARTHOST_PORT
volumes:
- mailspool:/var/spool/exim

Expand Down

0 comments on commit 935b3ab

Please sign in to comment.