ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / Monitoring robot / Types of checks
  • Overview
  • Parameters specific to the check regarding the outgoing emails
  • SMTP parameters (to send the message)
  • POP3 parameters (for reading the incoming message)
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The monitoring robot will:
  • send an email to an email address.
  • read the in-box of the email address to check whether the email was received.
The check will be:
  • successful if the email was sent and if it found in the in-box.
  • unsuccessful otherwise.
Parameters specific to the check regarding the outgoing emails

SMTP parameters (to send the message)

The SMTP parameters are the ones of the server used for sending emails:
  • the email address to which the test message will be sent.
  • the SMTP server to use and the associated port.
  • the user and the associated password.

POP3 parameters (for reading the incoming message)

The SMTP parameters are the ones of the server used for sending emails:
  • the email address to which the test message will be read.
  • the POP3 server to use and the associated port. The connection can be a SSL connection.
  • the user and the associated password.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help