📕
Superwave User's Manual
  • Superwave User's Manual
    • Welcome! Onboarding: Deploying the first domain
    • Where should I get my domains from?
    • Self-Support Flowchart
    • Where's the DKIM?
    • 1. Introduction to best practices
    • 2. Integrating a domain into Superwave
    • 3. Generating your inboxes
    • 4. The importance of writing proper emails
    • 5. Warming up
    • 6. Sending schedules
    • 7. Bulk upload
    • 8. Tracking domain
    • 9. Is your domain alright?
    • 10. Other useful scripts
    • 11. Bulk uploading through Python
    • THE SAUCE: Superwave's operator playbook to handle and convert huge email traffic like an expert
Powered by GitBook
On this page
  • What is OAuth?
  • Alternatives for users with more programming experience:
  • Alternatives for users with an army of VAs:
  • We have a Selenium script that automates this for you.
  1. Superwave User's Manual

7. Bulk upload

Last updated 1 year ago

As of 2023, Microsoft has phased out the mechanism that made bulk upload possible: TLS.

It was first announced in 2018, paused in 2020, and then enforced in 2021 until now. In 2023, almost all Microsoft accounts worldwide have had their TLS mechanisms disabled in favor of the better, more secure OAuth.

What is OAuth?

OAuth is, for the end user, the screen (Like the one above) in which you pick an account to log ing. It does not use your raw plaintext password but instead uses authentication keys and other things.

Unfortunately, there’s no way to easily bulk perform OAuth logins.

Alternatives for users with more programming experience:

Selenium, Axiom.ai and macros have shown to work properly. Since Superwave user sheets have the same password for your convenience, it should be easy to automate it.

Alternatives for users with an army of VAs:

Just get them to log into each account. Takes 2 minutes per account.

We have a Selenium script that automates this for you.

All you need is knowing how to install and run Ruby: Link to the bulk uploading script.