<!DOCTYPE html>
<html>
<head>
<title>Fake Outlook Email Template</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.email-container {
background-color: #ffffff;
border: 1px solid #dcdcdc;
border-radius: 5px;
padding: 20px;
max-width: 600px;
margin: auto;
}
.header {
background-color: #0078d4;
color: white;
padding: 10px;
text-align: center;
border-radius: 5px 5px 0 0;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #888888;
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h2>University of Wollongong</h2>
</div>
<p>Dear Concerned,</p>
<p>Greetings from the University of Wollongong, Australia!</p>
<p>The applicant, <strong>Tanvi Krunal Patel</strong>, has applied for the <strong>Master of Information Technology (Major: Information Systems Development)</strong> program at the University of Wollongong, Australia. As part of the application, an Education Loan has been submitted to demonstrate funding for the first year of the study period.</p>
<p>We kindly request you to authenticate the attached Education Loan for verification purposes.</p>
<p>Your cooperation and timely assistance in this matter are highly appreciated.</p>
<p>Regards,</p>
<p>Manish Mishra<br>
Student Administration Services Division<br>
University of Wollongong NSW 2522<br>
T 1300 367 869 (onshore)<br>
T +61 2 4221 3218 (offshore)<br>
<a href="http://uow.edu.au/study">uow.edu.au/study</a> |
<a href="https://www.facebook.com/UOW">Facebook</a> |
<a href="https://twitter.com/UOW">Twitter</a> |
<a href="https://www.instagram.com/uow_edu/">Instagram</a> |
<a href="https://www.linkedin.com/school/university-of-wollongong/">LinkedIn</a>
</p>
<div class="footer">
<p>This email is intended for the recipient only and may contain confidential information.</p>
</div>
</div>
</body>
</html>