I would like this email to be ... || Fake Outlook Email Template
Free Access Fake Outlook Email Template
Generated on Mar 25, 2025, 2:42:37 PMgpt-4o-mini
User Prompt
I would like this email to be from Alexandra.Ecker@unh.edu. This email will detail to me, Abigail, that we do not have class on April 11th, as detailed in the syllabus
Generated Result
<!DOCTYPE html>
<html>
<head>
    <title>Fake Outlook Email</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f3f3f3;
            padding: 20px;
        }
        .email-container {
            background-color: #ffffff;
            border: 1px solid #dcdcdc;
            padding: 20px;
            border-radius: 5px;
            width: 600px;
            margin: auto;
        }
        .header {
            background-color: #0078d4;
            color: white;
            padding: 10px;
            text-align: center;
            border-radius: 5px 5px 0 0;
        }
        .content {
            margin: 20px 0;
        }
        .footer {
            font-size: 12px;
            color: #888888;
            text-align: center;
            margin-top: 20px;
        }
    </style>
</head>
<body>
    <div class="email-container">
        <div class="header">
            <h2>Microsoft Outlook</h2>
        </div>
        <div class="content">
            <p>From: Alexandra.Ecker@unh.edu</p>
            <p>To: Abigail</p>
            <p>Subject: Class Schedule Update</p>
            <p>Dear Abigail,</p>
            <p>I hope this message finds you well. I wanted to remind you that we do not have class on April 11th, as detailed in the syllabus.</p>
            <p>If you have any questions, feel free to reach out.</p>
            <p>Best regards,<br>Alexandra Ecker</p>
        </div>
        <div class="footer">
            <p>This email was sent from Microsoft Outlook.</p>
        </div>
    </div>
</body>
</html>