{% extends "base.html" %} {% block title %}{% if parent %}Reply{% else %}Compose Netmail{% endif %}{% endblock %} {% block content %}

{% if parent %}Reply to Netmail{% else %}New Netmail{% endif %}

{% if is_direct_crash_reply %}
This netmail arrived by direct crash delivery from an address not covered by any network you're configured for — there's no hub to route a reply through. Sending this will dial {{ parent.origin_ip }} directly to deliver it, the same way it reached you.
{% endif %}
{% if is_direct_crash_reply %} Fixed to the sender's own address for a direct crash reply. {% else %} Need to look up an address? Search the nodelist. {% endif %}
Markdown is supported when viewing if the recipient renders it. Tagline (set in Profile → Edit) is auto-appended.
Cancel
{% endblock %}