Skip to content

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

Notifications You must be signed in to change notification settings

tecguru/MailInABox_ImportUsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages