dolibarr
x.y.z
|
Script to send a mail to dolibarr users linked to companies with services to expire. More...
Go to the source code of this file.
Functions | |
envoi_mail ($mode, $oldemail, $message, $total, $userlang, $oldsalerepresentative, $duration_value) | |
Send email. More... | |
Variables | |
print *****$script_file(".$version.") pid c cd cd cd description as p label as s | rowid |
Script to send a mail to dolibarr users linked to companies with services to expire.
Definition in file email_expire_services_to_representatives.php.
envoi_mail | ( | $mode, | |
$oldemail, | |||
$message, | |||
$total, | |||
$userlang, | |||
$oldsalerepresentative, | |||
$duration_value | |||
) |
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 |
int | $duration_value | Duration value |
Definition at line 191 of file email_expire_services_to_representatives.php.
int Use id instead of Account::rowid |
Definition at line 79 of file email_expire_services_to_representatives.php.
Referenced by Menubase\update().