{"id":243209,"date":"2025-08-10T21:46:57","date_gmt":"2025-08-10T21:46:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/mailgun-email-override\/"},"modified":"2025-12-08T08:40:11","modified_gmt":"2025-12-08T08:40:11","slug":"email-override-mailgun","status":"publish","type":"plugin","link":"https:\/\/pan.wordpress.org\/plugins\/email-override-mailgun\/","author":21139038,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.8.5","requires":"5.0","requires_php":"7.2","requires_plugins":null,"header_name":"Email Override for Mailgun","header_author":"Ionut Baldazar","header_description":"Replaces WordPress wp_mail with Mailgun API. Includes settings page with toggle, API key input, domain, and test button.","assets_banners_color":"666666","last_updated":"2025-12-08 08:40:11","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/baiatulutata\/ptei","header_author_uri":"https:\/\/woomag.ro\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":282,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"baiatulutata","date":"2025-12-08 08:40:11"},"1.01":{"tag":"1.01","author":"baiatulutata","date":"2025-12-07 09:40:10"}},"upgrade_notice":{"1.0":"<p>Initial stable release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3342547,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3342547,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x250.png":{"filename":"banner-1544x250.png","revision":3342547,"resolution":"1544x250","location":"assets","locale":""},"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3342547,"resolution":"1544x500","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.01"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3342547,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Settings panel with Mailgun API key and sender inputs","2":"Section to send a test email and view the result"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,267,7503,6696,6695],"plugin_category":[41],"plugin_contributors":[243911],"plugin_business_model":[],"class_list":["post-243209","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-email","plugin_tags-mailgun","plugin_tags-smtp","plugin_tags-wp_mail","plugin_category-communication","plugin_contributors-baiatulutata","plugin_committers-baiatulutata"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/email-override-mailgun\/assets\/icon-128x128.png?rev=3342547","icon_2x":"https:\/\/ps.w.org\/email-override-mailgun\/assets\/icon-256x256.png?rev=3342547","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/email-override-mailgun\/assets\/screenshot-1.png?rev=3342547","caption":"Settings panel with Mailgun API key and sender inputs"}],"raw_content":"<!--section=description-->\n<p>This plugin overrides the default WordPress email sending function with MailGuns\u2019s Mail Send API.<\/p>\n\n<p><strong>Key Features:<\/strong><\/p>\n\n<ul>\n<li>Toggle Email Override for Mailgun on\/off<\/li>\n<li>Enter your Mailgun API key and domain<\/li>\n<li>Customize the \"From\" email and name<\/li>\n<li>Send a test email directly from the settings page<\/li>\n<li>Clean and native WordPress admin UI<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin integrates with the <a href=\"https:\/\/www.mailgun.com\/\">Mailgun<\/a> email delivery service to send outgoing emails via its API instead of the default <code>wp_mail()<\/code> function.<\/p>\n\n<p>When enabled, the plugin communicates with the following Mailgun API endpoint: https:\/\/api.mailgun.net\/v3\/YOUR_DOMAIN\/messages<\/p>\n\n<p><strong>Data sent to Mailgun includes:<\/strong>\n- Sender name and email\n- Recipient email(s)\n- Email subject\n- Message body (text or HTML)\n- Optional headers (Cc, Bcc)<\/p>\n\n<p>The plugin requires a valid Mailgun API key and domain to function. These credentials are stored in your WordPress database and used only to authenticate API requests to Mailgun.<\/p>\n\n<p><strong>Privacy Notice:<\/strong>\nBy using this plugin, you agree to Mailgun\u2019s <a href=\"https:\/\/www.mailgun.com\/terms\/\">Terms of Service<\/a> and <a href=\"https:\/\/www.mailgun.com\/privacy-policy\/\">Privacy Policy<\/a>. Ensure your use of Mailgun complies with local privacy laws and your own data protection policies.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/mailgun-email-override\/<\/code> directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Go to <strong>Settings &gt; Mailgun Email<\/strong>.<\/li>\n<li>Enter your Mailgun API key and domain, set the sender info, and enable the override.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20if%20i%20disable%20the%20override%3F'><h3>What if I disable the override?<\/h3><\/dt>\n<dd><p>The default WordPress email system will be used again.<\/p><\/dd>\n<dt id='where%20can%20i%20find%20my%20mailgun%20domain%20and%20api%20key%3F'><h3>Where can I find my Mailgun domain and API key?<\/h3><\/dt>\n<dd><p>In your Mailgun account, under <strong>Sending &gt; Domains<\/strong> and <strong>API Security<\/strong> settings.<\/p><\/dd>\n<dt id='can%20i%20send%20html%20emails%20or%20add%20attachments%3F'><h3>Can I send HTML emails or add attachments?<\/h3><\/dt>\n<dd><p>Not in this version. The plugin currently sends plain text emails only.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release with API override, test email function, and admin settings page.<\/li>\n<\/ul>","raw_excerpt":"Replaces WordPress wp_mail() with MailGun&#039;s API. Adds a settings page to manage API key, sender info, and test email functionality.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/243209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=243209"}],"author":[{"embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/baiatulutata"}],"wp:attachment":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=243209"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=243209"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=243209"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=243209"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=243209"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=243209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}