Modify the operating environment file so that users are notified of processes completion or failure by email when tenant administrators and tenant users have used the L-Platform Management window for L-Platform subscription, L-Platform modification, or L-Platform cancellation operations.
mail_config.xml settings
Follow the steps below to modify the email settings:
Open the following file.
[Windows Manager]
<installation_folder>\RCXCFMG\config\mail_config.xml[Linux Manager]
/etc/opt/FJSVcfmg/config/mail_config.xml
The following information must be modified:
Setting item  | Description  | 
|---|---|
enable-email  | Set true.  | 
smtp-host  | Host name or IP address of the SMTP server  | 
smtp-port  | Port number of the SMTP server  | 
from-email  | Sender's email address  | 
from-name  | Set the sending source name. Set "System Administrator" to match the name of email sent from the tenant administrator.  | 
show-password  | Configure the settings according to whether the default password for the deployed server will be displayed in the email.  | 
An example is shown below.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
    <entry key="enable-email">true</entry>
    ...
    <entry key="smtp-host">smtp.example.com</entry>
    <entry key="smtp-port">25</entry>
    ...
    <entry key="from-email">cloud-master@example.com</entry>
    <entry key="from-name">system administrator</entry>
    ...
    <entry key="show-password">true</entry>
</properties>Note
When editing the mail_config.xml file, do not change any settings items other than enable-email, smtp-host, smtp-port, from-email, from-name, and show-password.
Save the mail_config.xml file before editing it. If any settings items other than enable-email, smtp-host, smtp-port, from-email, from-name, and show-password have been changed, restore the saved file.