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

Class: ActionMailer

Source Location: /vendor/trax/action_mailer.php

Class Overview




Variables

Methods


Child classes:


Class Details

[line 41]


[ Top ]


Class Variables

$bcc_addresses =

[line 47]


Type:   mixed


[ Top ]

$cc_addresses =

[line 46]


Type:   mixed


[ Top ]

$crlf =  "\r\n"

[line 50]



Tags:

access:  public

Type:   mixed


[ Top ]

$error =  null

[line 56]


Type:   mixed


[ Top ]

$from_address =  "no-reply@nodomain.com"

[line 53]


Type:   mixed


[ Top ]

$from_name =  null

[line 55]


Type:   mixed


[ Top ]

$mail_mime =

[line 44]



Tags:

access:  private

Type:   mixed


[ Top ]

$replyto_addresses =

[line 48]


Type:   mixed


[ Top ]

$send_type =

[line 52]


Type:   mixed


[ Top ]

$smtp_params = array("host"=>"localhost", "port"=>"25")

[line 51]


Type:   mixed


[ Top ]

$subject =

[line 52]


Type:   mixed


[ Top ]

$to_addresses =

[line 44]


Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 58]

ActionMailer __construct( [mixed $crlf = null])



[ Top ]

method add_attachment [line 109]

void add_attachment( mixed $file, [mixed $content_type = 'application/octet-stream'], [mixed $file_name = ''], [mixed $is_file = true], [mixed $encoding = 'base64'])



[ Top ]

method add_bcc_address [line 77]

void add_bcc_address( mixed $address, [mixed $name = null])



[ Top ]

method add_cc_address [line 71]

void add_cc_address( mixed $address, [mixed $name = null])



[ Top ]

method add_replyto_address [line 83]

void add_replyto_address( mixed $address, [mixed $name = null])



[ Top ]

method add_to_address [line 65]

void add_to_address( mixed $address, [mixed $name = null])



[ Top ]

method format_address [line 113]

void format_address( mixed $address)



[ Top ]

method send [line 205]

void send( [mixed $to_address = null], [mixed $subject = null], [mixed $text_body = null], [mixed $html_body = null], [mixed $extra_headers = null])



[ Top ]

method set_from_address [line 89]

void set_from_address( mixed $address, [mixed $name = null])



[ Top ]

method set_headers [line 140]

void set_headers( [mixed $extra_headers = null])



[ Top ]

method set_header_line [line 134]

void set_header_line( mixed $header_key, mixed $header_value)



[ Top ]

method set_html_body [line 100]

void set_html_body( mixed $html)



[ Top ]

method set_subject [line 105]

void set_subject( mixed $subject)



[ Top ]

method set_text_body [line 95]

void set_text_body( mixed $text)



[ Top ]

method validate_email [line 127]

void validate_email( mixed $email)



[ Top ]


Documentation generated on Thu, 04 May 2006 19:47:03 -0600 by phpDocumentor 1.3.0RC4