connector_factory = $connector_factory; $this->plugin_data = $plugin_data_store; $this->emails = $emails_model; $this->logs = $log_model; $this->email_endpoint = $email_endpoint; } protected function get_nonce_name() { return self::ACTION_NAME; } protected function get_test_email_markup( $as_html ) { if ( empty( $as_html ) ) { return esc_html__( 'Test Successful', 'gravitysmtp' ) . "\r\n\r\n" . esc_html__( 'Congratulations! Gravity SMTP is sending emails correctly!', 'gravitysmtp' ) . "\r\n" . esc_html__( 'Gravity SMTP is taking care of sending your emails, so now you can focus on the content of your emails and leave the technical details to us.', 'gravitysmtp' ); } $image_base_url = \Gravity_Forms\Gravity_SMTP\Gravity_SMTP::get_base_url() . '/assets/images/email-templates/'; return '
|