• After some users reached out through Twitter to complain about not receiving answers to their messages, I’ve been testing the plugin.

    It works with Outlook, Hotmail and custom domain emails, but if you use “@gmail.com” the message is not sent. They are not filtered by the Spam folder and the plugin does not show any error, it’s just that those mails are “lost in transit”.

    Tested in several webs with php mail and wp mail options checked.

    ******

    Another minor “bug” for future updates:

    When you check “Display verbose success message” the plugin uses default names and not the translated/customized ones: “Name:”, “Email:”, “Subject:”, “Date:” and “Message:”.

    The messages that appear below do not have a custom field to translate them either:

    “A copy of this message was sent to your email address.”
    “[ Click here to reset the form ]”

    Obviously I touched the plugin code as is an easy change, but taking into consideration that I have several blogs and I’ll have to manually update them after each update, as you already offer manual translation/customization for every other message that the plugin displays, it would be nice to include these too.

    • This topic was modified 2 years, 7 months ago by mruniversal.
    • This topic was modified 2 years, 7 months ago by mruniversal. Reason: typo
Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @mruniversal

    The plugin uses the existing wp_mail functionality of WordPress to send emails.

    If the emails are not being sent out then they’re probably being blocked by your email provider (in most cases the same as the hosting provider).

    Try WP Mail Logging to see if it reports any errors for those failed emails. If it does not report any errors then the request to send the email was successfully passed on to the server.

    You can use a plugin like https://www.ads-software.com/plugins/wp-test-email/ to test out sending emails, to check if it’s just our plugin’s contact form that is a problem or if it’s a different problem that affects the mailing functionality in general.

Viewing 1 replies (of 1 total)
  • The topic ‘Not working with Gmail + translate errors’ is closed to new replies.