Skip to content
Snippets Groups Projects
  • Nik | Klampfradler's avatar
    e5920598
    Allow using Celery as e-mail backend · e5920598
    Nik | Klampfradler authored
    Setting `ALEKSIS_CELERY__EMAIL=true` on environment, or using the
    equivalent in a config file, make all user mail sent by Django
    asynchronous automatically without needing code changes. At the time of
    writing, toggling this setting will e.g. make the notification sender
    return immediately, and hand off the actual mail sending to Celery.
    Verified
    e5920598
    History
    Allow using Celery as e-mail backend
    Nik | Klampfradler authored
    Setting `ALEKSIS_CELERY__EMAIL=true` on environment, or using the
    equivalent in a config file, make all user mail sent by Django
    asynchronous automatically without needing code changes. At the time of
    writing, toggling this setting will e.g. make the notification sender
    return immediately, and hand off the actual mail sending to Celery.