• Resolved Lucylani

    (@lucylani)


    I just update to 4.15 and suddenly not working.

    API is valid but it shows I need to buy key to send mails.

    Why??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Lucylani

    (@lucylani)

    This is how it looks.

    My account is verified, everything OK. Why?????

    Plugin Author Bruna a11n

    (@bruberries)

    Hi @lucylani,

    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 Lucylani

    (@lucylani)

    I add at Thema?s function.php but it seems not working. I don?t know how to add the codes, I just copy and paste to function.php and look like this, the codes shows at top of page. What I shoould do?

    Hi there @lucylani,

    Thanks for getting back to us! The fix is not released yet so please install this version of the free plugin instead: https://d.pr/f/1Wwvbf

    Let us know how it goes!

    Plugin Support Dani F. a11n

    (@danielinhou)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After update to 4.15, suddenly not working’ is closed to new replies.