• Resolved arianegordijn

    (@arianegordijn)


    Hi,
    Since the update to WP 5.5.1 I get this error trying to send a test from WP Mail SMTP

    It’s a multisite and the error is on multiple websites.

    I tried to remove the password constant from wp-config but the problem is still there.

    What could cause this?
    Thanks in advance,
    ARiane

    Fatal error: Uncaught Error: Cannot access protected property WPMailSMTP\MailCatcher::$LE
    in /var/www/nliqheadqua-jawz/wordpress/current/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Providers/SMTP.php on line 48

    Call stack:

    WPMailSMTP\P\E\L\P\SMTP::save_before()
    wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Logs.php:389
    WPMailSMTP\P\E\L\Logs::process_smtp_send_before()
    wp-includes/class-wp-hook.php:287
    WP_Hook::apply_filters()
    wp-includes/class-wp-hook.php:311
    WP_Hook::do_action()
    wp-includes/plugin.php:478
    do_action()
    wp-content/plugins/wp-mail-smtp-pro/src/MailCatcher.php:86
    WPMailSMTP\MailCatcher::send()
    wp-includes/pluggable.php:498
    wp_mail()
    wp-content/plugins/wp-mail-smtp-pro/src/Admin/Pages/TestTab.php:167
    WPMailSMTP\A\P\TestTab::process_post()
    wp-content/plugins/wp-mail-smtp-pro/src/Admin/Area.php:705
    WPMailSMTP\A\Area::process_actions()
    wp-includes/class-wp-hook.php:287
    WP_Hook::apply_filters()
    wp-includes/class-wp-hook.php:311
    WP_Hook::do_action()
    wp-includes/plugin.php:478
    do_action()
    wp-admin/admin.php:175

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arianegordijn

    (@arianegordijn)

    Hi,
    After the latest update test mails are sending again. However, the form won’t send, I get this message on WP mail SMTP page:
    EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.4.0 logged this error during the last time it tried to send an email:

    Mailer: Other SMTP
    SMTP Error: data not accepted.

    What could cause this?

    Thanks in advance,
    Ariane

    HI @arianegordijn,

    The fatal error appears when you update WordPress to the latest version but still using the older version of the WP Mail SMTP plugin. I’m glad you sorted that out.

    Mailer: Other SMTP
    SMTP Error: data not accepted.

    The error message indicates that there’s an issue with email settings in the form. Please make sure the ‘From Email’ in the email settings matches the email you’ve authenticated in SMTP, and check other email notification settings.

    I hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error after updating to WP 5.5.1’ is closed to new replies.