This document describes Celery 2.3. For development docs, go here.

celery.utils.mail

class celery.utils.mail.Mailer(host='localhost', port=0, user=None, password=None, timeout=2, use_ssl=False)
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 email message.

Previous topic

celery.utils.compat

Next topic

celery.utils.patch

This Page