changed emailer.send so that it processes a callback, if provided. Also added new option to receive emails every time a topic you subscribe to is posted to.
parent
4b3aa26abd
commit
bc9ede7b6c
@ -0,0 +1,16 @@
|
|||||||
|
<p>[[email:greeting_with_name, {username}]],</p>
|
||||||
|
|
||||||
|
<p>{intro}:</p>
|
||||||
|
<blockquote>{postBody}</blockquote>
|
||||||
|
|
||||||
|
<a href="{url}">[[email:notif.post.cta]]</a>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
[[email:closing]]<br />
|
||||||
|
<strong>{site_title}</strong>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<p>
|
||||||
|
[[email:notif.post.unsub.info]] <a href="{base_url}/user/{username}/settings">[[email:unsub.cta]]</a>.
|
||||||
|
</p>
|
@ -0,0 +1,14 @@
|
|||||||
|
[[email:greeting_with_name, {username}]],
|
||||||
|
|
||||||
|
{intro}:
|
||||||
|
|
||||||
|
{postBody}
|
||||||
|
|
||||||
|
[[email:notif.post.cta]]: {url}
|
||||||
|
|
||||||
|
[[email:closing]]
|
||||||
|
{site_title}
|
||||||
|
|
||||||
|
===
|
||||||
|
|
||||||
|
[[email:notif.post.unsub.info]] <a href="{base_url}/user/{username}/settings">[[email:unsub.cta]]</a>.
|
Loading…
Reference in New Issue