{% extends 'layouts/base.njk' %} {% set title = app.name + ': it\'s not just emails' %} {% block body %}

{{ title }}

What is Rainbox Email?

Rainbox Email is a FOSS service that allows anyone to manage an ISP-like mail database.

You can find the source code on GitLab.

{{ macros.message('info', '' + instance_url + ' is just one instance of ' + app.name, true, true) }}

Available authentication mechanisms

Useful resources

{% endblock %}