• Resolved designbug1234

    (@designbug1234)


    I’ve just installed and authenticated Microsoft with the Fluent SMTP plugin. Trying to send a test email I’m seen with an error message “Not Found”

    In the Email logs this is the error that is appearing:
    Server Response{ “code”: 422, “message”: “Not Found”, “errors”: [ “Not Found” ] }

    Asking the web host they have said that it appears to be a problem with the plugin.
    Request URL:
    https://nextlc.com.au/wp-admin/admin-ajax.phpRequest?Method:
    POSTStatus Code:
    422 Unprocessable Content

    Any information on how this can be fixed would be great.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello i wrote fluentsmtp here and reminded them to support: https://wpmanageninja.com/support-tickets/#/ticket/create
    ticket 109676 “please fix wp.org issues”

    Plugin Support Ibrahim Sharif

    (@ibrahimsharif)

    Hello @designbug1234,

    Enabling the WordPress Debug Log and sharing the log with us can provide valuable insights. Here’s how you can do it:

    1. Open the wp-config.php file located in the root of your WordPress installation.
    2. Locate the line define(‘WP_DEBUG’, false); and change the value to true.
    3. The line should be: define(‘WP_DEBUG_LOG’, true);
    4. Save the changes.

    This will create a debug.log file in the wp-content folder. Access the file via FTP or your hosting control panel’s file manager. Examine the log for any errors related to the email-sending process and Please share the full log specific to the email issue with us.

    Additionally, please review the following resources:

    If you encounter any specific error messages in the debug log, please share them with us.

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