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/health-report.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
		<meta name="format-detection" content="telephone=no" /> 
		<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" />
		<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

		<title><?php echo $this->get_health_report()->get_report_subject(); ?></title>

		<style type="text/css">
			body {
				font-family: 'Helvetica', 'Arial', sans-serif;
				font-size: 14px;
				background: #eeeeee;
			}

			/* GENERAL STYLE RESETS */
			body, #bodyTable { height:100% !important; width:100% !important; margin:0; padding:0; }
			img, a img { border:0; outline:none; text-decoration:none; }
			.imageFix { display:block; }
			table, td { border-collapse:collapse; }

			/* CLIENT-SPECIFIC RESETS */
			.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} 
			.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} 
			table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} 
			img{-ms-interpolation-mode: bicubic;} 
			body, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}
		</style>
	</head>

	<body style="padding:0; margin:0; background-color: #eeeeee;" bgcolor="#eeeeee">

		<table border="0" cellpadding="0" cellspacing="0" style="margin: 0; padding: 0" width="100%">
			<tr>
				<!-- wrap the main contents of the email -->
				<td align="left" style="width: 100% !important; height: 100px !important; padding: 20px;" valign="top">
					<table width="640" cellspacing="0" cellpadding="0" bgcolor="#ffffff" style="background-color: #ffffff;">
						<tr>
							<td>
								<?php $this->render_view( 'health-report/header' ); ?>
							</td>
						</tr>
						<tr>
							<td style="padding: 20px;">
							<?php
							$this->render_view( 'health-report/emails-sent' );
							$this->render_view( 'health-report/email-failures' );

							if ( ! $this->is_pro() ) {
								$this->render_view( 'health-report/upgrade' );;
							}
							?>
							</td>
						</tr>
						<tr>
							<td>
								<?php $this->render_view( 'health-report/footer' ); ?>
							</td>
						</tr>
					</table><!-- 640px table -->
				</td><!-- end main contents wrap -->
			</tr>
		</table><!-- 100% width table -->

	</body>

</html>