correlate 0.3.0

correlate is a standalone server that listens for Stripe webhook events and sends notification emails about successful orders.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ subject }}

{% if message_summary %}
{{ message_summary }}
{% endif %}

From: {{ name }}

Message - {{ message }}

{% if cta_link %}
To see more details copy and paste the following link into your web browser: {{ cta_link }}
{% endif %}

Powered by correlate <https://crates.io/correlate>