ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Configuring the sending of emails via a SMTP server Hide the details
True if the configuration was performed. False otherwise. HErrorInfo is used to identify the error.
Name of the Connection variable that describes the connection to use.
Type of sending: hNotifEmailThe notifications are sent by email.
DNS name or IP address of email server (outgoing protocol). This IP address is supplied by the service provider or by the network administrator.Caution: You must use the SMTP server of the provider of Internet connection.
Login used to connect to the SMTP server.
Password associated with the connection login on the SMTP server. This password is given by the service provider or by the network administrator. If this parameter is not specified, the former value is automatically used.
Email address used as sender in the notification emails.
True to start a session secured by the TLS protocol. False otherwise.
Configuring the sending of messages in WDBal (Control Centers in Client/Server) Hide the details
Type of sending: hNotifCCCSThe notifications are sent by the Control Centers in Client/Server mode.
DNS name or IP address of the HFSQL server hosting the Control Centers.
Name of the database used for the Control Centers.
Login used to connect to the HFSQL server and to the database of Control Centers.
Password associated with the connection login. If this parameter is not specified, the former value is automatically used.
Configuring the sending of messages in WDBal (Control Centers in HFSQL Classic) Hide the details
Type of sending: hNotifCCClassicThe notifications are sent by the Control Centers in HFSQL Classic mode.
Access path to the HFSQL Classic data files of Control Centers.
Login used to connect to the database of Control Centers.
Retrieving the parameters of the current configuration Hide the details
List of parameters corresponding to the requested configuration (caution, the passwords are not supplied). The result has the following format: with the hNotifCCClassic constant:<Control Centre Path> + CR + <Login>with the hNotifCCCS constant:<Control Center Server> + CR + <Control Center Database> + CR + <Login>with the hNotifEmail constant:<SMTP server> + CR + <Login> + CR + <Sender> + CR + <Secure session>
Type of sending for which the configuration is requested: hNotifCCClassicThe notifications are sent by the Control Centers in HFSQL Classic mode.hNotifCCCSThe notifications are sent by the Control Centers in HFSQL Client/Server mode.hNotifEmailThe notifications are sent by email.
Last update: 09/21/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: