Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 538 Bytes

MailInABox_ImportUsers

Uses Python Requests to create email account in Mail in a Box from a CSV file.

Instructions

  1. Upload to any server with Python Installed. You can use your MailinaBox server.

  2. Install python-requests using the following command:

apt install python-requests

  1. Replace the userlist.csv file with your the emails and passwords to import. This file should not contain headers

  2. With the userlist.csv and importusers.py file in the same directory, navigrate to that directory and run:

python importusers.py