print<<SMTP;

All emails for $domainname are being sent to the mail server at the address/adresses <B>$smtpforwarding</B><BR>
This is a custom setup and if you would like to change this please open a service request<BR>
by using 'Request Support' tab. Alternatively you can send an email to support\@ieinternet.com<br><br>

SMTP


print "<table width=50% class=text border=0>";

print "<tr valign=middle><td width=55%><BR>";
print_header ("Manage your existing email set-up");
print "</td></tr>";

print "<tr valign=middle><td>Reset spam trap user's password</td><td>";
show_option ("$reset_password?type=email");
show_help ($reset_password);
print "</td></tr>";


print "<tr valign=middle><td>Empty spam trap mailbox</td><td>";
show_option ($empty_mailbox);
show_help ($empty_mailbox);
print "</td></tr>";

print "</table>";
