DotLibrary
[ class tree: DotLibrary ] [ index: DotLibrary ] [ all elements ]

Class: Dot_Email_Smtp

Source Location: /library/Dot/Email/Smtp.php

Class Overview

Zend_Mail
   |
   --Dot_Email
      |
      --Dot_Email_Smtp

Alternate SMTP server mail() class


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Dot_Email

Dot_Email::__construct()
Email constructor
Dot_Email::send()
Send email.
Dot_Email::setContent()
Set content

Class Details

[line 21]
Alternate SMTP server mail() class

Alternate SMTP server mail() class




Tags:

author:  DotKernel Team <team@dotkernel.com>


[ Top ]


Class Methods


constructor __construct [line 32]

Dot_Email_Smtp __construct( [string $to = null], [string $fromName = null], [string $fromEmail = null], [string $subject = null])

Email constructor

Email constructor




Tags:

access:  public


Overrides Dot_Email::__construct() (Email constructor)

Parameters:

string   $to   [optional]
string   $fromName   [optional]
string   $fromEmail   [optional]
string   $subject   [optional]

[ Top ]

method getSMTP [line 62]

array getSMTP( )

Get the current SMTP info for sending the email

Get the current SMTP info for sending the email




Tags:

access:  private


[ Top ]

method getTransport [line 52]

Zend_Mail_Transport_Smtp getTransport( )

Return the transporter

Return the transporter




Tags:

access:  public


[ Top ]

method updateSMTPCounter [line 102]

void updateSMTPCounter( int $id)

Update the counter of the current transporter.

Update the counter of the current transporter.




Tags:

access:  private


Parameters:

int   $id  

[ Top ]


Documentation generated on Wed, 21 Jul 2010 07:34:43 +0000 by phpDocumentor 1.4.3