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-Platforms] tab of the ROR console 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:
Back up the following operating environment file to a work directory.
[Windows Manager]
Installation_folder\RCXCFMG\config\mail_config.xml
[Linux Manager]
/etc/opt/FJSVcfmg/config/mail_config.xml
Open the above operating environment file, and configure the following items:
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. |
Do not change the setting items other than the ones listed above - if you have changed any of them, restore the file that was backed up.
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>