PMC-1491 It is not possible to create a record in "Email Servers" of type "SMTP-IMAP"

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-12-12 16:40:29 -04:00
parent d093b959af
commit 3f12c545d8
2 changed files with 0 additions and 5 deletions

View File

@@ -101,8 +101,6 @@ class EmailServerMapBuilder
$tMap->addColumn('OAUTH_REFRESH_TOKEN', 'OauthRefreshToken', 'string', CreoleTypes::VARCHAR, true, 512);
$tMap->addValidator('MESS_ENGINE', 'validValues', 'propel.validator.ValidValuesValidator', 'MAIL|PHPMAILER|XOAUTH2|GMAILAPI', 'Please enter a valid value for MESS_ENGINE');
} // doBuild()
} // EmailServerMapBuilder