{% extends "base.html" %} {% block content %}

Result

The following diagram shows the different servers as boxes. The arrows represent the communication between the those servers. Below are some usefull details like the travel time of the e-mail, software used and so on.

Some interesting details about this e-mail
{% if mailer %} {% endif %}
Sender {{ from }}
Receiver {{ to }}
Travel time {% if traveltime %} {{ traveltime }} seconds {% else %} Timing is not accurate enough for measurement {% endif %}
Sender software {{ mailer }}

The analyzed e-mail header

{{ mailheader }}
{% endblock %}