1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

make mails work

This commit is contained in:
Sebastian Gumprich 2022-03-22 13:48:18 +01:00
parent 149446f7d1
commit ada9ad8639
3 changed files with 3 additions and 9 deletions

View file

@ -29,10 +29,7 @@ Create and email invoices, track payments, expenses, and time tasks
### Warning ### Warning
This is the new version of InvoiceNinja. There are several things not working at the moment: This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible.
* installation into a sub-directory
* sending mails
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. 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.

View file

@ -16,7 +16,7 @@ DB_USERNAME=__DB_NAME__
DB_PASSWORD=__DB_PWD__ DB_PASSWORD=__DB_PWD__
DB_PORT=3306 DB_PORT=3306
MAIL_MAILER=smtp MAIL_MAILER=sendmail
MAIL_HOST=localhost MAIL_HOST=localhost
MAIL_PORT=25 MAIL_PORT=25
MAIL_USERNAME=null MAIL_USERNAME=null

View file

@ -1,9 +1,6 @@
### Warning ### Warning
This is the new version of InvoiceNinja. There are several things not working at the moment: This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible.
* installation into a sub-directory
* sending mails
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. 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.