mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Troubleshooting Mail (markdown)
parent
12d152a4ef
commit
4e00cedc9c
1 changed files with 6 additions and 2 deletions
|
|
@ -15,13 +15,17 @@ and copy converted characters to your password.
|
|||
|
||||
## Example: Microsoft Office 365
|
||||
|
||||
NOTE: With these settings, you probably don't need to convert special characters.
|
||||
|
||||
```
|
||||
sudo snap set wekan mail-url='smtp://user:password@smtp.office365.com:587?ignoreTLS=false&tls={rejectUnauthorized:false}&secure=true'
|
||||
sudo snap set wekan mail-from='Wekan Team Boards <info@example.com>'
|
||||
```
|
||||
|
||||
Converting special characters:
|
||||
```
|
||||
sudo snap set wekan mail-url='smtp://support%40example.com:password@mail.example.com:587/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false'
|
||||
|
||||
sudo snap set wekan mail-from='Wekan Team Boards <info@example.com>'
|
||||
```
|
||||
## Example: AWS SES
|
||||
|
||||
NOTE: At AWS SES settings, you don't need to convert special characters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue