Quote:
Originally Posted by danbc
Hey Erwin, great hack man, works like a charm!
One thing though.. Is it possible to set a "fixed" server, so my users doesn?t have to/cant log into any ?ther server than the one specified?
|
Easy:
In email.php, find:
PHP Code:
$HTML .= "<tr><td align=right>Server: </td><td><input TYPE=text NAME=host value='$host'></td></tr>\n";
Change to:
PHP Code:
$HTML .= "<input TYPE=hidden NAME=host value='mail.yourserver.com'>";
Change 'mail.yourserver.com' to your own mail server subdomain name.
Done!
I added these instructions to the first post.