-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emails troubleshooting #532
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @alex-cit, can I ask you to fix/rephrase grammar here? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I added some suggestions (I hope they don't change the meaning of the instructions :) )
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
Co-authored-by: Alexandra Bucha Rasova <[email protected]>
added success scenario for emails. Celery troubleshooting will be another task. |
@alex-cit review new changes and we can merge It :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I have left some suggestions
| `MAIL_PASSWORD` | string | `None` | Password for user connecting to SMTP server. | | ||
| `MAIL_USE_TLS`🛡️ | Boolean | `true` | Use TLS encryption when connecting to SMTP server. | | ||
| `MAIL_USE_SSL`🛡️ | Boolean | `false` | Whether to use SSL encryption when connecting to SMTP server. | | ||
| `MAIL_BCC` | string | `None` | Email address to send copies of all emails. sent. Should be system/application administrator. Mandatory in versions until 2024.4.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `MAIL_BCC` | string | `None` | Email address to send copies of all emails. sent. Should be system/application administrator. Mandatory in versions until 2024.4.0 | | |
| `MAIL_BCC` | string | `None` | Email address to send copies of all sent emails. Should be system/application administrator. Mandatory in versions until 2024.4.0. | |
@@ -43,4 +44,4 @@ $ docker exec merginmaps-server flask user create <username> <password> --is-adm | |||
|
|||
### Setup environment | |||
| |||
Now tweak deployment settings by modifying environment variables. You have to fix all variables marked as `fixme` (with asterisks) in this list of [environment variables](../administer/environment.md). | |||
Now tweak deployment settings by modifying environment variables. You have to fix all variables marked as required in this list of [environment variables](../administer/environment.md). In [troubleshoot](../troubleshoot/index.md) section are listed some of the most common issues with custom deployments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now tweak deployment settings by modifying environment variables. You have to fix all variables marked as required in this list of [environment variables](../administer/environment.md). In [troubleshoot](../troubleshoot/index.md) section are listed some of the most common issues with custom deployments. | |
Now tweak deployment settings by modifying environment variables. You have to fix all variables marked as required in this list of [environment variables](../administer/environment.md). Some of the most common issues with custom deployments are listed in the [troubleshoot](../troubleshoot/index.md) section. |
Added: