Skip to content

ctrl-q/maileasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple mail sending

Installation

Using pip (Recommended)

pip install maileasy

From source

  1. Clone this repository
  2. python setup.py install

First use

To ensure the module works, create a .json configuration file like the template maileasy_config.json, then run this python code:

import maileasy
maileasy.send("maileasy test", "success", <EMAIL ADDRESS>, config=<CONFIG FILE>))

This module is still in very early stages. Please open an issue if you have encounter any bugs.

About

Simple mail sending

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages