wp_mail_smtp()->assets_url . '/images/providers/sendgrid.svg', 'slug' => 'sendgrid', 'title' => esc_html__( 'SendGrid', 'wp-mail-smtp' ), 'description' => sprintf( wp_kses( /* translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag. */ __( '%1$sSendGrid%2$s is one of the leading transactional email services, sending over 35 billion emails every month. They provide users 100 free emails per day.

Read our %3$sSendGrid documentation%4$s to learn how to set up SendGrid and improve your email deliverability.', 'wp-mail-smtp' ), [ 'br' => [], 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ), '', '', '', '' ), 'supports' => [ 'from_email' => true, 'from_name' => true, 'return_path' => false, 'from_email_force' => true, 'from_name_force' => true, ], ] ); } /** * @inheritdoc */ public function display_options() { ?>
options->is_const_defined( $this->get_slug(), 'api_key' ) ) : ?> display_const_set_message( 'WPMS_SENDGRID_API_KEY' ); ?>

' . esc_html__( 'Create API Key', 'wp-mail-smtp' ) . '' ); ?>
Mail Send' ); ?>