Files
email-heros/spam-junk-reduction.html

109 lines
3.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Cleaner Inboxes</title>
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<div class="container">
<div class="topbar">
<div class="brand">
<div class="brand-mark" aria-hidden="true"></div>
<div class="brand-title">
<strong>Cleaner Inboxes</strong>
<span>Fewer distractions, less wasted time</span>
</div>
</div>
<nav class="nav" aria-label="Primary">
<a class="pill" href="index.html">Overview</a>
<a class="pill" href="secure-mail-delivery.html">Secure Delivery</a>
<a class="pill" href="routing-reliability.html">Reliability</a>
<a class="pill" href="delivery-help-errors.html">Delivery Help</a>
<a class="pill" href="#faq">FAQ</a>
</nav>
</div>
<section class="hero">
<div class="hero-inner">
<div>
<div class="kicker"><span class="kdot"></span> Productivity improvement</div>
<h1>Less junk email. More time for real work.</h1>
<p class="lead">
Spam isnt just annoying—it interrupts focus, buries important messages, and wastes time.
We improved filtering so unwanted email is handled more consistently and legitimate messages are less likely to be interrupted.
</p>
<div class="cta-row">
<a class="btn primary" href="#benefits">What this improves</a>
<a class="btn secondary" href="delivery-help-errors.html">Help when something looks wrong</a>
</div>
<div class="small-note">Cleaner behavior without aggressive blocking.</div>
</div>
<aside class="hero-side">
<h3>Office-friendly benefits</h3>
<ul>
<li>Cleaner inboxes throughout the day</li>
<li>More predictable Junk folder placement</li>
<li>Less time sorting and second-guessing</li>
</ul>
</aside>
</div>
</section>
<div class="section-title" id="benefits">What this improves</div>
<section class="grid">
<article class="card">
<h2>Cleaner inboxes</h2>
<p>Unwanted messages are more reliably routed away from the Inbox.</p>
<ul>
<li>Less clutter</li>
<li>Important messages stand out</li>
</ul>
</article>
<article class="card">
<h2>Fewer mistakes</h2>
<p>Legitimate emails are less likely to be incorrectly flagged.</p>
<ul>
<li>Less time “rescuing” messages</li>
<li>More confidence deleting suspicious mail</li>
</ul>
</article>
</section>
<div class="section-title">What employees can do (optional)</div>
<section class="card">
<p>
If a legitimate message lands in Junk, moving it back to the Inbox helps reinforce correct handling over time.
No special reporting needed.
</p>
</section>
<div class="section-title">FAQ</div>
<section class="grid">
<article class="card">
<h2>Do users need to change anything?</h2>
<p>No. This runs in the background and does not change daily workflow.</p>
</article>
<article class="card">
<h2>Will this disrupt delivery?</h2>
<p>No downtime was required, and the goal is improved consistency—not disruption.</p>
</article>
</section>
<footer class="footer">
<span><span class="tag"><b>Result</b> Less noise, fewer interruptions.</span></span>
<span><a href="index.html">Back to overview</a></span>
</footer>
</div>
</body>
</html>