{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Server Mail - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "SMTP Configuration" %}
{% trans "Ready" %}
{% trans "Configure your mail settings below. Choose between the default mail system or configure custom SMTP settings for better deliverability." %}

{% trans "Mail Delivery Method" %}

{% trans "SMTP Server Details" %}

{% endblock %}