## Emails
### [Kopeechka](
https://kopeechka.store/)
The most popular email service to use is Kopeechka ([
https://kopeechka.store](
https://kopeechka.store/)). It is a website that sells various email accounts, you can get all types from rambler emails, to outlook/hotmail, to gmail. Through their website you need to top up your balance, and then get your api key from the My Profile tab and add it into the tool. You can also pick which domain you want to be used.
If you want to see all the avalible email types and see their prices, on the right side of the main page type discord.com and click purchase, and then you can look through their domains and popular domains.
**USING IN THE TOOL:**
To use Kopeechka with this email verifier, in the config type you need to set `imap_server_port` to `“”` and set `kopeechka_key` to your key, and `kopeechka_domain` to the domain of emails you want to purchase. To use multiple domains, add a comma between each domain. For example `“domain1,domain2,domain3”`
Example:
```json
"imap_server_port":"",
"imap_seperator":"",
"kopeechka_key":"abcdefghijklmnopqrstuvwxyz",
"kopeechka_domain":"outlook",
```
If you want to use **INVESTOR MODE**, add `INVESTOR-` before your key in the `kopeechka_key` field. For example `INVESTOR-abcdefghijklmnopqrstuvwxyz`.
### [Hotmailbox](
https://hotmailbox.me/)
Hotmailbox (
https://hotmailbox.me/) is a popular site for purchasing all Microsoft related emails. Its prices are slightly higher than kopeechka, but you can make full access accounts.
**USING IN THE TOOL:**
Purchase emails from Hotmailbox, and add them in the `Data/emails.txt` file. Then set the config as shown below
```json
"imap_server_port":"imap-mail.outlook.com:993",
"imap_seperator":"|",
"kopeechka_key":"",
"kopeechka_domain":"",
```
### Custom IMAP emails
You can use any emails that have IMAP enabled with this verifier. Add the emails to the `Data/emails.txt` file in the format `email:password` (You can use any character instead of `:`), and in the config file add the IMAP server and port in the format `server:port`. Then in the `imap_seperator` field, add the character that separated the email and password in `emails.txt` (For example `:`)
## Captcha (Capmonster)
**Website:**
https://capmonster.cloud/en/
**API Key:** Can be found at the home page after logging in,
https://capmonster.cloud/Dashboard, in the center of the screen
**Config Example:**
```json
"captcha_enabled" : true,
"capmonster_key": "abcdefghijklmnopqrstuvwxyz",
```
## Proxies
You don’t need proxies **unless there are a lot of invalid tokens**
You can use any provider for proxies
The format for proxies is `user:pass@ip:port` or `ip:port`. Use [this proxy formatter](
https://speedproxies.net/proxy-formatter/) if you need to reformat the proxies.
## Config file
- `proxyless` - This is if you want to use proxies or not. Set it to `true` if you do not want to use proxies, and `false` if you want to use proxies.
- `threads` - This is how many tokens will be verified at the same time, you can set it to any number you want
- `save_errors_separately` - If this is enabled, if a token is already verified or if it fails to change password it will be saved separately
## Making Email Access accounts
Making email access accounts is fairly simple, I recommend using **Trusted Outlook Emails** from hotmailbox, you can set them up in the tool as normal ([[Hotmailbox](
https://hotmailbox.me/)](https://www.not...bb4?pvs=21)). Then, in the config file set `change_password` and `use_email_password` to true as shown below. The password for the discord account will also work in the email account.
```json
"change_password": true,
"use_email_password": true,
```
You can also use kopeechka emails for this, although there is one catch, you need to login throguh their site, [webmail.kopeechka.store](
https://webmail.kopeechka.store/panel.html). Use the same config shown above, with the kopeechka settings. The password for the discord account will also work in the email account.