Purpose
CIS mobile uses an SMTP server to send automated emails directly from the application. This applies in particular to service processes, feedback on service orders, and notifications of changes to contact person data.
SMTP Configuration Parameters
The following parameters must be specified to configure the SMTP server:
  • Host: Hostname or IP address of the SMTP server (e.g. smtp.strato.de).
  • Port: Port number for the SMTP service (typically 587).
  • Username: Username of the email account used for sending.
  • Password: Password for the specified user (stored encrypted).
  • Sender Name: The name that is displayed to the recipient as the sender (e.g. CIS mobile support team).
  • Sender Email: The email address used to send the messages (e.g. support@mycismobile.com).
  • SSL enabled: Enables SSL encryption for secure communication with the SMTP server.