Skip to content
Snippets Groups Projects
Commit ffbdb87f authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Lufi] Fix things that... worked... strange

parent fa8ffb27
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/bash
if [ -z "${EMAIL_PASSWORD}" ]; then if [ -z "${EMAIL_PASSWORD}" ]; then
echo "EMAIL_PASSWORD not set, exiting!" echo "EMAIL_PASSWORD not set, exiting!"
......
...@@ -139,12 +139,12 @@ ...@@ -139,12 +139,12 @@
mail => { mail => {
# Valid values are 'sendmail' and 'smtp' # Valid values are 'sendmail' and 'smtp'
how => 'smtp', how => 'smtp',
owargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.test.picasoft.net'} howargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.picasoft.net'}
}, },
# Email sender address # Email sender address
# optional, default to no-reply@lufi.io # optional, default to no-reply@lufi.io
mail_sender => 'drop@picasoft.net' mail_sender => 'drop@picasoft.net',
############# #############
# DB settings # DB settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment