• Recently I was not receiving emails from the website but these were present in email log and there was nothing suspicious about them. After lengthy investigation i found out that wp_mail function was called with recipient email address having entity escaped ‘at sign’ so instead of @ it had @ in it. The problem is that email log decodes this entities and shows the address misleading where neither wp_mail nor phpmailer decodes entities in address so email is never send.

Viewing 1 replies (of 1 total)
  • Thread Starter adax2000

    (@adax2000)

    i meant instead of @ i had ampersand, hash 64 and semicolon (i cannot put it here with symbols as it changes it into ‘at sign’)
    @

    • This reply was modified 5 years, 10 months ago by adax2000.
    • This reply was modified 5 years, 10 months ago by adax2000.
Viewing 1 replies (of 1 total)
  • The topic ‘unwanted entity decode on email address’ is closed to new replies.