<div dir="ltr"><div><div>What actually will happen if I add following to mail.php?<br><br>if ($server=="<a href="http://mail.myserver.com">mail.myserver.com</a>")<br>   {<br>                require_once('include/utils/encryption.php');<br>                $mailinfo = getmailserverinfo($current_user);<br>                $de_crypt = new encryption();<br>                $username=$mailinfo->fields['mail_username'];<br>                $password=$de_crypt->decrypt($mailinfo->fields['mail_password']);<br>   }<br><br></div><br><br>Regards<br><br></div>Som<br></div>