% 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_base64
the%
character has been stripped from the password, hence the error.However, if I place the exact same credentials in
wp_config.php
usingPOST_SMTP_AUTH_USERNAME
andPOST_SMTP_AUTH_PASSWORD
the 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.