Thank you for trying out WP Mail SMTP. We're on a mission to make sure that your emails actually get delivered.
is_pro() ) : ?>
If you find this free plugin useful, please consider giving WP Mail SMTP Pro a try!
Jared Atchison Co-Founder, WP Mail SMTP
|
is_pro() ) : ?>
Unlock Powerful Features with WP Mail SMTP Pro
Email Logging with Email Resending
Open & Click Tracking
Email Reports with Weekly Summary
Backup Mailer
Failed Email Alerts via Email, Slack, and SMS
World-Class Support
WP Mail SMTP users get $50 off, automatically applied at checkout
|
|
|
is_pro() ) {
// WP Mail SMTP Pro paid installed.
$message =
'Congrats, test email was sent successfully!
Thank you for trying out WP Mail SMTP. We are on a mission to make sure your emails actually get delivered.
- Jared Atchison
Co-Founder, WP Mail SMTP';
} else {
// Free WP Mail SMTP is installed.
$message =
'Congrats, test email was sent successfully!
Thank you for trying out WP Mail SMTP. We are on a mission to make sure your emails actually get delivered.
If you find this free plugin useful, please consider giving WP Mail SMTP Pro a try!
https://wpmailsmtp.com/lite-upgrade/
Unlock These Powerful Features with WP Mail SMTP Pro:
+ Log all emails and resend failed emails from your email log
+ Track opens and clicks to measure the engagement
+ Get email reports with a weekly summary of your email activity
+ Use a backup mailer if your mail service goes down
+ Get notified of failed emails via email, Slack, or SMS
+ Get help from our world-class support team
- Jared Atchison
Co-Founder, WP Mail SMTP';
}
// phpcs:enable
return $message;
}
/**
* Set the HTML content type for a test email.
*
* @since 1.4.0
*
* @return string
*/
public static function set_test_html_content_type() {
return 'text/html';
}
/**
* Prepare debug information, that will help users to identify the error.
*
* @since 1.0.0
*
* @param MailCatcherInterface $phpmailer The MailCatcher object.
* @param string $smtp_debug The SMTP debug message.
*
* @return string
*/
protected function get_debug_messages( $phpmailer, $smtp_debug ) {
$connection_options = $this->connection->get_options();
$conflicts = new Conflicts();
$this->debug['mailer'] = $connection_options->get( 'mail', 'mailer' );
/*
* Versions Debug.
*/
$versions_text = '
' . $description . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
} else {
echo $description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
}
?>
is_pro() ) : ?>
submit a support ticket.', 'wp-mail-smtp' ),
array(
'a' => array(
'href' => array(),
'rel' => array(),
'target' => array(),
),
)
),
// phpcs:ignore WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound
esc_url( wp_mail_smtp()->get_utm_url( 'https://wpmailsmtp.com/account/support/', [ 'medium' => 'email-test', 'content' => 'submit a support ticket' ] ) )
);
?>
upgrade to WP Mail SMTP Pro. Along with getting expert support, you will also get Notification controls, Email Logging, and integrations for Amazon SES, Office 365, and Outlook.com.', 'wp-mail-smtp' ),
array(
'a' => array(
'href' => array(),
'target' => array(),
'rel' => array(),
),
)
),
esc_url( wp_mail_smtp()->get_upgrade_link( 'email-test-fail' ) )
)
?>
%s off regular pricing, automatically applied at checkout!', 'wp-mail-smtp' ),
array(
'span' => array(
'class' => array(),
),
)
),
'$50'
);
?>
limited support on the WordPress.org support forums. You can create a support thread there, but please understand that free support is not guaranteed and is limited to simple issues. If you have an urgent or complex issue, then please consider upgrading to WP Mail SMTP Pro to access our priority support ticket system.', 'wp-mail-smtp' ),
array(
'a' => array(
'href' => array(),
'rel' => array(),
'target' => array(),
),
)
),
'https://wordpress.org/support/topic/wp-mail-smtp-support-policy/',
'https://wordpress.org/support/plugin/wp-mail-smtp/',
esc_url( wp_mail_smtp()->get_upgrade_link( 'email-test-fail' ) )
);
?>
debug['error_log'], $allowed_tags ); ?>
domain_checker ) || $this->domain_checker->no_issues() ) {
return;
}
$this->display_title_section();
?>
domain_checker->is_supported_mailer() ) : ?>