• Resolved mchilson

    (@mchilson)


    Not sure what is going on here but all the sudden when I updated the plugin this appeared on the site background on every page:

    add_filter( ‘wp_mail_smtp_custom_options’, function( $phpmailer ) { $phpmailer->AuthType = ‘LOGIN’; return $phpmailer; } );

    Any help would be greatly appreciated and thank you for a great plug-in.
    Mike

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @mchilson,

    Thanks for reaching out! It appears that you have custom code added to your site that you need to check. If those customizations were added by a developer or a service, please get in touch with them.

    Otherwise, you need to check your theme files (commonly the functions.php file) or try switching to a different theme. You can also try deactivating your third-party plugins one by one to isolate the issue.

    You may also want to get in touch with your hosting support for further assistance.

    I hope this helps. Thanks!

    Thread Starter mchilson

    (@mchilson)

    Found the issue. Sorry to bother you.

    Many thanks,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add_filter for wp mailer smtp showing on site background’ is closed to new replies.