mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
sancho mails: enabled removing of header/footer and custom header/footer images in code igniter code, legacy code: global ids for images are created only if config is set
This commit is contained in:
@@ -32,3 +32,12 @@ $config['validate'] = false; // If true then the email address will be validated
|
||||
|
||||
// If enabled will be logged info about emails in Codeigniter error logs
|
||||
$config['enable_debug'] = false;
|
||||
|
||||
// If to use images for custom mails
|
||||
$config['custom_mail_use_images'] = CUSTOM_MAIL_USE_IMAGES;
|
||||
|
||||
// header image for custom mails
|
||||
$config['custom_mail_header_img'] = CUSTOM_MAIL_HEADER_IMG;
|
||||
|
||||
// footer image for custom mails
|
||||
$config['custom_mail_footer_img'] = CUSTOM_MAIL_FOOTER_IMG;
|
||||
|
||||
Reference in New Issue
Block a user