Modify the operating environment file so that a usage charge file is sent to the set email address with the monthly usage charges for each tenant.
accounting.properties settings
Follow the steps below to modify the email settings:
Open the following operating environment file:
[Windows Manager]
<installation_folder>\RCXCTMG\Charging\conf\accounting.properties
[Linux Manager]
/etc/opt/FJSVctchg/conf/accounting.properties
Set the following items in the operating environment file:
Setting item  | Description  | 
|---|---|
sendmail.smtp  | Host name or IP address of the SMTP server  | 
sendmail.smtp.port  | Port number of the SMTP server "25" is set during installation.  | 
sendmail.fromAddress  | Sender's email address.  | 
An example is shown below.
    ...
# Mail Information
sendmail.smtp = smtp.example.com
sendmail.smtp.port = 25
sendmail.fromAddress = cloud-master@example.com
    ...Note
When editing the accounting.properties file, do not change any settings other than sendmail.smtp, sendmail.smtp.port, and sendmail.fromAddress.
Save a backup of the accounting.properties file before editing it. If any settings items other than sendmail.smtp, sendmail.smtp.port, and sendmail.fromAddress have been changed, restore the saved file.