make mails work
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
+1
-4
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user