Mailing is component where you can spam groups of your customers if you have to communicate something to them. Obviously you need to specify sender name and address, write your message in text box and select appropriate group of recipients. Your attendance can be grouped by status, network or customer groups. If you use mail server on remote host, you will need to set options smtp_host, smtp_port, smtp_username, smtp_password in [phpui] section.
In message body you can use variables, which will be replaced by customer data:
%customer - name/lastname and forename |
%balance - balance value (with sign) |
%cid - customer ID |
%pin - customer PIN |
%last_10_in_a_table - last 10 operations on customer account |
![]() | Your server has to support PEAR::Mail for this to work. |
![]() | It's best to use lms-notify Perl script or notify module of lmsd daemon to send emails automatically whenever customer is in debt. |