wp_mail_smtp()->assets_url . '/images/providers/mailgun.svg', 'slug' => 'mailgun', 'title' => esc_html__( 'Mailgun', 'wp-mail-smtp' ), 'description' => sprintf( wp_kses( /* translators: %1$s - URL to mailgun.com; %2$s - URL to Mailgun documentation on wpmailsmtp.com */ __( 'Mailgun is a transactional email provider that offers a generous 3-month free trial. After that, it offers a \'Pay As You Grow\' plan that allows you to pay for what you use without committing to a fixed monthly rate.

To get started, read our Mailgun documentation.', 'wp-mail-smtp' ), array( 'br' => array(), 'a' => array( 'href' => array(), 'rel' => array(), 'target' => array(), ), ) ), 'https://www.mailgun.com', esc_url( wp_mail_smtp()->get_utm_url( 'https://wpmailsmtp.com/docs/how-to-set-up-the-mailgun-mailer-in-wp-mail-smtp/', 'Mailgun documentation' ) ) ), ), $connection ); } /** * @inheritdoc */ public function display_options() { ?>
connection_options->is_const_defined( $this->get_slug(), 'api_key' ) ) : ?> display_const_set_message( 'WPMS_MAILGUN_API_KEY' ); ?> get_slug(); $value = $this->connection_options->get( $this->get_slug(), 'api_key' ); UI::hidden_password_field( [ 'name' => "wp-mail-smtp[{$slug}][api_key]", 'id' => "wp-mail-smtp-setting-{$slug}-api_key", 'value' => $value, 'clear_text' => esc_html__( 'Remove API Key', 'wp-mail-smtp' ), ] ); ?>

get a Mailgun API Key. Generate a key in the "Mailgun API Keys" section.', 'wp-mail-smtp' ), 'https://app.mailgun.com/settings/api_security' ), [ 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ); ?>

connection_options->is_const_defined( $this->get_slug(), 'domain' ) ? 'disabled' : ''; ?> id="wp-mail-smtp-setting-get_slug() ); ?>-domain" spellcheck="false" />

' . esc_html__( 'Get a Domain Name', 'wp-mail-smtp' ) . '' ); ?>


More information on Mailgun.com.', 'wp-mail-smtp' ), array( 'a' => array( 'href' => array(), 'rel' => array(), 'target' => array(), ), ) ), 'https://www.mailgun.com/regions' ); ?>