- add possibility to define email templates for "new database by customer" and "new ftp account by customer"
This commit is contained in:
@@ -53,7 +53,9 @@ $available_templates = array(
|
||||
'new_ticket_for_customer',
|
||||
'new_ticket_by_staff',
|
||||
'new_reply_ticket_by_customer',
|
||||
'new_reply_ticket_by_staff'
|
||||
'new_reply_ticket_by_staff',
|
||||
'new_database_by_customer',
|
||||
'new_ftpaccount_by_customer'
|
||||
);
|
||||
$file_templates = array(
|
||||
'index_html'
|
||||
|
||||
Reference in New Issue
Block a user