HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux Droplet-NYC1-3 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/belairhomeloan.com/wp-content/plugins/wp-ses/view/setup/start.php
<div id="tab-start" data-prefix="wposes" class="wposes-tab wposes-content">
	<div>
		<div style="float: left; margin: 0 1em 1em 0">
			<img class="wposes-logo" src="<?php echo $this->plugins_url( 'assets/img/ses-logo.jpg' ) ?>" />
		</div>
		<h2><?php _e( 'Thanks for installing WP Offload SES! 🎉', 'wp-offload-ses' ); ?></h2>
		<p><?php _e( 'This setup wizard will guide you through the initial setup of the plugin. Once complete, your site will start sending emails through Amazon SES.', 'wp-offload-ses' ); ?></p>
		<p><?php printf( __( 'If you\'d rather configure everything manually, you can <a href="%s">skip setup</a> and enter the settings for the plugin.', 'wp-offload-ses' ), $this->get_plugin_page_url( array( 'skip-setup' => true, 'hash' => 'settings' ), 'self' ) ); ?></p>
		<div class="clearfix"></div>
	</div>

	<h2><?php _e( 'Amazon SES Setup', 'wp-offload-ses' ); ?></h2>
	<p>
		<?php _e( 'The following steps will walk you through the process of setting up the WP Offload SES plugin. Each step is clearly outlined with screenshots to guide you through these processes:', 'wp-offload-ses' ); ?>
	</p>
	<ul>
		<li><?php _e( 'Getting your AWS Access Keys and using them with this plugin', 'wp-offload-ses' ); ?></li>
		<li><?php _e( 'Moving your Amazon SES account out of sandbox mode', 'wp-offload-ses' ); ?></li>
		<li><?php _e( 'Validating a sender or domain to use Amazon SES', 'wp-offload-ses' ); ?></li>
		<li><?php _e( 'Configuring the plugin to send emails over Amazon SES', 'wp-offload-ses' ); ?></li>
	</ul>
	<p>
		<?php _e( 'The whole process usually takes 15-30 minutes, depending on your pace and external factors like DNS propagation and Amazons\' account verification.', 'wp-offload-ses' ); ?>
	</p>

	<div class="notice notice-info inline wposes-click-to-copy-show" style="display: none;">
		<p>
			<?php _e( 'Text that looks like <code data-wposes-copy>this</code> can be clicked to copy it to your clipboard for easy pasting. <code data-wposes-copy>Try me!</code>', 'wp-offload-ses' ); ?>
		</p>
	</div>
	<p>
		<?php
			$msg = __( 'When you\'re ready to begin, click <strong>Get Started</strong> below.', 'wp-offload-ses' );

			if ( $this->is_pro() && ( ! is_multisite() || is_network_admin() ) ) {
				$msg = __( 'When you\'re ready to begin, enter your license key and click <strong>Get Started</strong> below.', 'wp-offload-ses' );
			}

			echo $msg;
		?>
	</p>

	<?php
		if ( ! is_multisite() || is_network_admin() ) {
			do_action( 'wposes_licence_field' );
		}
	?>

	<?php
		$args = array(
			'previous_hash' => '',
			'next_hash'     => 'create-iam-user',
			'next_title'    => __( 'Get Started', 'wp-offload-ses' ),
			'step'          => 0,
		);
		$this->render_view( 'setup/nav', $args );
	?>
</div>