[WIP] Utilise mailcatcher pour l'envois de mail

This commit is contained in:
2016-09-28 11:26:52 +02:00
parent 200cd26a06
commit 8a22bc22e0
5 changed files with 38 additions and 18 deletions

5
mailcatcher/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ruby
RUN gem install mailcatcher
ENTRYPOINT ["mailcatcher", "-f", "--ip", "0.0.0.0", "--smtp-port", "25", "--no-quit"]