The EmailBison team provides executables for uploading Microsoft accounts to EmailBison on Windows, macOS, and Linux . The latest version of the tool can be downloaded here:
Your browser could block this download. Right click on one of the cards and click Save as or Save link as.

Using the tool

In the zip file you downloaded, you will find instructions on using the tool in how_to_use.txt. Alternatively, you can watch a walkthrough of using the tool in action:

Advanced Usage

The walkthrough above is enough for most use-cases. However, the bulk uploader tool can be fine-tuned to specific needs with flags. Flags are arguments you pass in the command line, you can watch the following video for a quickstart.

Flags available

These are the flags available. You can use the flag -help to see these flags in your terminal.
  • -no-headless (boolean): spawns visible browsers instead
    Please use -browsers 1 in conjunction with this flag
  • -browsers (number): How many browsers to spawn concurrently (default: 8, min: 1, max: 20)
  • -tag (string): What to tag this batch of emails (will create tag if it doesn’t exist)
    Usage: ./eb_bulk_uploader -tag “batch 1”
  • -config-file (string): Use a custom config file, you can also provide the path if in another directory
    Usage: ./eb_bulk_uploader -config-file ”../configs/workspace4.txt”
  • -timeout (number): How long, in seconds, before treating the email as a fail and moving on. Useful to change on very slow connections (default: 75, min: 30, max: 180)
  • -throttle (boolean): Use recommended throttling to avoid issues of the script signing in to accounts too fast

Issues

Common Issues When Launching

The default settings on operating systems could prevent the program from being launched. Open the dropdown for the issue you are facing to see steps on resolving the issue.

Common Issues While Using the Script

Issues you may come across after launching the script can be split into 2 categories:
  1. Set-up Issues (i.e. the script didn’t make it to the email sign-in stage)
  2. Email Sign-in Issues (i.e. most emails failed to upload)