Password email not sent (#34)
* Sending mails from password reset now we are really sending the mail * Must set Mail configuration
This commit is contained in:
+7
-1
@@ -18,4 +18,10 @@ API_URL=http://192.168.0.48:8180
|
||||
API_PORT=8180
|
||||
BASE_URL=http://localhost:5173
|
||||
TEMPLATES_DIR=./templates
|
||||
EXPORT_TEMP_DIR=./export_temp
|
||||
EXPORT_TEMP_DIR=./export_temp
|
||||
|
||||
# Mail Configuration (for development)
|
||||
MAIL_HOST=mail.wuenscheonline.de
|
||||
MAIL_PORT=465
|
||||
MAIL_USERNAME=bamort@trokan.de
|
||||
MAIL_PASSWORD=XXXmhqbv.DW+XXX
|
||||
|
||||
@@ -18,3 +18,9 @@ API_PORT=8180
|
||||
BASE_URL=https://bamort.trokan.de
|
||||
TEMPLATES_DIR=./templates
|
||||
EXPORT_TEMP_DIR=./export_temp
|
||||
|
||||
# Mail Configuration (for production)
|
||||
MAIL_HOST=mail.wuenscheonline.de
|
||||
MAIL_PORT=465
|
||||
MAIL_USERNAME=bamort@trokan.de
|
||||
MAIL_PASSWORD=XXXXmhqbv.DW+XXX
|
||||
|
||||
Reference in New Issue
Block a user