Hi @web02,
I apologize I’m not sure I understand your question. The plugin does not use md5() to encrypt your passwords. Could you please share more details with the mailer you’re using?
Thanks!
Thread Starter
web02
(@web02)
No, the plugin uses md5 as the type of authentication, I need to change it to type “login”
Hey @web02
Could you please try this code snippet?
add_filter( 'wp_mail_smtp_custom_options', function( $phpmailer ) {
$phpmailer->AuthType = 'LOGIN';
return $phpmailer;
} );
Please get back to us with the results, whether it worked for you or not.
Hi @web02 – We haven’t heard from you in about a week, so I’m going to go ahead and mark this ticket resolved. If you still have questions, though, please feel welcome to continue the conversation.