• Hi !

    I have the message “All shipments are currently suspended! Your API key for sending with MailPoet is invalid!” But my API key seems to be OK. Can you tell me what can I do ? Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bruna a11n

    (@bruberries)

    Hi @sandrineledent1988,

    There seems to be an issue with the bridge connection in some cases, and our devs are already looking at it.

    In the meanwhile, please try this temporary fix by adding this to your Theme’s function.php:

    /** * Temporary fix for bridge.mailpoet.com */ add_filter('http_request_args', function($parsed_args, $url) { // check if the url is the one we want to modify if (strpos($url, 'bridge.mailpoet.com') === false) { return $parsed_args; } if (!empty($parsed_args['headers']) && isset($parsed_args['headers']['referer'])) { // remove the referer header unset($parsed_args['headers']['referer']); } return $parsed_args; }, 10, 2);

    Let us know if it works!

    Thread Starter sandrineledent1988

    (@sandrineledent1988)

    Thanks for your answer. At the moment the fix doesn’t seem to work. I’m waiting for your devs to do something ??

    Hi there @sandrineledent1988,

    Please try installing this version of the plugin instead: https://d.pr/f/1Wwvbf

    Let us know how it goes!

    Installation of this zip file downgrades and gives message that Premium 4.16 or higher is required.

    Thread Starter sandrineledent1988

    (@sandrineledent1988)

    @treibalen The proposed solution does not work, can you do something to unblock the situation? Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Your key for the MailPoet sending service is invalid’ is closed to new replies.