Skip to content
Snippets Groups Projects
Commit 4520ecc4 authored by Jason Flatt's avatar Jason Flatt Committed by Jason Flatt
Browse files

Issue #2839425 by oadaeh: Update the PHPmailer version requirement to 5.2.21

parent 78a813eb
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.18';
$required_version = '5.2.21';
$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