mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10073] Add Admin contact email template
PHPBB3-10073
This commit is contained in:
parent
389bc0b8dd
commit
6c287e57fc
1 changed files with 23 additions and 0 deletions
23
phpBB/language/en/email/contact_admin.txt
Normal file
23
phpBB/language/en/email/contact_admin.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an e-mail sent to you through the administration contact page on "{SITENAME}".
|
||||
|
||||
<!-- IF S_IS_REGISTERED -->
|
||||
The message has been sent from an account on the site.
|
||||
Username: {FROM_USERNAME}
|
||||
E-mail address: {FROM_EMAIL_ADDRESS}
|
||||
IP Address: {FROM_IP_ADDRESS}
|
||||
Profile: {U_FROM_PROFILE}
|
||||
<!-- ELSE -->
|
||||
The message was sent from a guest who specified the following contact information:
|
||||
Name: {FROM_USERNAME}
|
||||
E-mail address: {FROM_EMAIL_ADDRESS}
|
||||
IP Address: {FROM_IP_ADDRESS}
|
||||
<!-- ENDIF -->
|
||||
|
||||
|
||||
Message sent to you follows
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
{MESSAGE}
|
Loading…
Add table
Reference in a new issue