View Single Post
  #2  
Old 02-04-2016, 11:24 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Low Limit Warning Email

the function parameters are like this

func_send_mail(
TO EMAIL,
SUBJECT,
BODY,
FROM EMAIL,
true
);

so

func_send_mail(
'new_email@domain.com',
'mail/lowlimit_warning_notification_subj.tpl',
'mail/lowlimit_warning_notification_admin.tpl',
$config['Company']['orders_department'],
true
);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote