diff --git a/templates/mail/push_notifications/idle_worker.tpl b/templates/mail/push_notifications/idle_worker.tpl new file mode 100644 index 00000000..5036ae06 --- /dev/null +++ b/templates/mail/push_notifications/idle_worker.tpl @@ -0,0 +1,5 @@ +

One of your workers is currently IDLE: {nocache}{$DATA.worker}{/nocache}

+

We have not received any shares for this worker in the past 10 minutes.

+

Since monitoring is enabled for this worker, this notification was sent.

+
+

Please check your workers!

diff --git a/templates/mail/push_notifications/new_block.tpl b/templates/mail/push_notifications/new_block.tpl new file mode 100644 index 00000000..b8607b6f --- /dev/null +++ b/templates/mail/push_notifications/new_block.tpl @@ -0,0 +1 @@ +

{nocache}Block Number {$DATA.height} has been discovered by {$DATA.finder} with a total value of {$DATA.amount} {$DATA.currency}! The current difficulty is {$DATA.difficulty}.{/nocache}

diff --git a/templates/mail/push_notifications/payout.tpl b/templates/mail/push_notifications/payout.tpl new file mode 100644 index 00000000..7c0d8e35 --- /dev/null +++ b/templates/mail/push_notifications/payout.tpl @@ -0,0 +1,2 @@ +

You account has been debited and the coins have been sent to your wallet.

+

Amount: {nocache}{$DATA.amount}{/nocache}

diff --git a/templates/mail/push_notifications/success_login.tpl b/templates/mail/push_notifications/success_login.tpl new file mode 100644 index 00000000..97fcce9d --- /dev/null +++ b/templates/mail/push_notifications/success_login.tpl @@ -0,0 +1,5 @@ +

Your account has successfully logged in

+

User: {$DATA.LOGINUSER}

+

IP: {$DATA.LOGINIP}

+

Time: {$DATA.LOGINTIME}

+

If you initiated this login, you can ignore this message. If you did NOT, please notify an administrator.