OPERATIONAL|UPTIME: 99.9%|UK INFRALAYER 9 SOLUTIONS·STATUS·SMTP

// GUIDES

Django email via Layer 9

Set EMAIL_HOST to mail.l9s.io, configure port and TLS, and use portal credentials in environment settings.

Production tip

Use environment-specific settings so staging never sends to real customers accidentally.

FAQ

STARTTLS in Django?

Use EMAIL_USE_TLS with port 587, or implicit SSL patterns compatible with your Django version for 465.

> View SMTP plansClient portal