word-salad/resources/views/guest/unsubscribe-success.blade.php

27 lines
1.0 KiB
PHP
Raw Permalink Normal View History

@extends('layouts.guest')
@section('title', 'Subscription Removed')
@section('content')
<section style="max-width: 1100px;">
<h1>Subscription Removed</h1>
<p>Please allow up to five minutes for this to take effect*. You will no longer receive emails from me. Thank you for your interest.</p>
<hr />
<aside>
<i>
*Ever wonder why unsubscribe pages often say something like this?
Well, there are a number of common reasons, but in this case, it's
because emails take a little bit of time to send. So if I need to
notify 10,000 subscribers about a new article, and it takes a tenth
of a second to send each email, then from the time I start sending
to the first subscriber in the list to the last subscriber, several
minutes have passed. And it's very possible you clicked the
unsubscribe link somewhere in that time frame and an email has
already been queued up to be sent.
</i>
</aside>
</section>
@endsection