mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Applications now send a email and reddit notification message when the status is changed.
This commit is contained in:
9
templates/hr/emails/accepted.txt
Normal file
9
templates/hr/emails/accepted.txt
Normal 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
|
||||
1
templates/hr/emails/accepted_subject.txt
Normal file
1
templates/hr/emails/accepted_subject.txt
Normal file
@@ -0,0 +1 @@
|
||||
Application to {{ app.corporation }} accepted.
|
||||
11
templates/hr/emails/rejected.txt
Normal file
11
templates/hr/emails/rejected.txt
Normal 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
|
||||
1
templates/hr/emails/rejected_subject.txt
Normal file
1
templates/hr/emails/rejected_subject.txt
Normal file
@@ -0,0 +1 @@
|
||||
Application to {{ app.corporation }} rejected.
|
||||
Reference in New Issue
Block a user