{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Configuration SMTP{% endblock %} {% block content %}
Gérer les serveurs SMTP pour l'envoi d'emails
| Nom | Serveur | Chiffrement | Statut | Actions | |
|---|---|---|---|---|---|
|
Aucune configuration SMTP trouvée |
|||||
| {{ config.name }} {% if config.isActive %} Active {% endif %} | {{ config.host }}:{{ config.port }} | {{ config.fromEmail }} | {{ config.encryption|upper }} | {% if config.isActive %} Active {% else %} Inactive {% endif %} | |
Aucune configuration SMTP trouvée
Affichage de {{ smtp_configurations|length > 0 ? ((smtp_configurations.getCurrentPageNumber - 1) * smtp_configurations.getItemNumberPerPage + 1) : 0 }} à {{ ((smtp_configurations.getCurrentPageNumber - 1) * smtp_configurations.getItemNumberPerPage) + smtp_configurations|length }} sur {{ smtp_configurations.getTotalItemCount }} résultats