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