CMXX - Custom mail
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
require 'settingsprofiles.php';
|
||||
|
||||
// This will change the title on the website
|
||||
define('site_name','Customer Portal');
|
||||
define('site_name_footer','Total Safety Solutions');
|
||||
define('site_name','');
|
||||
define('site_name_footer','SoVeLiTi Cloud');
|
||||
// This will change the title on browser TAB
|
||||
define('site_title','Total Safety Solutions');
|
||||
define('site_title','SoVeLiTi');
|
||||
//Scriptversion
|
||||
define('script_version','v1');
|
||||
//Enable VeLiTi-issue mgt
|
||||
@@ -31,7 +31,7 @@ define('header_security',false);
|
||||
|
||||
/* Email */
|
||||
// The from email that will appear on the customer's order details email
|
||||
define('mail_from','CustomerPortal');
|
||||
define('mail_from','SoVeLiTi');
|
||||
// Your email
|
||||
define('email','CustomerPortal@veliti.nl');
|
||||
//Additional phpmailer-settings
|
||||
@@ -43,10 +43,10 @@ define('email_outgoing_security','ssl');
|
||||
|
||||
/*Appearance*/
|
||||
//Icon
|
||||
define('icon_image','/assets/images/TSS-logo3.png');
|
||||
define('color','#005655c2');
|
||||
define('color_accent','#2FAC66');
|
||||
define('emaillogo','/assets/images/TSSemail.png');
|
||||
define('icon_image','/custom/soveliti/style/VeLiTi-Logo2.png');
|
||||
define('color','#527ee5');
|
||||
define('color_accent','#527ee5');
|
||||
define('emaillogo','/custom/soveliti/style/SoVeLiTi.png');
|
||||
|
||||
/*Default Users*/
|
||||
define('software_update_user','EMP-updater');
|
||||
|
||||
Reference in New Issue
Block a user