mailjet Package

mailjet Package

class mailjet.Api(connection=None, api_key=None, secret_key=None)[source]

Bases: object

api Module

class mailjet.api.Api(connection=None, api_key=None, secret_key=None)[source]

Bases: object

class mailjet.api.ApiMethod(api, method)[source]

Bases: object

class mailjet.api.ApiMethodFunction(method, function)[source]

Bases: object

conf Module

connection Module

class mailjet.connection.Connection(api_key=None, secret_key=None, timeout=None)[source]

Bases: object

classmethod get_connection(api_key, secret_key)[source]
get_opener(url)[source]
open(method, function, options=None, postdata=None)[source]

default_settings Module

These are the default settings, DON’T MODIFY THIS FILE!

If (some) of these settings need changing, do that in settings.py instead

The global settings prefix can be changed by modifying the SETTINGS_PREFIX variable. These settings can be overwritten by modifying the Django settings (in that case the SETTINGS_PREFIX is used) or by modifying settings.py

settings Module

The global settings prefix can be changed by modifying the SETTINGS_PREFIX variable. These settings can be overwritten by modifying the Django settings (in that case the SETTINGS_PREFIX is used) or by modifying this file.