Skip to content

devilcius/1and1EmailCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

#1and1EmailCreator

A python module for automated 1and1 email accounts creation

Getting started:

	#!/usr/bin/env python
	# coding=utf-8
    import oneandoneemailcreator
    
    emaildata = {
    			'domainname': 'example.com',
                'emailusername':'john.smith', 
                'emaildisplayname' : 'john smith', 
                'emailfirstname':'john', 
                'emaillastname':'smith',
                'emailpassword':'emailuserpass'
                }
    # create an instance of 1and1EmailCreator
	emailcreator = oneandoneemailcreator.EmailAccountCreator('clientdomain.com', '1and1clientSecretePass')
	emailcreator.createAccount(emaildata) 	

About

1and1 Email Accounts generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages