• Phil

    (@magicfilou)


    Hi!

    Suddenly if in the field FROM I put :
    [your-name] <[email protected]> . I don’t receive the mail
    if I put :
    whatever blablabla <[email protected]> I receive the mail … O_o

    was working fine with [your-name] … but not now ??

    weird no ?

    FYI [your-name] works fine in message body

Viewing 5 replies - 1 through 5 (of 5 total)
  • Neil Murray

    (@buzztone)

    Please supply all your input in the Form and Mail sections of the CF7 interface (add as code or include as link to screenshots).

    This helps others to understand your actual problem and offer a possible solution.

    Add as code like this:

    <div class=”form-flat”>
    <label>Your Name</label>
    [text* your-name]
    etc.
    Thread Starter Phil

    (@magicfilou)

    Form :

    <label> Your Name (required)
        [text* your-name] </label>
    
    <label> Your Email (required)
        [email* your-email] </label>
    
    <label> Subject
        [text your-subject] </label>
    
    <label> Your Message
        [textarea your-message] </label>
    
    [submit "Send"]

    fields :

    To	
    [email protected]
    From	
    blablablabla <[email protected]>
    Subject	
    [your-subject]
    Additional Headers	
    Reply-To: [your-email]
    Message Body
    
    From: [your-name] <[your-email]>
    Subject: [your-subject]
    
    Message Body:
    [your-message]
    

    if I change blablablabla by [your-name] … no error but I don’t receive the mail ^^
    with blablabla now the mail come from “no reply”

    and now I have this message in my WP admin :
    Misconfiguration leads to mail delivery failure or other troubles. Validate your contact forms now. ? Validate Contact Form 7 Configuration

    FYI I had another bug with woocommerce … suddenly I was not receiving the new order mail notification and then I delete the email address in the woo email setting to let the system catch the admin mail and then now it’s works fine …

    weird …

    My config :
    WP 4.8.9 – Woo 3.5.1 – Php 7.2 – CF7 5.0.5

    Neil Murray

    (@buzztone)

    From: [your-name] <[email protected]> should be OK provided [email protected] is a valid email address where your site is hosted. If not then you will likely see problems with CF7 emails not sending or alternatively getting rejected as spam elsewhere.

    I’m not aware of any hosts checking that the Name section of the Email header matches with the actual email address, but it is possible that your host is doing this?

    The other change you made with WooCommerce further indicates there is something unusual on your WP install.

    If you contact your WP hosting with this info they may be able to assist.

    Thread Starter Phil

    (@magicfilou)

    ok I will ??

    Thanks

    Thread Starter Phil

    (@magicfilou)

    Well … in fact the “bug” appear when I let the [your-name] shortcode … not with the mail tag

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Weird issue on my form’ is closed to new replies.