Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author G-Lock Software

    (@marisp)

    Hi, please, go to Settings -> Permalinks in your WordPress dashboard and change the permalinks structure to “Post name”. Save the settings. See the emails are sent or not.

    Thread Starter novice_girl

    (@novice_girl)

    Hi,
    Thank you for the idea. I did as you suggested but the email still isn’t sending. What now?

    Thanks!!

    Plugin Author G-Lock Software

    (@marisp)

    Please, go to WPNewsman Settings and see if the “PokeBack Mode” option is checked or not. If it’s not checked, please, check this option, save the settings and send the emails. See if all emails are sent or not.

    Thread Starter novice_girl

    (@novice_girl)

    Thank you again for your help. I tried this latest suggestion and emails still won’t send. What should I try next?

    Thank you.

    Thread Starter novice_girl

    (@novice_girl)

    Also, when I click on the send button to send an email a message pops up which says that my message is scheduled even though I clicked to send it immediately.

    If I schedule an email to send, it also just sits in the pending status.

    This is just info in case this helps solve the problem.

    Thank you.

    Hello Folks,

    I’ve the same problem with WPNewsman Lite (all test button really works) however, when I click in send immediately doesn’t work.

    My only necessity is a possibility to send without schedule.

    Kind regards
    Ricardo

    Plugin Author G-Lock Software

    (@marisp)

    Hi Ricardo,

    Please, check your web server configuration here https://browserspy.dk/webserver.php

    If your web server is nginx, the sending engine on this server does not work so WPNewsman will not be able to send emails. In this situation you can keep WPNewsman on your site and collect subscribers through it. Or you can upload existing subscribers into the WPNewsman lists.

    And for sending emails to your subscribers, you can use G-Lock EasyMail7 software. You can connect to your WPNewsman lists from EasyMail7 through API and send messages to the subscribers’ lists. Please, see more information about this possibility here https://easymail7.com/tutorials/send-emails-to-wpnewsman-subscribers-lists/

    Hello,

    I can’t believe, I’ve really wasted my time ??

    My web server is nginx and doesn’t make any sense this only work with apache, sorry but, its not a rocket science.

    All the test buttons drop me a correct email. Why the core of plugin has reinvented the wheel, instead of to call the same test function?

    Any other possibility?

    Kind regards
    Ricardo

    I’ve found another incompatible issue, if nginx was configured to validate every *.php file before send it to fastcgi (good security practice) the API will be broken.

    The config on nginx: try_files $uri =404;

    The line of code where this problem could occur is..

    if ( preg_match(‘/’.NEWSMAN_PLUGIN_DIRNAME.’\/api.php/i’, $_SERVER[‘REQUEST_URI’] ) ) {
    new newsmanAPI();
    exit();
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Emails stuck as pending’ is closed to new replies.