This document describes an older version of Celery (2.2). For the latest stable version please go here.

celery.utils.mail

class celery.utils.mail.Mailer(host='localhost', port=0, user=None, password=None, timeout=2)
send(message)
class celery.utils.mail.Message(to=None, sender=None, subject=None, body=None, charset='us-ascii')
exception celery.utils.mail.SendmailWarning

Problem happened while sending the e-mail message.

Previous topic

celery.utils.compat

Next topic

celery.utils.patch

This Page