email_append_domain [line 222]
void email_append_domain(
$p_email
)
|
|
Parameters:
email_send [line 45]
void email_send(
$p_from, $p_recipient, $p_subject, $p_message, [ $p_cc = ''], [boolean $p_exit_on_error = false], [boolean $htmlFormat = false]
)
|
|
sends the actual email
Parameters:
|
boolean |
$p_exit_on_error: |
== true - calls exit() on errors, else - returns true on success and false on errors |
|
boolean |
$htmlFormat: |
specify text type true = html, false (default) = plain text |
|
|
$p_from: |
|
|
|
$p_recipient: |
|
|
|
$p_subject: |
|
|
|
$p_message: |
|
|
|
$p_cc: |
|
email_smtp_close [line 202]
make_lf_crlf [line 216]
void make_lf_crlf(
$p_string
)
|
|
Parameters: