Viewing 2 replies - 1 through 2 (of 2 total)
  • jeffbiss

    (@jeffbiss)

    I get this too. Do you also see:

    – “This field has syntax errors.” under the From field and

    – “This field can be empty depending on user input.” under the subject field

    in the form (http://www.marco-inc.com/contact/)? I don’t know if these errors have anything to do with the error message, but they might.

    barnez

    (@pidengmor)

    @Micahel1234:
    http://contactform7.com/2016/01/15/red-border-error-issue-on-wordpress-441/
    http://contactform7.com/faq/i-get-an-error-message-with-a-red-border-so-how-can-i-solve-this/
    http://contactform7.com/faq/after-submitting-the-form-i-get-an-error-message/

    @jeffbiss

    If an email is being sent from your website domain, it should now have a FROM address from that domain. This is because emails are being spoofed by spammers and are being sent from a different domain (e.g. I send you a message from my domain but claim to be sending it from paypal.com). Such messages are being routed into the Spam folder, and so best practice is now to include a FROM email address that is from the website domain. Look at the following setup:

    == MAIL ==
    From: [your-name] <wordpress@your-domain.com>
    Subject: Re: [your-subject]
    Additional Headers: Reply-To: [your-email]

    1. When you receive the message, it will have the sender’s name and be from the “wordpress” email address specified in FROM (Depending in your hosts, this may need to be a real email address (test to see if it processes), and it does need to be @your-domain.com).
    2. By including Re: in the SUBJECT, you will ensure that the field always has some text in it, even if the sender does not complete this field (Best practice is to ensure that there is at least some text in the subject field). Or, you can make the SUBJECT a required field in the *Form* by adding an asterisk: [text* your-subject]
    3. Adding the Reply-To: [your-email] in ADDITIONAL HEADERS means that you can reply to the sender by hitting the Reply button in your email client.
    4. If you want to actually see the sender’s email address in the message you receive you can include it in the MESSAGE section. For example:

    MESSAGE BODY:

    From: [your-name] <[your-email]>
    Subject: [your-subject]

    [your-message]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Failed to send your message. Please try later or contact the administrator by an’ is closed to new replies.