Class: Base_MailCommon
Source Location: /modules/Base/Mail/MailCommon_0.php
Class Base_MailCommon
Inherited Properties, Constants, and Methods
Method Summary
| static
true
|
send() |
Sends an email. |
Methods
static void new_mailer(
)
|
|
API Tags:
static true send(
string
$to, string
$subject, string
$body, [string
$from_addr = null], [string
$from_name = null]
)
|
|
Sends an email.
Server settings are stored in epesi variables and can be changed by administrator.
Parameters:
|
string |
$to: |
recipent |
|
string |
$subject: |
subject |
|
string |
$body: |
email message |
|
string |
$from_addr: |
sender |
|
string |
$from_name: |
sender's name |
API Tags:
| Return: | on success, false otherwise |
| Access: | public |
|
|