mirror of
https://github.com/knadh/listmonk.git
synced 2025-11-09 09:12:56 +08:00
deploy: fcdea6050e
This commit is contained in:
parent
4e956f84a2
commit
ec5001d057
3 changed files with 27 additions and 4 deletions
|
|
@ -362,6 +362,13 @@
|
|||
External webhooks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#verification" class="md-nav__link">
|
||||
Verification
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -597,6 +604,13 @@
|
|||
External webhooks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#verification" class="md-nav__link">
|
||||
Verification
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -616,14 +630,14 @@
|
|||
|
||||
<h1 id="bounce-processing">Bounce processing<a class="headerlink" href="#bounce-processing" title="Permanent link">¶</a></h1>
|
||||
<p>Enable bounce processing in Settings -> Bounces. POP3 bounce scanning and APIs only become available once the setting is enabled.</p>
|
||||
<h3 id="pop3-bounce-mailbox">POP3 bounce mailbox<a class="headerlink" href="#pop3-bounce-mailbox" title="Permanent link">¶</a></h3>
|
||||
<h2 id="pop3-bounce-mailbox">POP3 bounce mailbox<a class="headerlink" href="#pop3-bounce-mailbox" title="Permanent link">¶</a></h2>
|
||||
<p>Configure the bounce mailbox in Settings -> Bounces. Either the "From" e-mail that is set on a campaign (or in settings) should have a POP3 mailbox behind it to receive bounce e-mails, or you should configure a dedicated POP3 mailbox and add that address as the <code>Return-Path</code> (envelope sender) header in Settings -> SMTP -> Custom headers box. For example:</p>
|
||||
<div class="highlight"><pre><span></span><code>[
|
||||
{"Return-Path": "your-bounce-inbox@site.com"}
|
||||
]
|
||||
</code></pre></div>
|
||||
<p>Some mail servers may also return the bounce to the <code>Reply-To</code> address, which can also be added to the header settings.</p>
|
||||
<h3 id="webhook-api">Webhook API<a class="headerlink" href="#webhook-api" title="Permanent link">¶</a></h3>
|
||||
<h2 id="webhook-api">Webhook API<a class="headerlink" href="#webhook-api" title="Permanent link">¶</a></h2>
|
||||
<p>The bounce webhook API can be used to record bounce events with custom scripting. This could be by reading a mailbox, a database, or mail server logs.</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
@ -693,7 +707,7 @@
|
|||
<span class="w"> </span>-H<span class="w"> </span><span class="s2">"Content-Type: application/json"</span><span class="w"> </span><span class="se">\</span>
|
||||
<span class="w"> </span>--data<span class="w"> </span><span class="s1">'{"email": "user1@mail.com", "campaign_uuid": "9f86b50d-5711-41c8-ab03-bc91c43d711b", "source": "api", "type": "hard", "meta": "{\"additional\": \"info\"}}'</span>
|
||||
</code></pre></div>
|
||||
<h3 id="external-webhooks">External webhooks<a class="headerlink" href="#external-webhooks" title="Permanent link">¶</a></h3>
|
||||
<h2 id="external-webhooks">External webhooks<a class="headerlink" href="#external-webhooks" title="Permanent link">¶</a></h2>
|
||||
<p>listmonk supports receiving bounce webhook events from the following SMTP providers.</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
@ -716,6 +730,15 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="verification">Verification<a class="headerlink" href="#verification" title="Permanent link">¶</a></h2>
|
||||
<p>You can use Amazon's test emails to make sure everything's working: https://docs.aws.amazon.com/ses/latest/dg/send-an-email-from-console.html
|
||||
<div class="highlight"><pre><span></span><code>success@simulator.amazonses.com
|
||||
bounce@simulator.amazonses.com
|
||||
complaint@simulator.amazonses.com
|
||||
suppressionlist@simulator.amazonses.com
|
||||
</code></pre></div>
|
||||
They all count as <em>hard</em> bounces. </p>
|
||||
<p>Exporting bounces: https://github.com/knadh/listmonk/issues/863</p>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Add table
Reference in a new issue