Send branded HTML emails and harden SMTP2GO webhooks.
Fix campaign stuck on sending under async queue, and stop UUID ValidationError when SMTP2GO tests send "Headers Unavailable".
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Campaign sent: {{ campaign_name }}
|
||||
|
||||
Your {{ channel_display }} campaign "{{ campaign_name }}" has finished sending.
|
||||
|
||||
Recipients: {{ total }}
|
||||
Sent: {{ sent }}
|
||||
Delivered: {{ delivered }}
|
||||
Failed / bounced: {{ failed }}
|
||||
Suppressed: {{ suppressed }}
|
||||
|
||||
{% if report_url %}Report: {{ report_url }}
|
||||
{% endif %}
|
||||
—
|
||||
{{ brand_name|default:"Monica Dhillon" }}
|
||||
{{ site_url|default:"https://mkdrealtor.com" }}
|
||||
{% if brand_tagline %}{{ brand_tagline }}{% endif %}
|
||||
Reference in New Issue
Block a user