Class smtpconnection

Description

Located in /smtpconnection.class.php (line 16)

tcpconnection
   |
   --smtpconnection
Method Summary
smtpconnection __construct ([string $host = 'localhost'], [string $username = ''], [string $password = ''], [bool $ssl = false])
bool sendmail (string $mail)
Variables
Methods
Constructor __construct (line 45)

Constructor

  • access: public
smtpconnection __construct ([string $host = 'localhost'], [string $username = ''], [string $password = ''], [bool $ssl = false])
  • string $host
  • string $username
  • string $password
  • bool $ssl

Redefinition of:
tcpconnection::__construct()
Constructor
sendmail (line 65)

Send the mail.

  • access: public
bool sendmail (string $mail)
  • string $mail

Inherited Methods

Inherited From tcpconnection

tcpconnection::__construct()
tcpconnection::connect()
tcpconnection::connected()
tcpconnection::disconnect()
tcpconnection::read()
tcpconnection::readbytes()
tcpconnection::readline()
tcpconnection::setblocking()
tcpconnection::settimeout()
tcpconnection::write()

Documentation generated on Thu, 12 Mar 2009 16:30:27 +0800 by phpDocumentor 1.4.2