aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/email/default/contact.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/email/default/contact.html b/templates/email/default/contact.html
index 81f9cb080..c7fc59e68 100644
--- a/templates/email/default/contact.html
+++ b/templates/email/default/contact.html
@@ -3,6 +3,7 @@
subject_html = subject | html;
name = form_name | html;
email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host;
+email_footer = "Sent via " _ host _ ", IP " _ ip;
email_columns = 1;
PROCESS '_email_settings.html';
@@ -17,14 +18,6 @@ INCLUDE '_email_top.html';
<th style="[% contact_th_style %]">From</th>
<td style="[% contact_td_style %]">[% name %] &lt;<a href="mailto:[% em | html %]">[% em | html %]</a>&gt;</td>
</tr>
- <tr>
- <th style="[% contact_th_style %]">IP address</th>
- <td style="[% contact_td_style %]">[% ip %]</td>
- </tr>
- <tr>
- <th style="[% contact_th_style %]">To</th>
- <td style="[% contact_td_style %]">[% host %] administrators</td>
- </tr>
</table>
</th>
</tr>