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/complete-verification.php
<div id="tab-complete-verification" data-prefix="wposes" class="wposes-tab wposes-content">
	<h2><?php _e( 'Complete Verification', 'wp-offload-ses' ); ?></h2>

	<div class="wposes-show-domain">
		<p>
			<?php printf(
				__( 'The domain %1$s has been added to your Amazon SES account and is pending verification. To complete verification, you will need to update the DNS for %2$s with the following CNAME records:', 'wp-offload-ses' ),
				'<span class="wposes-sender"></span>',
				'<span class="wposes-sender"></span>'
			); ?>
		</p>

		<ol>
			<li><?php _e( 'Log in to your DNS provider and navigate to the DNS records.', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Add new <strong>CNAME</strong> records with the below names and values.', 'wp-offload-ses' ); ?></li>
		</ol>

		<table class="wposes-domain-dns"></table>

		<p>
			<?php
			printf(
				__( 'For more information on updating the DNS, please see <a href="%s" target="_blank">Amazon SES Domain Verification CNAME Records</a>.', 'wp-offload-ses' ),
				'https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#just-verify-domain-proc'
			);
			?>
		</p>

		<p><?php _e( 'Once updated, it can take some time for the DNS to propagate and for Amazon to verify the domain. Feel free to finish configuring the plugin in the meantime.', 'wp-offload-ses' ); ?></p>
	</div>

	<div class="wposes-show-email" style="display:none">
		<p><?php printf( __( 'A confirmation email has been sent from Amazon to %s.', 'wp-offload-ses' ), '<span class="wposes-sender"></span>' ); ?></p>
		<p><?php _e( 'Click the link in the email to add this email address as a verified sender.', 'wp-offload-ses' ); ?></p>
	</div>

	<?php
	$args = array(
		'previous_hash' => 'verify-sender',
		'next_hash'     => 'configure-wp-offload-ses',
		'next_title'    => __( 'Next: Configure WP Offload SES', 'wp-offload-ses' ),
		'step'          => 5,
	);
	$this->render_view( 'setup/nav', $args );
	?>
</div>