• Meowts

    (@meowts)


    This is just strange…

    Case:
    -Two websites with CF7.
    -Website 1 sends the form beautifully.
    -Website 2 just recently started getting the “Failed to send message” error.
    – Both websites are on the same server. The e-mail address that it’s set to send to works.
    – I’ve also tried disabling additional plugins for CF7
    – The to/from settings for both forms are identical (different “to” address though of course)

    I’m stumped. Any suggestions?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Use an smtp client plugin like: amazon ses mailer http://wordpress.org/plugins/amazon-ses-and-dkim-mailer/

    If an email is send successfully depends often on having the same top-level domain for website and mail like mail@example.com and http://www.example.com = works.

    mail@example.com and http://www.sample.com does not work (often)

    Thread Starter Meowts

    (@meowts)

    Well I’ve seen suggestions for the SMTP plugin, but the thing is that it works perfectly fine on website 1, so the server is clearly configured to handle phpmail. Also this form on website 2 DID work fine for months now, only recently it started getting this error. I checked the server’s stack and they haven’t changed anything on me. I’d rather not get additional plugins, especially since phpmail works and this site is bloated enough as it is. Also the website and mail both have the same top level domain.

    I understand your concern to not install more plugins than necessary and its weird that is does not work as you said your hosting provider did not update your php version or made other server changes.

    You could try to debug the error:
    http://www.franceimage.com/en/tech-blog/my-wordpress-does-not-send-emails-anymore/

    tgfrules

    (@tgfrules)

    Every time my mail stuff stop working it’s mostly not the “complex” stuff like WordPress or the plugins that are at fault. It’s mostly that SMTP server isn’t running, no access or wrong credentials.

    Make sure that the SMTP server specified in PHP config is reachable and working “telnet SMTPSERVER 25” is one step.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bizarre failing to send’ is closed to new replies.