Ported Mailer class from Hanyuu.
This commit is contained in:
parent
7cfdfc6bd8
commit
2446789b7d
7 changed files with 109 additions and 127 deletions
7
config/emails/email-change.txt
Normal file
7
config/emails/email-change.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Flashii.net E-mail Change
|
||||
|
||||
Hey %username%,
|
||||
|
||||
The e-mail address associated with your account has been changed from %email_previous% to %email_new% from IP address %ip_address%.
|
||||
|
||||
If you didn't do this yourself please contact us immediately <https://flashii.net/info.php/contact>.
|
7
config/emails/password-change.txt
Normal file
7
config/emails/password-change.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Flashii.net Password Change
|
||||
|
||||
Hey %username%,
|
||||
|
||||
Your password has been changed from IP address %ip_address%.
|
||||
|
||||
If you didn't do this yourself please contact us immediately <https://flashii.net/info.php/contact>.
|
7
config/emails/password-recovery.txt
Normal file
7
config/emails/password-recovery.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Flashii.net Password Recovery
|
||||
|
||||
Hey %username%,
|
||||
|
||||
You, or someone pretending to be you, has requested a password reset for your account.
|
||||
|
||||
Your verification code is: %token%
|
Loading…
Add table
Add a link
Reference in a new issue