Skip to content

Commit

Permalink
docs: Fix alert format
Browse files Browse the repository at this point in the history
  • Loading branch information
migonzalvar authored Jun 10, 2024
1 parent 0ae0b51 commit 3c1c9a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ Currently, **dj-email-url** supports:
| In-memory | `memory:` | |
| Dummy | `dummy:` | |

> [!WARNING] WARNING: Using special characters on passwords
> [!WARNING]
> **Using special characters on passwords**
>
> To use characters that have a special meaning in a URL (think of `&`)
> you should use [percentencoding](https://en.wikipedia.org/wiki/Percent-encoding).
> For example, `m&m` would become `m%26m`.
Expand Down Expand Up @@ -122,8 +124,9 @@ is selected when the scheme in the URL is one of the following values:
| `smtp` | 25 | Local mail transfer agent |
| `submission` or `submit` | 587 | SMTP with STARTTLS |

> [!NOTE] NOTE
> _Changed in version 0.1:_
> [!NOTE]
> _Changed in version 0.1_
>
> The use of `smtps` is now [discouraged](https://en.wikipedia.org/wiki/SMTPS).
> It was used to indicate to use TLS connections, that is to set `EMAIL_USE_TLS`to `True`.
> Now is recommended to use `submission` or `submit`.
Expand Down

0 comments on commit 3c1c9a4

Please sign in to comment.