Reputation: 23
A few months ago I set up WAMP server on my Windows 7 machine to develop a Wordpress site locally. I added Sendmail.exe to make Contact Form 7 (a contact form which sends out an email from me, to me) work properly. All was well. But, on a once or twice daily basis, I receive, to the Gmail account I set up with sendmail, a "testing sendmail.exe" email. Even when my computer (running WAMP) is off. How can this be?
Once the development of the website was complete and ready to go live, I uploaded it using the Wordpress Duplicator (https://wordpress.org/plugins/duplicator/) plugin. I have searched (using ftp) through the live site, and cannot find any kind of sendmail files there.
For client approval, I uploaded the site (again using the Worpdress Duplicator plugin) to a subdirectory on my own site, but since then I have deleted all the files from that directory.
So my question is: How on earth are theses emails getting sent? Does the sendmail application actually use some other server somewhere out there (not my WAMP "server") to send the emails, and it's got stuck in the habit of sending out this test email?
Thanks in advance for any help on this!
Here's the full header (I've changed my email to "[email protected]"):
Delivered-To: [email protected] Received: by 10.25.214.135 with
SMTP id p7csp302451lfi; Sat, 13 Dec 2014 06:57:18 -0800 (PST)
X-Received: by 10.181.12.17 with SMTP id em17mr16780659wid.45.1418482637935; Sat, 13 Dec 2014 06:57:17 -0800 (PST)
Return-Path: <[email protected]> Received: from mout.kundenserver.de (mout.kundenserver.de. [212.227.126.131])
by mx.google.com with ESMTPS id gf8si8194056wib.61.2014.12.13.06.57.17 for <[email protected]>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Dec 2014 06:57:17 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning [email protected] does not designate 212.227.126.131 as permitted sender)
client-ip=212.227.126.131; Authentication-Results: mx.google.com; spf=softfail
(google.com: domain of transitioning [email protected] does not designate 212.227.126.131 as permitted sender) [email protected];
dmarc=fail (p=NONE dis=NONE) header.from=gmail.com
Received: from icpu1054.kundenserver.de
(infong247.kundenserver.de [212.227.29.151]) by mrelayeu.kundenserver.de
(node=mreue007) with ESMTP (Nemesis) id 0LbCQQ-1XXwAh0AAM-00kyHa; Sat, 13 Dec 2014 15:57:17 +0100
Received: from 72.167.159.8 (IP may be forged by CGI script) by icpu1054.kundenserver.de with HTTP id 49vAEC-1XsTpZ40PF-017nps; Sat, 13 Dec 2014 15:57:16 +0100
X-Sender-Info: <[email protected]> Date: Sat, 13 Dec 2014 15:57:16 +0100 Message-Id: <[email protected]> Precedence:
Upvotes: 0
Views: 210