• So you notice there is a message about your Contact Form 7 setup. It says “Two configuration errors found” You click on edit and find the errors under the “Mail” tab. The first error is the “subject” field. In red it says “This field can be empty depending on user input.” You then leave it empty and click save and the message does not go away. It still says you have 2 errors. So you address the other error. You read:

    “In the following fields, you can use these mail-tags:
    [your-name][your-email][your-subject][your-message]”

    Perhaps they mean only “additional headers” and “Message Body” area?

    So you place this tag, [your-email} in the field and the error message turns to “This email address does not belong to the same domain as the site.” But, wait, it said I could use this tag. Domain based emails have not been that successful arriving in peoples inboxes. I have switched to Gmail for clients, partially because each website has a Google Analytics, MyBusiness, etc account anyway. Is it a necessity to use a domain based email? Is this a CAN-SPAM requirement or something linked to server based email platforms?

    I then place a domain based email in this field and the error message goes away.

    Therefor I would conclude that there are errors in the messages here I may be missing something obvious. Anyone have answers to these questions?

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

Viewing 1 replies (of 1 total)
  • 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 ==
    To: info@your-domain.com
    From: [your-name] <noreply@your-domain.com>
    Subject: Re: [your-subject]
    Additional Headers: Reply-To: [your-email]

    What happens and why:

    1. The mail is sent from the contact form to the email address specified in the TO field.
    2. When you receive the message, it will have the sender’s name and be from the noreply 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).
    3. 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]
    4. 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.
    5. 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]

    <————————–>

    Forged emails appear to be sent from a legitimate Yahoo email address even though they aren’t, and are used to spread spam and other types of malicious phishing scams. It’s very difficult for the average user to recognize the difference between a legitimate email and a forged one.

    To receive responses with an “@yahoo.com” address, either a Reply-To: header or email forwarding from authoritative domains are the suggested options. Bounces should also be managed within your authoritative domains.

    Yahoo help

    End users and companies all suffer from the high volume of spam and phishing on the Internet. Over the years several methods have been introduced to try and identify when mail from (for example) IRS.GOV really is, or really isn’t coming from the IRS

    dmark.org

Viewing 1 replies (of 1 total)
  • The topic ‘What is wrong with this message?’ is closed to new replies.