module __init__

Short summary

module pymmails

Module pymmails. Functions to automatically grab and send mails.

source on GitHub

Functions

function

truncated documentation

_setup_hook

does nothing

check

Checks the library is working. It raises an exception. If you want to disable the logs:

Documentation

Module pymmails. Functions to automatically grab and send mails.

source on GitHub

pymmails._setup_hook()

does nothing

source on GitHub

pymmails.check(log=False)

Checks the library is working. It raises an exception. If you want to disable the logs:

Parameters:

log – if True, display information, otherwise

Returns:

0 or exception

source on GitHub