Skip to main content

Account sending emails from wordpress problem

Comments

3 comments

  • fuzzylogic
    Most likely your website's contact form is being abused due to no captcha, weak spam protection or with challenge answer viewable in the html. If your contact form sends using an ajax request the request will most likely POST to /wp-admin/admin-ajax.php hence the /home/xxx/public_html/wp-admin script location. This spam will be addressed to the website owner in most cases, but some contact forms offer the rather stupid option of sending a copy to yourself, (the spammer addresses this field to the spam victim) I have seen WordPress themes with contact forms that print the website owners address in the html then POST that back to the server to be used for the To: header when constructing the email. (which allows simple automated abuse) The files you listed are all names of legitimate WordPress files, but that does not mean they have not been altered. It is also possible your site is compromised and has other code on it. If you think this is the case install Wordfence free WordPress plugin and run a scan.
    0
  • leonep
    yes, infact removing contact form mails flow stops . i must find a another more robust contact form plugin thanks
    0
  • cPanelLauren
    Glad you were able to identify the source of the issue, maybe some others here can give you advice on which contact forms they use for their WordPress installations.
    0

Please sign in to leave a comment.