I got: Notice: Undefined variable: connect in _email_verify_check() (line 64 of .../sites/all/modules/contrib/email_verify/email_verify.inc.php).
If not a valid host is found in getmxrr($host, $mx_hosts), the variable $connect is undefined in PHP 7.1
I added $connect = ''; before: foreach ($mx_hosts as $smtp) {.

CommentFileSizeAuthor
#3 patch issue 3022967.patch200 bytespromes

Comments

PROMES created an issue. See original summary.

anybody’s picture

Priority: Normal » Minor

Minor code fix. @PROMES, could you please create a patch for that? This should be simple to solve.

promes’s picture

StatusFileSize
new200 bytes

Here my patch for version 1.0

anybody’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

Thank you very much @PROMES for your super fast reaction!
Patch please always against .dev versions. Drupal standard :)