update comment

This commit is contained in:
Gabriel P 2018-11-29 12:26:22 -05:00
parent 2898ecc5e0
commit 134c99624c

View file

@ -23,7 +23,7 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin
}
/**
* This function detects the IMAP Host, and if it is set to "auto", replaces it with the email domain.
* This function detects the IMAP Host, and if it is set to "auto", replaces it with the MX or email domain.
*
* @param \RainLoop\Model\Account $oAccount
* @param array $aImapCredentials
@ -50,7 +50,7 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin
}
/**
* This function detects the SMTP Host, and if it is set to "auto", replaces it with the email domain.
* This function detects the SMTP Host, and if it is set to "auto", replaces it with the MX or email domain.
*
* @param \RainLoop\Model\Account $oAccount
* @param array $aSmtpCredentials