SMTP API

SMTP Object (AVO)

Copyright © 2001 Deryk Robosson. All Rights Reserved.

Fast Search Index

Constructors

_new

Destructors

_delete

Methods

_init
_deinit
tracelog_out
set_deug
set_options
strerr
errno
sendmail

Constructors


net/mail/smtp/_new

Create SMTP.

Inputs

Outputs

Description

This call creates a SMTP instance.

See also

_delete

Destructors


_delete

Destroy SMTP.

Inputs

Description

This call destroys the SMTP.

See also

_new

Methods


_init

Initialize SMTP class instance.

Inputs

Description

This method initializes SMTP instance data.

See also

_deinit

_deinit

Deinitialize SMTP class instance.

Inputs

Description

This method deinitializes SMTP instance data.

See also

_init

tracelog_out

Trace provided output.

Inputs

Outputs

Description

This method appended the entry string to the tracelog buffer.

See also

none

set_debug

Set debug properties.

Inputs

Outputs

Description

This method sets the attributes for tracing actions performed by this class.

See also

none

set_options

Set class properties.

Inputs

Outputs

Description

This method sets characteristics of this class.

See also

none

strerr

Resolves number to string.

Inputs

Outputs

Description

This method returns a human readable string value of a valid error number provided to it.

See also

none

errno

Get current error.

Inputs

Outputs

Description

This method returns the current error value maintained internally within the class.

See also

none

sendmail

Sends an email.

Inputs

Outputs

Description

This method attempts to send an email with the specified information.

See also

none

Revision History