Private Method Details |
setRecipient |
|
private void setRecipient( [ string $name ], string $mail )
|
| |
sets the recipient // 2DO: multiple recipients?
|
| Parameter |
|
| string |
$name |
= >>""<< |
|
the name of the recipient |
|
|
| string |
$mail |
|
|
the email-address of the recipient |
|
| Returns |
void |
|
setSender |
|
private void setSender( [ string $name ], string $mail )
|
| |
sets the sender
|
| Parameter |
|
| string |
$name |
= >>""<< |
|
the name of the sender |
|
|
| string |
$mail |
|
|
the email-address of the sender |
|
| Returns |
void |
|
attach |
|
private void attach( integer $UniqueID, [ string $Language, string $Version, string $mode ] )
|
| |
adds the object with the given jpeto_key to the current message
|
| Parameter |
|
| integer |
$UniqueID |
|
|
the UniqueID of the object |
|
|
| string |
$Language |
= >>"DE"<< |
|
the Language of the object |
|
|
| string |
$Version |
= >>"O"<< |
|
the Version of the object |
|
|
| string |
$mode |
= >>"inline"<< |
|
[inline | attached] |
|
| Returns |
void |
|
getAlternativeHeader |
|
private string getAlternativeHeader( )
|
| |
returns the Mail Header for the current Object
|
| Returns |
string $Header |
|
getTextPartHeader |
|
private string getTextPartHeader( )
|
| |
returns the TextPart Header
|
| Returns |
string $Header |
|
getRelatedHeader |
|
private string getRelatedHeader( )
|
| |
returns the Related Header
|
| Returns |
string $Header |
|
getHtmlPartHeader |
|
private string getHtmlPartHeader( )
|
| |
returns the HtmlPart Header
|
| Returns |
string $Header |
|
getRelatedFooter |
|
private string getRelatedFooter( )
|
| |
returns the Related Footer
|
| Returns |
string $Footer |
|
getAlternativeFooter |
|
private string getAlternativeFooter( )
|
| |
returns the Alternative Footer
|
| Returns |
string $Footer |
|
getMailData |
|
private string getMailData( )
|
| |
returns the complete message body, including TextPart, HtmlPart & ImagePart.
|
| Returns |
string $MailData |
|
getTextBody |
|
private string getTextBody( )
|
| |
returns the text part of the body
|
| Returns |
string $TextBody |
|
getHtmlBody |
|
private string getHtmlBody( )
|
| |
returns the html part of the body
|
| Returns |
string $HtmlBody |
|
send |
|
private boolean send( )
|
| |
Sends the current multipart message
|
| Returns |
boolean $success |
|
log |
|
private void log( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|