• Using Contact 7 v 4.1
    I have a simple contact form for an application, here is where it obtains the email from the applicant:

    <p>Your Email (REQUIRED)
    [email* applicant-email] </p>

    so in Mail I have
    From: [applicant-email]
    To: company@company.com

    Mail (2)
    From: company@company.com
    To: [applicant-email]

    What Happens:
    Application (form) goes to company@company.com; then the Mail (2) with the pre-set reply and attachment are sent… and go to company@company.com but have a header like:

    Return-path: <bounce-cgi-ipg.hostingcompany@eigbox.net>
    Envelope-to: company@company.com
    Delivery-date: Tue, 10 Feb 2015 19:21:18 -0500
    Received: from [10.115.3.31] (helo=bosimpout11)
    	by bosmailscan13.eigbox.net with esmtp (Exim)
    	id 1YLL3O-0003Aw-2j
    	for company@company.com; Tue, 10 Feb 2015 19:21:18 -0500
    Received: from boscustweb5605.eigbox.net ([10.20.12.118])
    	by bosimpout11 with
    	id qoM41p00A2YozkA01oM76f; Tue, 10 Feb 2015 19:21:18 -0500
    X-Authority-Analysis: v=2.1 cv=b5M8472x c=1 sm=1 tr=0
     a=fDSDPEXuEAEkH7T2cGDoKw==:117 a=QPcu4mC3AAAA:8 a=I-3nLu8DAiMA:10
     a=65Lj2kn8Lx8A:10 a=qdX0R4kxAAAA:8 a=0HtSIViG9nkA:10 a=AQi1Ysoo-zUo-xz2ns0A:9
     a=9SMKhlo5FXgJ9bgG:21 a=q_usvNSSxptf9XCG:21 a=QEXdDO2ut3YA:10
     a=BmT_PLpgdrFqaTw-87oA:9 a=n3BslyFRqc0A:10 a=Sf_gFPzhefAA:10
    Received: from ipg. hostingcompany by boscustweb5605.eigbox.net with local (Exim)
    	id 1YLL2O-0003xG-Tn
    	for company@company.com; Tue, 10 Feb 2015 19:20:16 -0500
    X-EN-Info: U=ipg.osfllccom P=/index.php
    X-EN-CGIUser: ipg. hostingcompany
    X-EN-CGIPath: /index.php
    To: company@company.com
    Subject: [your-subject]
    X-PHP-Originating-Script: 3934668:class-phpmailer.php
    Date: Wed, 11 Feb 2015 00:20:16 +0000
    From: WordPress <company@company.com>
    Message-ID: <29e63c0a3bd2616f8332cf7cb341afe8@www. company.com >
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
    	boundary="b1_29e63c0a3bd2616f8332cf7cb341afe8"
    Content-Transfer-Encoding: 8bit
    X-EN-Timestamp: Tue, 10 Feb 2015 19:20:16 -0500
    Sender:  WordPress <company@company.com>
    
    --b1_29e63c0a3bd2616f8332cf7cb341afe8
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Mail (2) sending email to admin NOT email in From field’ is closed to new replies.