Applications now send a email and reddit notification message when the status is changed.

This commit is contained in:
2010-04-20 22:10:31 +01:00
parent a2a32f398a
commit b8eaf202d7
6 changed files with 46 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
Hi {{ app.character }},
Congratulations, Your application to {{ app.corporation }} has been accepted. You will be accepted into the {{ app.corporation }} within the next 24 hours.
If you have any further questions regarding your application, please contact {{ app.corporation }} via the normal channels.
Regards,
{{ app.corporation }} HR Bot

View File

@@ -0,0 +1 @@
Application to {{ app.corporation }} accepted.

View File

@@ -0,0 +1,11 @@
Hi {{ app.character }},
Your application to {{ app.corporation }} has been rejected.
One of our Personnel people will contact you in a seperate method to explain why you have been rejected.
If you have any further questions regarding your application, please contact {{ app.corporation }} via the normal channels.
Regards,
{{ app.corporation }} HR Bot

View File

@@ -0,0 +1 @@
Application to {{ app.corporation }} rejected.