mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Update documentation
This commit is contained in:
parent
cc40894c38
commit
a8c0f45795
1 changed files with 3 additions and 3 deletions
|
|
@ -57,6 +57,7 @@ See more info about the Accept header
|
|||
|
||||
## Unreachable Mail Address
|
||||
|
||||
You can check email addresses by providing the `--include-mail` flag.
|
||||
We use https://github.com/reacherhq/check-if-email-exists for email checking.
|
||||
You can test your mail address with curl:
|
||||
|
||||
|
|
@ -70,6 +71,5 @@ You can test your mail address with curl:
|
|||
|
||||
Some settings on your mail server (such as `SPF` Policy, `DNSBL`) may prevent
|
||||
your email from being verified. If you have an error with checking a working
|
||||
email, you can disable this check using the [commandline
|
||||
parameter](https://github.com/lycheeverse/lychee#commandline-parameters)
|
||||
`--exclude-mail`.
|
||||
email, you can exclude specific addresses with the `--exclude` flag or skip
|
||||
all email addresses by removing the `--include-mail` flag.
|
||||
|
|
|
|||
Loading…
Reference in a new issue