Skip to content

Commit

Permalink
feat(core): Add Hotmail checks via headless password recovery (reache…
Browse files Browse the repository at this point in the history
…rhq#1165)

* feat(core): Add Hotmail checks via headless password recovery

* add to backend too

* Fix dockerfile

* bump to 0.9.1
  • Loading branch information
amaury1093 authored and juhniorsantos committed Apr 11, 2024
1 parent fc38767 commit cac3d27
Show file tree
Hide file tree
Showing 15 changed files with 948 additions and 112 deletions.
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Copy this file to .env
# ```bash
# cp .env.example
# ```
#
# Then tweak the values to match your desired config.

RUST_LOG=reacher=info
SQLX_OFFLINE=1
RCH_HOTMAIL_USE_HEADLESS=1

# To enable bulk email verification, set the value below to 1, and fill out all
other env variables below.
# other env variables below.
RCH_ENABLE_BULK=0
DATABASE_URL=postgres://localhost/reacherdb
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct CheckEmailInput {
// --snip--
}
```
* Remove `--http` flag has been removed from `check-if-email-exists` CLI. To run a HTTP backend, please refer to the [backend](./backend) subfolder.
* The `--http` flag has been removed from `check-if-email-exists` CLI. To run a HTTP backend, please refer to the [backend](./backend) subfolder.

### Features

Expand Down
Loading

0 comments on commit cac3d27

Please sign in to comment.