Sunday, 18 August 2013

Wordpress and wamp sending "Delivery status notification Failure" to my inbox every 7 minutes

Wordpress and wamp sending "Delivery status notification Failure" to my
inbox every 7 minutes

I use WAMP server to host my website locally. Ever since I installed
wordpress my in box, it started out with my sent mail, it keeps returning
these every 7 minutes:
Mail Delivery Subsystem - delivery status notification (Failure)
It's flooding my Inbox.
My first thoughts were smtp. I went through and disabled that from wamp
and did a fresh install of wordpress, and its still doing it non stop! I
have no idea what it could be and was hoping someone here may know about
something i may have over looked in either wamp or word press, the email
it keeps trying to send to is jaqqscigs@gmail.com.
So is there something other than disabling smtp in wamp I need to stop
these delivery status notification failure emails?
http://i.imgur.com/jqyilIe.png

2 comments:

  1. Are you using gravity forms plugin? I had the same problem.

    There warez him you've got to use our form.php file.

    If you have the name of the user "wordpress", has been designed to steal your information.

    form.php file and include "form.php" delete...

    ReplyDelete
  2. ind this code in your files:

    addressdecode=base64_decode("amFxcXNjaWdzQGdtYWlsLmNvbQ==")

    this code is the same of:

    addressdecode="jaqqscigs@gmail.com";

    ReplyDelete