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() {
?>
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' => [], ], ] ); ?>
' . 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'
);
?>