Skip to content
Snippets Groups Projects
Commit 1d864d6c authored by Tolga Özses's avatar Tolga Özses Committed by Jason Flatt
Browse files

Issue #2839425 by Kartagis: Update the PHPmailer version requirement

parent 3e37e226
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function phpmailer_requirements($phase) {
if ($phase == 'runtime' && phpmailer_library_exists()) {
$mail = new PHPMailer();
$required_version = '5.2.5';
$required_version = '5.2.18';
$installed_version = $mail->Version;
$requirements['phpmailer'] = array(
'title' => $t('PHPMailer library'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment