SMTP_SetLogFile

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > SMTP >

SMTP_SetLogFile

 

Description

 

Specifies the name of the LOG file to create.

 

Syntax

 

n = SMTP_SetLogFile( LogFileName )

 

Returns

 

Numeric.

 

Parameters

 

Name

Type

Optional

Meaning

LogFileName

String

No

Numeric SMTP error code

 

Remarks

 

The log file is used to debug a session.

Be advised that log files can be quite large and can contain sensible information. Don't use them unless necessary.

 

Restrictions

 

See also

 

Examples