Email newsletter

{{#if this.post.email.isSuccess}} {{!-- Mail has already been sent --}}
{{svg-jar "send-email" class="w6 h6 stroke-midlightgrey"}}

Post was sent by email to

{{gh-pluralize this.post.email.emailCount "member"}}

Subject: {{this.post.email.subject}}
Sent: {{gh-format-post-time this.post.email.createdAtUTC}}

View sent email

{{else if (or this.retryEmail.isRunning this.post.email.isFailure)}} {{!-- Mail failed to send --}}
{{svg-jar "warning" class="w7 h7 fill-red"}}

Post failed to send to

{{gh-pluralize this.post.email.emailCount "member"}}

Email failed to send when publishing this post. Please verify your email settings if the error persists.

Error: {{this.post.email.error}}

Subject: {{this.post.email.subject}}
Tried: {{gh-format-post-time this.post.email.createdAtUTC}}
View email
{{else}} {{!-- Mail not sent yet --}} {{#if this.mailgunError}}

{{svg-jar "info" class="w5 h5 fill-yellow nl1"}} You need to configure Mailgun in Settings → Email newsletter to enable email newsletters.

{{/if}}
Preview in browser
{{#if this.sendTestEmailError}}

{{this.sendTestEmailError}}

{{/if}}
{{/if}}