add_filter for wp mailer smtp showing on site background
-
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.
MikeThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
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.