Pepipost is a transactional email service. Every month Pepipost delivers over 8 billion emails from 20,000+ customers. Their mission is to reliably send emails in the most efficient way and at the most disruptive pricing ever. Pepipost provides users 30,000 free emails the first 30 days.', 'wp-mail-smtp' ) . '

' . /* translators: %1$s - URL to wpmailsmtp.com doc. */ __( 'Read our Pepipost documentation to learn how to configure Pepipost and improve your email deliverability.', 'wp-mail-smtp' ), array( 'br' => true, 'a' => array( 'href' => true, 'rel' => true, 'target' => true, ), ) ), 'https://wpmailsmtp.com/go/pepipost/', 'https://wpmailsmtp.com/docs/how-to-set-up-the-pepipost-mailer-in-wp-mail-smtp' ); $api_key = PluginOptions::init()->get( self::SLUG, 'api_key' ); if ( empty( $api_key ) ) { $description .= '

' . esc_html__( 'Get Started with Pepipost', 'wp-mail-smtp' ) . '

'; } parent::__construct( [ 'logo_url' => wp_mail_smtp()->assets_url . '/images/providers/pepipost.png', 'slug' => self::SLUG, 'title' => esc_html__( 'Pepipost', 'wp-mail-smtp' ), 'description' => $description, 'php' => '5.3', 'supports' => [ 'from_email' => true, 'from_name' => true, 'return_path' => false, 'from_email_force' => true, 'from_name_force' => true, ], ] ); } /** * Output the mailer provider options. * * @since 1.8.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; } ?>
options->is_const_defined( $this->get_slug(), 'api_key' ) ) : ?> display_const_set_message( 'WPMS_PEPIPOST_API_KEY' ); ?>

' . esc_html__( 'Get the API Key', 'wp-mail-smtp' ) . '' ); ?>