• Hey there,
    I have the plugin configured to use “other smtp”. I can’t send emails though due to Invalid Authentication Data, I double checked all the info are corrected.

    I investigated trough the code and printed the password value actually used to send emails, and I found it’s not what it should be:

    My password looks like this: %d6u_@89I`c7 (this is not the real one, don’t worry) but the one that gets saved is basically u_@89Ic7(yeah it’s saved encoded, but I decoded it here to let you appreciate what’s happening). What happens is that %d6 gets stripped, due the the password input field being sanitized via sanitize_text_field which:

    Strips percent-encoded characters

    https://developer.wordpress.org/reference/functions/sanitize_text_field/

Viewing 1 replies (of 1 total)
  • Plugin Support M Aqib Khan

    (@aqibkhan9)

    Hello @d4z_c0nf,

    Thank you for reaching out to our Support, and I’m sorry to hear that you’ve encountered this issue.

    I’ve shared the details with our technical team for further investigation. I’ll get back to you as soon as I hear from them, or if they need any additional information from your end.

    Thank you for your patience, and I appreciate you bringing this to our attention.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.