• Resolved Andreas

    (@systemanalytiker)


    My PHP Checker listed warnings:



    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————————————————
    309 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
    309 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    324 | WARNING | Function mcrypt_decrypt() is deprecated since PHP 7.1; use OpenSSL instead
    324 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    ———————————————————————————————————————————

Viewing 1 replies (of 1 total)
  • Those warnings are most likely from the PHPMailer class which is shipped with WordPress. There’s nothing using mcrtyp() in the plugin itself.

    Bottom line, yes, compatible with PHP 7.

Viewing 1 replies (of 1 total)
  • The topic ‘Is WP Mail SMTP plugin compatible with php 7’ is closed to new replies.