|
|
|
|
|
- Connection and timeout functions
EmailGetTimeOut (Function) In french: EmailLitTimeOut Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers. The value of the "timeout" is set to 10 minutes by default. This value can be modified by EmailSetTimeOut. Reminder The timeout is the maximum duration of no response from the SMTP, POP3 or IMAP mail server. If the server does not respond within this timeout, the connection fails.
Syntax
<Result> = EmailGetTimeOut()
<Result>: Integer Timeout value in seconds. Note There is always a "timeout" defined on the server. Therefore, no error can be returned by EmailGetTimeOut. Remarks Connection and timeout functions For example, with a server that responds instantaneously, the connection can take 3 to 4 seconds if the DNS is slow (even if the timeout is set to 1 second).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|