dolibarr
x.y.z
|
Script to send a mail to dolibarr users linked to companies with unpaid invoices. More...
Go to the source code of this file.
Functions | |
envoi_mail ($mode, $oldemail, $message, $total, $userlang, $oldsalerepresentative) | |
Send email. More... | |
Script to send a mail to dolibarr users linked to companies with unpaid invoices.
Definition in file email_unpaid_invoices_to_representatives.php.
envoi_mail | ( | $mode, | |
$oldemail, | |||
$message, | |||
$total, | |||
$userlang, | |||
$oldsalerepresentative | |||
) |
Send email.
string | $mode | Mode (test | confirm) |
string | $oldemail | Old email |
string | $message | Message to send |
string | $total | Total amount of unpayed invoices |
string | $userlang | Code lang to use for email output. |
string | $oldsalerepresentative | Old sale representative |
Definition at line 198 of file email_unpaid_invoices_to_representatives.php.