• Resolved adrian33000

    (@adrian33000)


    Will this plugin work with a .co (dot)co email address. I have configured the plugin in exactly the same way I have done so on many other websites with the same hosting company but normally with .com emails.

    On the hosting with a .co address I get continual error messages. Forms do get sent and are received but go to Junk instead of the inbox and test emails sent from the plugin do not arrive although emails sent to the mailbox do arrive and mail can be sent from the account and received by the recipient.

    The error log shows:
    For Forms:

    Mailer: Other SMTP
    SMTP Error: Could not authenticate.

    Source

    Formidable Forms

    /home/u182602612/domains/ddot.co/public_html/wp-content/plugins/formidable/classes/models/FrmEmail.php (line: 567)

    For Mail:

    WP Mail SMTP

    /home/u182602612/domains/ddot.co/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/TestTab.php (line: 350)

    Backtrace:
    [0] wp_mail called at [/home/u182602612/domains/ddot.co/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/TestTab.php:350]
    [1] WPMailSMTP\Admin\Pages\TestTab->process_post called at [/home/u182602612/domains/ddot.co/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/ParentPageAbstract.php:265]
    [2] WPMailSMTP\Admin\ParentPageAbstract->process_actions called at [/home/u182602612/domains/ddot.co/public_html/wp-includes/class-wp-hook.php:324]
    [3] WP_Hook->apply_filters called at [/home/u182602612/domains/ddot.co/public_html/wp-includes/class-wp-hook.php:348]
    [4] WP_Hook->do_action called at [/home/u182602612/domains/ddot.co/public_html/wp-includes/plugin.php:517]
    [5] do_action called at [/home/u182602612/domains/ddot.co/public_html/wp-admin/admin.php:175]

    Suggestions to overcome this welcome
    Thanks
    Adrian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @adrian33000,

    Thanks for reaching out! The WP Mail SMTP plugin acts as a bridge between your website and your preferred email provider or transactional mailers like SendLayer or Brevo. This setup allows your website to send emails using an authenticated email account or domain.

    There are no restrictions based on your domain extension (e.g., .com, .co). You should be able to configure the WP Mail SMTP plugin successfully regardless of the TLD.

    Based on the issue you’ve described, it seems there may be an email deliverability issue with your new domain. When you have a moment, please send a test email from your WordPress site (via WP Mail SMTP -> Tools) to the email address displayed in this tool and check your email deliverability report.

    You can then share this report with your email provider. They should be able to make necessary adjustments, such as updating SPF and DKIM records for your domain. If your email sending domain or IP is blacklisted, they should be able to assign a new IP for you.

    In the meantime, you can try configuring an alternative mailer on your site.

    I hope this helps! Thanks!

    Thread Starter adrian33000

    (@adrian33000)

    I have tried the test and this is the result:
    There was a problem while sending the test email.
    Error log:


    Versions:
    WordPress: 6.7.1
    WordPress MS: No
    PHP: 8.2.15
    WP Mail SMTP: 4.3.0

    Params:
    Mailer: smtp
    Constants: No
    ErrorInfo: SMTP Error: Could not authenticate.
    Host: smtp.titan.email
    Port: 465
    SMTPSecure:
    ssl
    SMTPAutoTLS:bool(true)
    SMTPAuth:bool(true)

    Server:
    OpenSSL: OpenSSL 1.1.1w 11 Sep 2023
    Apache.mod_security: No

    Debug:
    Email Source: WP Mail SMTP Mailer: Other SMTP SMTP Error: Could not authenticate.

    SMTP Debug:
    2024-12-27 22:28:29 Connection: opening to ssl://smtp.titan.email:465, timeout=30, options=array()
    2024-12-27 22:28:29 Connection: opened
    2024-12-27 22:28:29 SERVER -> CLIENT: 220 smtp-out.flockmail.com ESMTP Postfix
    2024-12-27 22:28:29 CLIENT -> SERVER: EHLO ddot.co
    2024-12-27 22:28:29 SERVER -> CLIENT: 250-smtp-out.flockmail.com250-PIPELINING250-SIZE 52428800250-VRFY250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250-DSN250 CHUNKING
    2024-12-27 22:28:29 CLIENT -> SERVER: AUTH LOGIN
    2024-12-27 22:28:29 SERVER -> CLIENT: 334 VXNlcm5hbWU6
    2024-12-27 22:28:29 CLIENT -> SERVER: [credentials hidden]
    2024-12-27 22:28:29 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
    2024-12-27 22:28:29 CLIENT -> SERVER: [credentials hidden]
    2024-12-27 22:28:31 SERVER -> CLIENT: 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
    2024-12-27 22:28:31 SMTP ERROR: Password command failed: 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
    SMTP Error: Could not authenticate.
    2024-12-27 22:28:31 CLIENT -> SERVER: QUIT
    2024-12-27 22:28:31 SERVER -> CLIENT: 221 2.0.0 Bye
    2024-12-27 22:28:31 Connection: closed
    SMTP Error: Could not authenticate.

    I cannot understand the inability to authenticate. The email address is the site admin address and I have double checked the password by using it to log into the web mail account. Something seems very odd as I have also confirmed the DKIM and other email settings which are all showing as correct

    Thread Starter adrian33000

    (@adrian33000)

    I have deleted and reinstalled the plugin and it now works ok so I think there was an original install problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.