mailtos://{{ postbox_user }}:{{ postbox_pass }}@{{ postbox_host }}:{{ postbox_port }}/?from=notifications@vakhrushev.me&to={{ notifications_email }} # Пароль бота экранируем дважды: jinja-фильтр urlencode оставляет '/' как есть # (safe='/'), а в пароле он развалил бы путь URL. После urlencode литеральных # процентов в строке нет, поэтому замена '/' на %2F безопасна. matrix://apprise:{{ notifications_matrix_bot_password | urlencode | regex_replace('/', '%2F') }}@tuwunel:6167/{{ notifications_matrix_room }}?msgtype=text