pyfarm.scheduler.tasks module

Tasks

This module contains various asynchronous tasks to be run by celery.

pyfarm.scheduler.tasks.send_email(to, message)[source]

Configures and instance of SMTP and sends a message to the given address.