wordpress-plugin
wordpress-plugin copied to clipboard
Mailgun's Wordpress Plugin
I'm still getting this error on the lists page. Version 1.9.9 ``` Fatal error: Uncaught Error: Call to undefined function mg_api_get_region() in /app/web/wp-content/plugins/mailgun/mailgun.php:222 Stack trace: #0 /app/web/wp-content/plugins/mailgun/mailgun.php(286): Mailgun->api_call('lists', Array, 'GET')...
This code return error because it is missing `mg-api.php` file in the plugin package. https://github.com/mailgun/wordpress-plugin/blob/e0a58638f14d57effc0397a459c239c11a302568/mailgun.php#L91-L93 :)
Is there anyway to configure the WordPress plugin to respect the "Click/Opening" tracking configured in the Mailgun domain settings. We found an issue where someone enabled click and opening tracking...
Updates to markup to ease editing of CSS. -Wrapped "name" and "email" in tag -Added placeholder text -Wrapped submit and lists in with "mailgun-list-widget-lists" class -Added basic email pattern check...
Hi, I've noticed that the shortcode [mailgun id="[email protected]" collect_name="false"] doesn't have translations for name, email, susbcribe button and the alerts. can you please add them? Also the collect_name="false" doesn't seem...
The plugin settings at `/wp-admin/options-general.php?page=mailgun` holds a field for the mailgun API key. From using the plugin it appears the key is not obfuscated or encrypted, meaning if someone has...