minor #37922 [Notifier] backport documentation changes (noniagriconomie)

This PR was merged into the 5.1 branch.

Discussion
----------

[Notifier] backport documentation changes

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

I think #37809 should have been merged into the `5.1` branch.

Commits
-------

ff768fbdd9 [Notifier] add doc for free mobile dsn
This commit is contained in:
Fabien Potencier 2020-08-23 11:47:18 +02:00
commit 32ca714e93

View File

@ -5,6 +5,21 @@ Provides Free Mobile integration for Symfony Notifier.
This provider allows you to receive an SMS notification
on your personal mobile number.
DSN example
-----------
```
// .env file
FREE_MOBILE_DSN=freemobile://LOGIN:PASSWORD@default?phone=PHONE
```
where:
- `LOGIN` is your Free Mobile login
- `PASSWORD` is the token displayed in your account
- `PHONE` is your Free Mobile phone number
See your account info at https://mobile.free.fr/moncompte/index.php?page=options
Resources
---------