{"id":8055,"date":"2023-09-19T08:57:13","date_gmt":"2023-09-19T08:57:13","guid":{"rendered":"https:\/\/postmansmtp.wpengine.com\/?p=8055"},"modified":"2026-03-11T07:26:27","modified_gmt":"2026-03-11T07:26:27","slug":"setup-mailgun-for-wordpress","status":"publish","type":"post","link":"https:\/\/postmansmtp.com\/es\/setup-mailgun-for-wordpress\/","title":{"rendered":"How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"},"content":{"rendered":"\n<p>Do you know that if you set up Mailgun for WordPress emails, the email deliverability of your WordPress website can improve significantly?<\/p>\n\n\n\n<p>You may be wondering why WordPress isn&#8217;t sending transactional emails properly so they can hit the inbox instead of spam. The short answer to this is the default <strong>wp_mail() function<\/strong>. We&#8217;ll cover it in more detail later.<\/p>\n\n\n\n<p>In today&#8217;s guide, we will walk you through the step-by-step process of how to set up Mailgun for WordPress emails. We will also answer some basic questions, such as What Mailgun is, why you need Mailgun to Send WordPress emails, and what the requirements are to configure in the first place, etc.<\/p>\n\n\n\n<p>So, without further ado! Let&#8217;s dive right in!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Mailgun SMTP Email Service?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.mailgun.com\/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">Mailgun<\/a> is an email service provider specializing in sending, receiving, and tracking emails. The service is ideal for developers who need a flexible and scalable solution for sending emails directly from their applications, for example, a WordPress website or a mobile app.<\/p>\n\n\n\n<figure class=\"wp-block-image alignfull size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"421\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-email-service-1.png\" alt=\"A screenshot of Mailgun&#039;s email service settings, showing the integration process with Post SMTP for email delivery.\" class=\"wp-image-90158\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-email-service-1.png 900w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-email-service-1-300x140.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-email-service-1-768x359.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n\n\n\n<p>Mailgun offers a RESTful API that allows you to send emails using HTTP requests, as well as an SMTP relay service that lets you use any email client or library to send emails through Mailgun&#8217;s servers.<\/p>\n\n\n\n<p>You can use the service to send both transactional and marketing emails, such as password resets, order confirmations, newsletters, promotions, etc. Additionally, you can send emails from multiple domains and subdomains, which means you can send emails from different addresses using the same account.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Is It Better to Use Mailgun SMTP Email Service for WordPress Emails?<\/strong><\/h2>\n\n\n\n<p>By default, WordPress uses the PHP mail() function to send emails from your website. However, this method has several drawbacks that can affect your <a href=\"https:\/\/postmansmtp.com\/how-to-choose-the-right-smtp-port\/\" data-type=\"link\" data-id=\"https:\/\/postmansmtp.com\/how-to-choose-the-right-smtp-port\/\" target=\"_blank\" rel=\"noreferrer noopener\">email deliverability<\/a> and performance. Some of the common problems with using PHP mail() are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Lack of Email Authentication:<\/strong> It doesn&#8217;t authenticate your emails, which means they can be easily marked as spam or rejected by email providers.<\/li>\n\n\n\n<li><strong>Absence of Feedback:<\/strong> You don&#8217;t get any information about error handling, which means you cannot know if your emails are delivered.<\/li>\n\n\n\n<li><strong>Limited Support for Advanced Features:<\/strong> By default, the WordPress PHP mail() function does not support advanced features such as HTML formatting, attachments, headers, etc.<\/li>\n\n\n\n<li><strong>Dependency on Web Server Configuration:<\/strong> It relies on your web server&#8217;s configuration and resources, which can vary depending on your hosting provider and plan.<\/li>\n<\/ul>\n\n\n\n<p>To overcome these limitations, using an external email service provider like Mailgun to send WordPress emails is better. By using Mailgun SMTP email service, you can benefit from the following advantages:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strong Email Authentication:<\/strong> It authenticates your emails using SPF, DKIM, and DMARC records, which improves your sender&#8217;s reputation and deliverability.<\/li>\n\n\n\n<li><strong>Comprehensive Feedback and Analytics:<\/strong> You can view detailed logs and analytics for your emails, which helps you monitor your email performance and troubleshoot any issues.<\/li>\n\n\n\n<li><strong>Robust Email Feature Support:<\/strong> It supports all the features you need to create professional and engaging emails, such as HTML formatting, attachments, headers, templates, etc.<\/li>\n\n\n\n<li><strong>Reliable Dedicated Infrastructure:<\/strong> With dedicated servers and infrastructure optimized for email delivery, you can make sure that your email delivery is reliable and fast.<\/li>\n<\/ul>\n\n\n\n<p><strong>NOTE: <\/strong>To set up Mailgun SMTP email service to send WordPress emails, you need to use a reliable <a href=\"https:\/\/postmansmtp.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress SMTP Plugin<\/a>, such as Post SMTP, which makes the whole SMTP configuration process a breeze!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Requirements for Configuring Mailgun to Send WordPress Emails<\/strong><\/h2>\n\n\n\n<p>Before you can set up Mailgun for WordPress emails, you need to have the following requirements ready:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin access to the WordPress website<\/strong> where you want to configure the Mailgun SMTP server<\/li>\n\n\n\n<li><strong>A Mailgun account with a paid subscription,<\/strong> as with a free account, you can only send emails from the sandbox domain to five authorized recipients.<\/li>\n\n\n\n<li><strong>Your WordPress site must have an SSL(HTTPS)<\/strong> certificate enabled.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3 Easy Steps to Set Up Mailgun for WordPress Emails<\/strong><\/h2>\n\n\n\n<p>Once you have the above requirements ready, you can proceed with the following 3 easy steps to set up Mailgun for WordPress emails:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #1: Install and Activate the Post SMTP WordPress Plugin<\/strong><\/h3>\n\n\n\n<p>Installing and activating the Post SMTP WordPress plugin on your website is the first step. This plugin will help you connect your WordPress site to your Mailgun account and configure the SMTP settings for sending emails. To install the plugin, follow these steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to your WordPress dashboard and go to <strong>Plugins \u2192 Add New<\/strong>.<\/li>\n\n\n\n<li>In the search box, type \u201c<strong>Post SMTP<\/strong>\u201d and hit enter.<\/li>\n\n\n\n<li>Find the plugin named \u201c<strong>Post SMTP Mailer\/Email Log,&#8230;<\/strong>\u201d by Post SMTP and click on <strong>Install Now<\/strong>.<\/li>\n\n\n\n<li>After the installation is complete, click on <strong>Activate<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>Once Post SMTP is activated, you will see the following screen.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1647\" height=\"678\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard.png\" alt=\"Configuration wizard interface for the Post SMTP plugin, featuring a step-by-step setup process with labeled fields and navigation buttons.\" class=\"wp-image-87275\" style=\"width:1011px;height:416px\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard.png 1647w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard-300x123.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard-1024x422.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard-768x316.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Post-SMTP-wizard-1536x632.png 1536w\" sizes=\"auto, (max-width: 1647px) 100vw, 1647px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #2: Create a New API Key in Your Mailgun Account<\/strong><\/h3>\n\n\n\n<p>Now log in to your Mailgun account and create a new API key. This key will allow you to authenticate your emails and use the Mailgun API to send emails from your website. Follow the below guidelines to create a new API key:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After logging in, click the <strong>API Keys<\/strong> option in the bottom right menu.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"481\" height=\"306\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-API.png\" alt=\"api keys\" class=\"wp-image-87276\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-API.png 481w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Mailgun-API-300x191.png 300w\" sizes=\"auto, (max-width: 481px) 100vw, 481px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Now, click on the <strong>Add new key<\/strong> button.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1485\" height=\"97\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Add-new-key.png\" alt=\"Interface screenshot with an option to &#039;Add New Key,&#039; showcasing a button or form for generating a new API key.\" class=\"wp-image-87277\" style=\"width:1011px;height:66px\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Add-new-key.png 1485w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Add-new-key-300x20.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Add-new-key-1024x67.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Add-new-key-768x50.png 768w\" sizes=\"auto, (max-width: 1485px) 100vw, 1485px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter a name for your <strong>API key (e.g., \u00abPost SMTP Mailgun\u00bb)<\/strong> and click on <strong>Create API Key<\/strong>. Don&#8217;t forget to copy the API key and paste it on a Sticky note or Notepad for later use.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"832\" height=\"491\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Create-API-Key.png\" alt=\"Screenshot of the &quot;Create API Key&quot; page, showing input fields for generating a new key and buttons to save or cancel.\" class=\"wp-image-87278\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Create-API-Key.png 832w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Create-API-Key-300x177.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Create-API-Key-768x453.png 768w\" sizes=\"auto, (max-width: 832px) 100vw, 832px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After copying and securing the API key, go to <strong>Sending \u2192 Domains<\/strong> and copy the default sandbox domain. Remember, we are using a free Mailgun account here. If you have a paid account, you can create a custom domain.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"255\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Sandbox-domain-1024x255.png\" alt=\"A graphic displaying a sandbox domain configuration screen, commonly used for testing email delivery during Post SMTP setup.\" class=\"wp-image-87279\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Sandbox-domain-1024x255.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Sandbox-domain-300x75.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Sandbox-domain-768x192.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Sandbox-domain.png 1507w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>IMPORTANT: <\/strong>We will use the API key and Domain address you copied earlier in the following steps while configuring Mailgun for WordPress using Post SMTP.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #3: Add Your Mailgun Account Details in Post SMTP Setup Wizard<\/strong><\/h3>\n\n\n\n<p>In the final step, we will walk you through the Post SMTP setup wizard to set up Mailgun for WordPress emails. To do so, follow the instructions below:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First, get back to your WordPress dashboard, click on <strong>Post SMTP<\/strong> from the left-hand side menu, and click <strong>Start the Wizard. <\/strong>Provide the<strong> Name <\/strong>and <strong>Email Address <\/strong>that will appear in your outgoing emails. Now, hit the <strong>Next <\/strong>button on the bottom left of the screen.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1631\" height=\"332\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard.png\" alt=\"A screenshot of the Post SMTP setup wizard interface, showing the initial steps for configuring email delivery settings.\" class=\"wp-image-87280\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard.png 1631w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard-300x61.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard-1024x208.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard-768x156.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Start-the-Wizard-1536x313.png 1536w\" sizes=\"auto, (max-width: 1631px) 100vw, 1631px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As you want to configure Mailgun, you can ignore the \u201c<strong>Outgoing mail server Hostname<\/strong>\u201d and click <strong>Next<\/strong>. Wait a moment, then select Mailgun as your SMTP email server and press <strong>Next<\/strong>.&nbsp;<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1623\" height=\"463\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service.png\" alt=\"Screenshot of the configuration screen for Mailgun, showing API key and domain settings fields.\" class=\"wp-image-87281\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service.png 1623w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service-300x86.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service-1024x292.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service-768x219.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Configure-mailgun-service-1536x438.png 1536w\" sizes=\"auto, (max-width: 1623px) 100vw, 1623px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter the <strong>API Key<\/strong> and <strong>Domain Name<\/strong> you\u2019ve copied on a <strong>Notepad or Sticky note<\/strong> in step#2 and press <strong>Next<\/strong>.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1618\" height=\"505\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name.png\" alt=\"Screenshot showing fields to enter the API key and domain name in Post SMTP settings.\" class=\"wp-image-87282\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name.png 1618w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name-300x94.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name-1024x320.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name-768x240.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/API-Key-and-Domain-Name-1536x479.png 1536w\" sizes=\"auto, (max-width: 1618px) 100vw, 1618px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the subsequent screen, you\u2019ll see the \u201c<strong>You\u2019re Done!<\/strong>\u201d message. Simply hit the <strong>Finish <\/strong>button at the bottom left of the screen.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1640\" height=\"627\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button.png\" alt=\"A close-up screenshot of the &quot;Finish&quot; button at the end of the Post SMTP setup wizard, prompting users to complete the configuration process.\" class=\"wp-image-87283\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button.png 1640w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button-300x115.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button-1024x391.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button-768x294.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Finish-button-1536x587.png 1536w\" sizes=\"auto, (max-width: 1640px) 100vw, 1640px\" \/><\/figure>\n\n\n\n<p><strong>Congratulations!<\/strong> You\u2019ve now successfully <strong>set up Mailgun for WordPress Emails<\/strong>. To verify the Mailgun WordPress configuration, simply send a test email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Don\u2019t Forget to Test WordPress Email Deliverability<\/strong><\/h2>\n\n\n\n<p>Remember that we&#8217;ve signed up for a free Mailgun account, so don&#8217;t forget to authorize the recipient email before sending a test email.<\/p>\n\n\n\n<p>To do so, go to the <strong>Sending \u2192Overview <\/strong>and then type the recipient email in the <strong>Email Address<\/strong> field on the left menu of the screen. Once your receipt has been verified, you can send a test email.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1861\" height=\"283\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview.png\" alt=\"A dashboard overview of Post SMTP, displaying key email statistics, delivery status, and configuration summaries.\" class=\"wp-image-87284\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview.png 1861w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview-300x46.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview-1024x156.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview-768x117.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Overview-1536x234.png 1536w\" sizes=\"auto, (max-width: 1861px) 100vw, 1861px\" \/><\/figure>\n\n\n\n<p>To send a test email, click the \u00ab<strong>Send a Test Email<\/strong>\u00bb button, as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1645\" height=\"293\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page.png\" alt=\"Screenshot of the &quot;Send a Test Email&quot; page in the Post SMTP dashboard.\" class=\"wp-image-87285\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page.png 1645w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page-300x53.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page-1024x182.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page-768x137.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Send-a-test-email-page-1536x274.png 1536w\" sizes=\"auto, (max-width: 1645px) 100vw, 1645px\" \/><\/figure>\n\n\n\n<p>Provide the email address in the <strong>Recipient Email Address<\/strong> field and hit the <strong>Next<\/strong> button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1646\" height=\"300\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again.png\" alt=\"A configuration screen displaying a field for entering the recipient email address, with a focus on Post SMTP email settings.\" class=\"wp-image-87286\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again.png 1646w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again-300x55.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again-1024x187.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again-768x140.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Recipient-email-address-again-1536x280.png 1536w\" sizes=\"auto, (max-width: 1646px) 100vw, 1646px\" \/><\/figure>\n\n\n\n<p>On a successful email delivery, you&#8217;ll see a green <strong>Success <\/strong>status on the next screen, as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1621\" height=\"319\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery.png\" alt=\"A screenshot displaying a confirmation message for successful email delivery using Post SMTP, with a green checkmark icon.\" class=\"wp-image-87287\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery.png 1621w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery-300x59.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery-1024x202.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery-768x151.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/Successful-email-delivery-1536x302.png 1536w\" sizes=\"auto, (max-width: 1621px) 100vw, 1621px\" \/><\/figure>\n\n\n\n<p>Finally, press the <strong>Finish <\/strong>button, and you are ready to send WordPress transactional emails.<\/p>\n\n\n\n<p><strong>IMPORTANT NOTE: <\/strong>With Post SMTP, you can connect to any SMTP server, including all major SMTP service providers such as <a rel=\"noreferrer noopener\" href=\"https:\/\/postmansmtp.com\/how-to-configure-post-smtp-with-gmailgsuite-using-oauth\/\" target=\"_blank\">Gmail<\/a>, <a href=\"https:\/\/postmansmtp.com\/office-365-for-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Office 365<\/a>, Amazon SES, Brevo (formerly Sendinblue), SendGrid, PostMark, SparkPost, Mailgun, Elastic Email, Mandrill, etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways &#8211; Install Post SMTP to Set Up Mailgun for WordPress Emails<\/strong><\/h2>\n\n\n\n<p>Mailgun is a robust and reliable email service provider that can help you send WordPress emails with ease and confidence. By using Mailgun SMTP email service, you can improve your email deliverability and performance. Additionally, with the help of the logs and analytics, you can monitor and track your email campaigns and troubleshoot any issues.&nbsp;<\/p>\n\n\n\n<p>To set up Mailgun for WordPress emails, install the Post SMTP WordPress plugin, as it supports OAuth 2.0 authentication, so you don&#8217;t have to store your Mailgun account credentials on WordPress.<\/p>\n\n\n\n<p>We hope this article helped you learn how to set up Mailgun for WordPress emails in 3 easy steps using the Post SMTP WordPress plugin. If you have any questions or technical difficulties, feel free to <a href=\"https:\/\/postmansmtp.com\/contact\/\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a> for expert assistance with all your <a href=\"https:\/\/postmansmtp.com\/configuration-request\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress SMTP configurations<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Do you know that if you set up Mailgun for WordPress emails, [&hellip;]<\/p>\n","protected":false},"author":6276,"featured_media":87289,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"How to Set Up Mailgun for WordPress Emails [3 Easy Steps]","_seopress_titles_desc":"Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps.","_seopress_robots_index":"","inline_featured_image":false,"_uag_custom_page_level_css":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[12],"tags":[],"class_list":["post-8055","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"acf":[],"author_meta":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"featured_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141-300x97.jpg","jetpack_featured_media_url":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg","spectra_custom_meta":{"_elementor_controls_usage":["a:0:{}"],"_edit_last":["6407"],"_wp_page_template":["default"],"_wpac_members_redirect_to":[""],"_wpac_show_in_search":["0"],"_wpac_show_excerpt_in_search":["0"],"_wpac_nonmembers_redirect_to":[""],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_primary_category":["5"],"_edit_lock":["1773214006:6407"],"_seopress_titles_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"_seopress_titles_desc":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"_seopress_robots_primary_cat":["none"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"stick-header-meta":["default"],"classic-editor-remember":["classic-editor"],"footnotes":[""],"_bbp_topic_count":["0"],"_bbp_reply_count":["0"],"_bbp_total_topic_count":["0"],"_bbp_total_reply_count":["0"],"_bbp_voice_count":["0"],"_bbp_anonymous_reply_count":["0"],"_bbp_topic_count_hidden":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_forum_subforum_count":["0"],"advgb_blocks_editor_width":[""],"advgb_blocks_columns_visual_guide":[""],"ast-site-content-layout":["default"],"adv-header-id-meta":[""],"astra-migrate-meta-layouts":["set"],"um_content_restriction":["a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}"],"_wp_old_date":["2018-04-30","2023-09-07"],"_thumbnail_id":["87289"],"_seopress_social_fb_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"_seopress_social_fb_desc":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"_seopress_social_fb_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-Social-Media.jpg"],"_seopress_social_fb_img_attachment_id":["87290"],"_seopress_social_fb_img_width":["2501"],"_seopress_social_fb_img_height":["1309"],"_seopress_social_twitter_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"_seopress_social_twitter_desc":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"_seopress_social_twitter_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-Social-Media.jpg"],"_seopress_social_twitter_img_attachment_id":["87290"],"_seopress_social_twitter_img_width":["2501"],"_seopress_social_twitter_img_height":["1309"],"_wp_old_slug":["setup-mailgun-post-smtp"],"_seopress_analysis_target_kw":["Setup Mailgun for WordPress"],"_eael_post_view_count":["7271"],"post_views_count":["421"],"ezd_doc_layout":[""],"ezd_doc_content_type":[""],"ezd_doc_content_type_right":[""],"ezd_doc_content_box_right":[""],"rank_math_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"rank_math_description":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"rank_math_focus_keyword":["Setup Mailgun for WordPress"],"rank_math_facebook_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"rank_math_facebook_description":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"rank_math_facebook_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-Social-Media.jpg"],"rank_math_twitter_title":["How to Set Up Mailgun for WordPress Emails [3 Easy Steps]"],"rank_math_twitter_description":["Are you looking for an easy way to connect Mailgun with your WordPress site? Read on to learn how to set up Mailgun for WordPress emails in 3 easy steps."],"rank_math_twitter_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-Social-Media.jpg"],"rank_math_facebook_image_id":["87290"],"rank_math_twitter_image_id":["87290"],"rank_math_twitter_use_facebook":["off"],"rank_math_robots":["a:1:{i:0;s:0:\"\";}"],"rank_math_seo_score":["35"],"old_thumbnail_id":["87288"],"copied_media_ids":["a:14:{i:0;i:90158;i:1;i:87275;i:2;i:87276;i:3;i:87277;i:4;i:87278;i:5;i:87280;i:6;i:87281;i:7;i:87282;i:8;i:87283;i:9;i:87284;i:10;i:87285;i:11;i:87286;i:12;i:87287;i:13;i:87279;}"],"referenced_media_ids":["a:1:{i:0;i:87289;}"],"_wpml_word_count":["1474"],"_wpml_location_migration_done":["1"],"ezd_doc_contributors":["6407,"],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1777879122\";s:18:\"_uagb_toc_headings\";a:10:{i:0;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:34:\"what-is-mailgun-smtp-email-service\";s:7:\"content\";s:35:\"What is Mailgun SMTP Email Service?\";s:5:\"depth\";i:2;}i:1;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:71:\"why-is-it-better-to-use-mailgun-smtp-email-service-for-wordpress-emails\";s:7:\"content\";s:72:\"Why Is It Better to Use Mailgun SMTP Email Service for WordPress Emails?\";s:5:\"depth\";i:2;}i:2;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:61:\"requirements-for-configuring-mailgun-to-send-wordpress-emails\";s:7:\"content\";s:61:\"Requirements for Configuring Mailgun to Send WordPress Emails\";s:5:\"depth\";i:2;}i:3;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:51:\"3-easy-steps-to-set-up-mailgun-for-wordpress-emails\";s:7:\"content\";s:51:\"3 Easy Steps to Set Up Mailgun for WordPress Emails\";s:5:\"depth\";i:2;}i:4;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:58:\"step-1-install-and-activate-the-post-smtp-wordpress-plugin\";s:7:\"content\";s:60:\"Step #1: Install and Activate the Post SMTP WordPress Plugin\";s:5:\"depth\";i:3;}i:5;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:51:\"step-2-create-a-new-api-key-in-your-mailgun-account\";s:7:\"content\";s:53:\"Step #2: Create a New API Key in Your Mailgun Account\";s:5:\"depth\";i:3;}i:6;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:65:\"step-3-add-your-mailgun-account-details-in-post-smtp-setup-wizard\";s:7:\"content\";s:67:\"Step #3: Add Your Mailgun Account Details in Post SMTP Setup Wizard\";s:5:\"depth\";i:3;}i:7;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:50:\"dont-forget-to-test-wordpress-email-deliverability\";s:7:\"content\";s:53:\"Don\u2019t Forget to Test WordPress Email Deliverability\";s:5:\"depth\";i:2;}i:8;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:70:\"key-takeaways-install-post-smtp-to-set-up-mailgun-for-wordpress-emails\";s:7:\"content\";s:72:\"Key Takeaways - Install Post SMTP to Set Up Mailgun for WordPress Emails\";s:5:\"depth\";i:2;}i:9;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:26:\"frequently-asked-questions\";s:7:\"content\";s:26:\"Frequently Asked Questions\";s:5:\"depth\";i:2;}}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:8757:\".wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6a49e24e{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-container.uagb-block-21a93d71{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;overflow: visible;order: initial;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-heading-text{color: #214a72;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading {text-align: center;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-desc-text{color: #737373;margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-heading-text{font-family: \"Poppins\";font-weight: 700;font-size: 28px;margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-desc-text{font-family: \"Poppins\";font-weight: 500;font-size: 16px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:13:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:10:\"core\/image\";i:3;s:9:\"core\/list\";i:4;s:14:\"core\/list-item\";i:5;s:20:\"wpseopress\/faq-block\";i:6;s:14:\"uagb\/container\";i:7;s:10:\"uagb\/image\";i:9;s:21:\"uagb\/advanced-heading\";i:10;s:17:\"gutena\/newsletter\";i:11;s:22:\"gutena\/newsletter-form\";i:12;s:29:\"gutena\/newsletter-input-field\";i:13;s:31:\"gutena\/newsletter-submit-button\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777879122\";s:6:\"gfonts\";a:1:{s:7:\"Poppins\";a:2:{s:10:\"fontfamily\";s:7:\"Poppins\";s:12:\"fontvariants\";a:2:{i:0;s:3:\"700\";i:1;s:3:\"500\";}}}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",746,240,false],"thumbnail":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141-150x150.jpg",150,150,true],"medium":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141-300x97.jpg",300,97,true],"medium_large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",746,240,false],"large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",746,240,false],"ezd_searrch_thumb16x16":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",16,5,false],"ezd_searrch_thumb50x50":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",50,16,false],"ezd_embed_thumb":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",100,32,false],"1536x1536":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",746,240,false],"2048x2048":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",746,240,false],"gform-image-choice-sm":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",300,97,false],"gform-image-choice-md":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",400,129,false],"gform-image-choice-lg":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/09\/post-smtp-blog_How-to-Set-Up-Mailgun-for-WordPress-Emails-141.jpg",600,193,false]},"uagb_author_info":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"uagb_comment_info":0,"uagb_excerpt":"Do you know that if you set up Mailgun for WordPress emails, [&hellip;]","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/postmansmtp.com\/category\/guides\/\" class=\"advgb-post-tax-term\">Guides<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Guides<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Publicado 3 a\u00f1os hace","modified":"Actualizado 2 meses hace"},"absolute_dates":{"created":"Publicado el septiembre 19, 2023","modified":"Actualizado el marzo 11, 2026"},"absolute_dates_time":{"created":"Publicado el septiembre 19, 2023 8:57 am","modified":"Actualizado el marzo 11, 2026 7:26 am"},"featured_img_caption":"","series_order":"","_links":{"self":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/8055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/users\/6276"}],"replies":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/comments?post=8055"}],"version-history":[{"count":0,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/8055\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media\/87289"}],"wp:attachment":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media?parent=8055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/categories?post=8055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/tags?post=8055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}