Postmark is a transactional email provider that offers great deliverability and accessible pricing for any business. You can start out with the free trial that allows you to send 100 test emails each month via its secure API.', 'wp-mail-smtp' ) . '

' . /* translators: %2$s - URL to wpmailsmtp.com doc. */ __( 'To get started, read our Postmark documentation.', 'wp-mail-smtp' ), [ 'strong' => true, 'br' => true, 'a' => [ 'href' => true, 'rel' => true, 'target' => true, ], ] ), 'https://postmarkapp.com', esc_url( wp_mail_smtp()->get_utm_url( 'https://wpmailsmtp.com/docs/how-to-set-up-the-postmark-mailer-in-wp-mail-smtp/', 'Postmark documentation' ) ) ); parent::__construct( [ 'logo_url' => wp_mail_smtp()->assets_url . '/images/providers/postmark.svg', 'slug' => self::SLUG, 'title' => esc_html__( 'Postmark', 'wp-mail-smtp' ), 'php' => '5.6', 'description' => $description, 'supports' => [ 'from_email' => true, 'from_name' => true, 'return_path' => false, 'from_email_force' => true, 'from_name_force' => true, ], 'recommended' => false, ], $connection ); } /** * Output the mailer provider options. * * @since 3.1.0 */ public function display_options() { // Do not display options if PHP version is not correct. if ( ! $this->is_php_correct() ) { $this->display_php_warning(); return; } ?>
connection_options->is_const_defined( $this->get_slug(), 'server_api_token' ) ) : ?> display_const_set_message( 'WPMS_POSTMARK_SERVER_API_TOKEN' ); ?> get_slug(); $value = $this->connection_options->get( $this->get_slug(), 'server_api_token' ); UI::hidden_password_field( [ 'name' => "wp-mail-smtp[{$slug}][server_api_token]", 'id' => "wp-mail-smtp-setting-{$slug}-server_api_token", 'value' => $value, 'clear_text' => esc_html__( 'Remove Server API Token', 'wp-mail-smtp' ), ] ); ?>

' . esc_html__( 'Get Server API Token', 'wp-mail-smtp' ) . '' ); ?>

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

optional. By default outbound (Default Transactional Stream) will be used. More information can be found in our Postmark documentation.', 'wp-mail-smtp' ), [ 'strong' => [], 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ), esc_url( wp_mail_smtp()->get_utm_url( 'https://wpmailsmtp.com/docs/how-to-set-up-the-postmark-mailer-in-wp-mail-smtp/#message-stream', 'Postmark documentation - message stream' ) ) ); ?>