% Character in Password Causes Authentication Error
-
My email password includes a
%character. When I send a test email the result is 5.7.8 Error: authentication failed. When I decode the email address and password shown on the session transcript using Perl’sdecode_base64the%character has been stripped from the password, hence the error.However, if I place the exact same credentials in
wp_config.phpusingPOST_SMTP_AUTH_USERNAMEandPOST_SMTP_AUTH_PASSWORDthe test email is sent without error. If I decode the credentials from that session transcript the password contains the%character.So, it appears that the
%character is being stripped from the password when the credentials are saved on the settings page not when it is encoded. Is this the intended behaviour?Thanks, Steve.
The topic ‘% Character in Password Causes Authentication Error’ is closed to new replies.