ox.apps.mails ============= This application provide mail sending capabilities to Oxylus. Mails are sent in background tasks. It allows users to configure multiple email accounts and send simple mail. The programmation interface allows extensible and custom mail sending. Models ------ .. automodule:: ox.apps.mails.models :members: ox.apps.mails.apps -------------------- .. automodule:: ox.apps.mails.apps :members: ox.apps.mails.send ------------------ .. automodule:: ox.apps.mails.send :members: ox.apps.mails.serializers ------------------------- .. automodule:: ox.apps.mails.serializers :members: ox.apps.mails.tasks -------------------- .. automodule:: ox.apps.mails.tasks :members: ox.apps.mails.views ------------------- .. automodule:: ox.apps.mails.views :members: