From ada9ad86397a81fd4bd01a2b6a4c86692a3507cd Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Tue, 22 Mar 2022 13:48:18 +0100 Subject: [PATCH] make mails work --- README.md | 5 +---- conf/default.env | 2 +- doc/DISCLAIMER.md | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8585d13..0529ca0 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,7 @@ Create and email invoices, track payments, expenses, and time tasks ### Warning -This is the new version of InvoiceNinja. There are several things not working at the moment: - -* installation into a sub-directory -* sending mails +This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible. Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. diff --git a/conf/default.env b/conf/default.env index c5210f1..7cd8fb4 100644 --- a/conf/default.env +++ b/conf/default.env @@ -16,7 +16,7 @@ DB_USERNAME=__DB_NAME__ DB_PASSWORD=__DB_PWD__ DB_PORT=3306 -MAIL_MAILER=smtp +MAIL_MAILER=sendmail MAIL_HOST=localhost MAIL_PORT=25 MAIL_USERNAME=null diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index d2f61f2..d446056 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,9 +1,6 @@ ### Warning -This is the new version of InvoiceNinja. There are several things not working at the moment: - -* installation into a sub-directory -* sending mails +This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible. Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.