wp_mail_smtp()->assets_url . '/images/providers/sendinblue.svg', 'slug' => self::SLUG, 'title' => esc_html__( 'Sendinblue', 'wp-mail-smtp' ), 'php' => '5.6', 'description' => sprintf( wp_kses( /* translators: %1$s - URL to sendinblue.com site. */ __( 'Sendinblue serves 80,000+ growing companies around the world and sends over 30 million emails each day. They provide users 300 free emails per day.', 'wp-mail-smtp' ) . '

' . /* translators: %2$s - URL to wpmailsmtp.com doc. */ __( 'Read our Sendinblue documentation to learn how to configure Sendinblue and improve your email deliverability.', 'wp-mail-smtp' ), array( 'br' => true, 'a' => array( 'href' => true, 'rel' => true, 'target' => true, ), ) ), 'https://wpmailsmtp.com/go/sendinblue/', 'https://wpmailsmtp.com/docs/how-to-set-up-the-sendinblue-mailer-in-wp-mail-smtp' ), ) ); } /** * Output the mailer provider options. * * @since 1.6.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_SENDINBLUE_API_KEY' ); ?>

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