This product sends information such as requests and monthly billing to users by email. Configure the mail server to be used for sending these emails by editing the definition file for system information.
The file name and storage location are as follows:
fscsm_config.xml
%FSCSM_HOME%\conf
Item | Description |
---|---|
sendmail.smtp | IP address or hostname of the mail server |
sendmail.smtp.port | Port number for the mail server |
sendmail.fromAddr | Sending email address |
Example
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> ... <entry key="sendmail.smtp">smtp.example.com</entry> <entry key="sendmail.smtp.port">25</entry> <entry key="sendmail.fromAddr">from.csm@jp.fujitsu.com</entry> ... </properties>
For details on the system information definition file, refer to "System Information" in the "FUJITSU Software Cloud Services Management Operation Guide".