Software guide
  • Welcome
  • 🛣️Starting
    • Recommendations
    • Installation
    • Bot auto-update
    • Errors explanation
  • SMS OTP SETUP
    • API providers & Modems
    • Change account phone
    • Manual OTP input
  • 📧IMAP setup
    • Setup via Gmail
      • Forward from outlook
    • Setup via AYCD
    • Multiple IMAP
    • Test IMAP setup
  • ⚙️Soft setup
    • Proxies
      • Proxies testing
      • Captcha proxy
    • Settings
      • Captcha harvester
    • Accounts
    • 🌐US/CA/EU tasks
      • 🇪🇺EU carting options
      • 🌐GA sections name
    • 🇬🇧UK tasks (+IE/AU/NZ/MX)
      • 🇬🇧GA sections name
    • Queue-it tasks
    • Codes pool
  • Resale setup
    • 🇬🇧UK Resale tickets (+IE/AU/NZ/MX)
    • 🇪🇺EU Resale tickets
    • ⚡Cart drop module
  • 🚀Soft launch
    • Accounts login
      • Password reset
    • TM Signup module
    • Bot setup & launch
    • Tickets monitoring
      • Own proxies monitoring
      • Internal monitoring
  • ✅Carting & Checkout
    • Queue pass & Carting
      • 🇪🇺Manual queue sharing
    • In-bot browser auto-login
      • Option to open accounts
      • 3rd-party extensions
    • Extenstion auto-login
      • Mobile extension
    • 🇺🇲Manual login
Powered by GitBook
On this page
  1. IMAP setup

Multiple IMAP

Multiple IMAP accounts in the software

PreviousSetup via AYCDNextTest IMAP setup

Last updated 3 months ago

You can also connect multiple IMAPs to the bot. By dividing the forwarding of emails from your TM accounts across multiple IMAPs, you can achieve the desired setup. Here's how to set multiple IMAP in Bot:

  1. Open settings file.

  1. Update IMAP section with adding new part for each imap. Here is an example of using two IMAPs:

"Imap":[
  {
    "ImapHost":"imap.gmail.com",
    "ImapPort":993,
    "ImapEmail":"encore@gmail.com",
    "ImapPassword":"ndfdfdfdfvf"
  },
  {
    "ImapHost":"imap.gmail.com",
    "ImapPort":993,
    "ImapEmail":"tester@gmail.com",
    "ImapPassword":"dfjneidedeff"
  }
],
  1. If you need 3 or more IMAPs, simply add a new section following the example with 2 IMAPs:

"Imap":[
  {
    "ImapHost":"imap.gmail.com",
    "ImapPort":993,
    "ImapEmail":"encore@gmail.com",
    "ImapPassword":"ndfdfdfdfvf"
  },
  {
    "ImapHost":"imap.gmail.com",
    "ImapPort":993,
    "ImapEmail":"tester@gmail.com",
    "ImapPassword":"dfjneidedeff"
  },
  {
    "ImapHost":"imap.gmail.com",
    "ImapPort":993,
    "ImapEmail":"fusion@gmail.com",
    "ImapPassword":"penuijfeedf"
  }
],

📧