Class smtp

Description

SMTP class to perform the simple mail transfer protocol operations within ILance.

  • author: ILance
  • version: $Revision: 1.0.0 $

Located in /api/class.smtp.inc.php (line 23)


	
			
Variable Summary
mixed $debug
mixed $smtpHost
mixed $smtpPass
mixed $smtpPort
mixed $smtpReturn
mixed $smtpSocket
mixed $smtpUser
Method Summary
smtp smtp ()
void errorMessage ( $msg)
void send ()
void sendMessage ( $msg, [ $expectedResult = false])
Variables
mixed $debug = false (line 48)

Debug mode

mixed $smtpHost (line 28)

SMTP hostname

mixed $smtpPass (line 43)

SMTP password

mixed $smtpPort (line 33)

SMTP port number

mixed $smtpReturn = 0 (line 54)
mixed $smtpSocket = null (line 53)

SMTP socket resource

mixed $smtpUser (line 38)

SMTP user name

Methods
Constructor smtp (line 59)

Constructor

smtp smtp ()
errorMessage (line 98)

Sets a user defined error message to be printed to the browser

void errorMessage ( $msg)
  • $msg
send (line 111)

Function to dispatch the email

void send ()
sendMessage (line 71)

Function to send the message

void sendMessage ( $msg, [ $expectedResult = false])
  • $msg
  • $expectedResult

Documentation generated on Mon, 08 Aug 2011 17:40:56 +0200 by phpDocumentor 1.4.1