{% extends 'base.html.twig' %} {% block title %}Settings – Rise Mailer{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Settings

{% for msg in app.flashes('success') %}
{{ msg }}
{% endfor %}

Email Sender Configuration

Choose how Rise Mailer sends emails on your behalf. You can use the shared system mailer or connect your own provider.

{# Service selector #}
Email Service
{# Free-tier notice for System Default #}
Free tier: System Default uses the platform's shared mailer — limited to 100 emails per day. Connect your own Gmail, Brevo, or SMTP account to remove this limit.
{# Always shown: From fields #}
Shown as the sender address
Shown as the sender display name
{# Brevo section #}
Brevo API Settings
Found in your Brevo account under SMTP & API
{# Gmail section #}
Gmail Settings
Generate at myaccount.google.com → Security → App passwords
{# SMTP section #}
SMTP Settings
{% endblock %} {% block javascripts %} {% endblock %}