From 798d9ee876be9abe8e4231b25622a0786eb9723b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 24 Apr 2018 19:23:32 +0200 Subject: [PATCH] Mail to logbooks. --- .env.example | 2 +- .env.heroku | 2 +- .env.sandstorm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index d8a506824c..2f2f38771a 100644 --- a/.env.example +++ b/.env.example @@ -54,7 +54,7 @@ COOKIE_DOMAIN= COOKIE_SECURE=false # If you want Firefly III to mail you, update these settings -MAIL_DRIVER=smtp +MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_FROM=changeme@example.com diff --git a/.env.heroku b/.env.heroku index c798fc0a29..e25675664d 100644 --- a/.env.heroku +++ b/.env.heroku @@ -54,7 +54,7 @@ COOKIE_DOMAIN= COOKIE_SECURE=false # If you want Firefly III to mail you, update these settings -MAIL_DRIVER=smtp +MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_FROM=changeme@example.com diff --git a/.env.sandstorm b/.env.sandstorm index 9b3a8f8e86..8aa9358af8 100755 --- a/.env.sandstorm +++ b/.env.sandstorm @@ -54,7 +54,7 @@ COOKIE_DOMAIN= COOKIE_SECURE=false # If you want Firefly III to mail you, update these settings -MAIL_DRIVER=smtp +MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_FROM=changeme@example.com