mails.management.commands.send_mails module

class mails.management.commands.send_mails.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

This sends the mails that are not processed, written to the database.

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

send_mails(mails)[source]
handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.