PHP Class Mailer_Message

Represents a message.
Author: Joe Beeson ([email protected])
ファイルを表示 Open project: sjardim/Hugopit

Public Properties

Property Type Description
$mail

Public Methods

Method Description
__construct ( $mail )
addCC ( $email, $name = '' )
addReplyTo ( $email, $name = '' )
addTo ( $email, $name = '' )
attach ( $file, $alias = '' )
send ( )
setCharset ( $charset )
setFrom ( $email, $name = false )
setSubject ( $subject )

Method Details

__construct() public method

public __construct ( $mail )

addCC() public method

public addCC ( $email, $name = '' )

addReplyTo() public method

public addReplyTo ( $email, $name = '' )

addTo() public method

public addTo ( $email, $name = '' )

attach() public method

public attach ( $file, $alias = '' )

send() public method

public send ( )

setCharset() public method

public setCharset ( $charset )

setFrom() public method

public setFrom ( $email, $name = false )

setSubject() public method

public setSubject ( $subject )

Property Details

$mail public_oe property

public $mail