{% extends "adv_base.html" %} {% block titleTag -%} {{ _("Inbound Mail") }} - KindleEar {% endblock -%} {% block advcontent -%}
{{_("Inbound Mail")}}

{{_("To enable the inbound email feature, you also need to configure the whitelist.")}}

     {{_("Open webmail")}}


{{_("White List")}}

{{_("Emails sent to %(name)sxxx@%(mailHost)s will be forwarded to your kindle email.", name='' if (user.name == adminName) else user.name + '__', mailHost=mailHost)}}
{{_("Example")}}: '*', 'xxx@example.com', '@example.com'

{% for wl in user.white_lists() -%}
{{wl.mail}}
{% endfor -%}
{% endblock -%}