• Resolved omnialive

    (@omnialive)


    I have the following form and mail setup, but when I receive the email and look at the headers (in both Gmail and Dreamhost [web host] email systems), the Reply-To is set to my WP Admin info…seems like this information is being overwritten somewhere/somehow…any ideas on how to track this down and correct it?

    
    .:FORM:.
    <label> Your Name (required)
        [text* your-name default:user_first_name] </label>
    
    <label> Your Email (required)
        [email* your-email default:user_email] </label>
    
    <label> Subject
        [text* your-subject "My Question is..."] </label>
    
    <label> Your Message
        [textarea* your-message] </label>
    
    [recaptcha size:compact]
    [submit "Send"]
    
    .:MAIL:.
    To	
    [email protected]
    
    From	
    Ancient Secrets of a Master Healer <[email protected]>
    
    Subject	
    New CONTACT US: "[your-subject]"
    
    Additional headers	
    Reply-To: [name] <[your-email]>
    
    Message body	
    From: [your-name] 
    <[your-email]>
    Subject: [your-subject]
    
    Message Body:
    [your-message]
    
    -- 
    This e-mail was sent from a contact form on Ancient Secrets of a Master Healer (https://myancientsecrets.com)
    
    • This topic was modified 4 years, 7 months ago by Yui.
    • This topic was modified 4 years, 7 months ago by Yui. Reason: please use CODE button for code formatting
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter omnialive

    (@omnialive)

    I actually figured out what was going on…sort of. I believe the email being sent by CF7 were filtering through my MailPoet plugin which was overwriting all From and Reply-To fields in any email sent.

    After tweaking some settings and making it where I could send the CF7 form as the user that created the form (spoofing enabled), this got me what I was looking for.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reply-To header is not making it out of the system’ is closed to new replies.