Go to the source code of this file.
Data Structures | |
| class | ClaroPHPMailer |
Namespaces | |
| namespace | KERNEL |
Functions | |
| claro_mail ($subject, $message, $to, $toName, $from, $fromName) | |
| claro_mail_user ($userIdList, $message, $subject, $specificFrom='', $specificFromName='') | |
| claro_mail | ( | $ | subject, | |
| $ | message, | |||
| $ | to, | |||
| $ | toName, | |||
| $ | from, | |||
| $ | fromName | |||
| ) |
Send e-mail using Main settings
Definition at line 71 of file sendmail.lib.php.
| claro_mail_user | ( | $ | userIdList, | |
| $ | message, | |||
| $ | subject, | |||
| $ | specificFrom = '', |
|||
| $ | specificFromName = '' | |||
| ) |
Send e-mail to Claroline users form their ID a user of Claroline
Send e-mail to Claroline users form their ID a user of Claroline default from clause in email address will be the platorm admin adress default from name clause in email will be the platform admin name and surname
| int | or array $userIdList - sender id's | |
| string | $message - mail content | |
| string | $subject - mail subject | |
| string | $specificFrom (optional) sender's email address | |
| string | $specificFromName (optional) sender's name |
Definition at line 118 of file sendmail.lib.php.
1.6.3