Extend mail config and help. #1487

This commit is contained in:
James Cole
2018-06-16 07:23:54 +02:00
parent aa05f7a2d2
commit 968abd26e8
6 changed files with 46 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ COOKIE_DOMAIN=
COOKIE_SECURE=false COOKIE_SECURE=false
# If you want Firefly III to mail you, update these settings # If you want Firefly III to mail you, update these settings
# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html
MAIL_DRIVER=${MAIL_DRIVER} MAIL_DRIVER=${MAIL_DRIVER}
MAIL_HOST=${MAIL_HOST} MAIL_HOST=${MAIL_HOST}
MAIL_PORT=${MAIL_PORT} MAIL_PORT=${MAIL_PORT}
@@ -58,6 +59,12 @@ MAIL_USERNAME=${MAIL_USERNAME}
MAIL_PASSWORD=${MAIL_PASSWORD} MAIL_PASSWORD=${MAIL_PASSWORD}
MAIL_ENCRYPTION=${MAIL_ENCRYPTION} MAIL_ENCRYPTION=${MAIL_ENCRYPTION}
# Other mail drivers:
MAILGUN_DOMAIN=${MAILGUN_DOMAIN}
MAILGUN_SECRET=${MAILGUN_SECRET}
MANDRILL_SECRET=${MANDRILL_SECRET}
SPARKPOST_SECRET=${SPARKPOST_SECRET}
# Firefly III can send you the following messages # Firefly III can send you the following messages
SEND_REGISTRATION_MAIL=true SEND_REGISTRATION_MAIL=true
SEND_ERROR_MESSAGE=false SEND_ERROR_MESSAGE=false

View File

@@ -54,6 +54,7 @@ COOKIE_DOMAIN=
COOKIE_SECURE=false COOKIE_SECURE=false
# If you want Firefly III to mail you, update these settings # If you want Firefly III to mail you, update these settings
# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html
MAIL_DRIVER=log MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
@@ -62,6 +63,12 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
# Other mail drivers:
MAILGUN_DOMAIN=
MAILGUN_SECRET=
MANDRILL_SECRET=
SPARKPOST_SECRET=
# Firefly III can send you the following messages # Firefly III can send you the following messages
SEND_REGISTRATION_MAIL=true SEND_REGISTRATION_MAIL=true
SEND_ERROR_MESSAGE=true SEND_ERROR_MESSAGE=true
@@ -100,3 +107,5 @@ IS_DOCKER=false
IS_SANDSTORM=false IS_SANDSTORM=false
BUNQ_USE_SANDBOX=false BUNQ_USE_SANDBOX=false
IS_HEROKU=false IS_HEROKU=false
MAILGUN_DOMAIN=
MAILGUN_SECRET=

View File

@@ -54,6 +54,7 @@ COOKIE_DOMAIN=
COOKIE_SECURE=false COOKIE_SECURE=false
# If you want Firefly III to mail you, update these settings # If you want Firefly III to mail you, update these settings
# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html
MAIL_DRIVER=log MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
@@ -62,6 +63,12 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
# Other mail drivers:
MAILGUN_DOMAIN=
MAILGUN_SECRET=
MANDRILL_SECRET=
SPARKPOST_SECRET=
# Firefly III can send you the following messages # Firefly III can send you the following messages
SEND_REGISTRATION_MAIL=true SEND_REGISTRATION_MAIL=true
SEND_ERROR_MESSAGE=true SEND_ERROR_MESSAGE=true
@@ -100,3 +107,5 @@ IS_DOCKER=false
IS_SANDSTORM=false IS_SANDSTORM=false
BUNQ_USE_SANDBOX=false BUNQ_USE_SANDBOX=false
IS_HEROKU=true IS_HEROKU=true
MAILGUN_DOMAIN=
MAILGUN_SECRET=

View File

@@ -54,6 +54,7 @@ COOKIE_DOMAIN=
COOKIE_SECURE=false COOKIE_SECURE=false
# If you want Firefly III to mail you, update these settings # If you want Firefly III to mail you, update these settings
# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html
MAIL_DRIVER=log MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
@@ -62,6 +63,12 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
# Other mail drivers:
MAILGUN_DOMAIN=
MAILGUN_SECRET=
MANDRILL_SECRET=
SPARKPOST_SECRET=
# Firefly III can send you the following messages # Firefly III can send you the following messages
SEND_REGISTRATION_MAIL=true SEND_REGISTRATION_MAIL=true
SEND_ERROR_MESSAGE=true SEND_ERROR_MESSAGE=true
@@ -100,3 +107,5 @@ IS_DOCKER=false
IS_SANDSTORM=true IS_SANDSTORM=true
BUNQ_USE_SANDBOX=false BUNQ_USE_SANDBOX=false
IS_HEROKU=false IS_HEROKU=false
MAILGUN_DOMAIN=
MAILGUN_SECRET=

View File

@@ -49,6 +49,7 @@ COOKIE_DOMAIN=
COOKIE_SECURE=false COOKIE_SECURE=false
# If you want Firefly III to mail you, update these settings # If you want Firefly III to mail you, update these settings
# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html
MAIL_DRIVER=log MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
@@ -57,9 +58,11 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
# Firefly III can send you the following messages # Other mail drivers:
SEND_REGISTRATION_MAIL=true MAILGUN_DOMAIN=
SEND_ERROR_MESSAGE=false MAILGUN_SECRET=
MANDRILL_SECRET=
SPARKPOST_SECRET=
# Set a Mapbox API key here (see mapbox.com) so there might be a map available at various places. # Set a Mapbox API key here (see mapbox.com) so there might be a map available at various places.
@@ -96,3 +99,5 @@ IS_DOCKER=false
IS_SANDSTORM=false IS_SANDSTORM=false
BUNQ_USE_SANDBOX=true BUNQ_USE_SANDBOX=true
IS_HEROKU=false IS_HEROKU=false
MAILGUN_DOMAIN=
MAILGUN_SECRET=

View File

@@ -56,5 +56,7 @@ return [
'key' => env('STRIPE_KEY'), 'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'), 'secret' => env('STRIPE_SECRET'),
], ],
'mandrill' => [
'secret' => env('MANDRILL_SECRET'),
],
]; ];