[Vtigercrm-developers] Question on behavior
Somsak Artwawoot
somsak6som at gmail.com
Fri Nov 11 23:26:54 GMT 2016
What actually will happen if I add following to mail.php?
if ($server=="mail.myserver.com")
{
require_once('include/utils/encryption.php');
$mailinfo = getmailserverinfo($current_user);
$de_crypt = new encryption();
$username=$mailinfo->fields['mail_username'];
$password=$de_crypt->decrypt($mailinfo->fields['mail_password']);
}
Regards
Som
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20161112/04e71309/attachment.html>
More information about the vtigercrm-developers
mailing list