|
dolibarr
x.y.z
|
Script to send a mail to customers with unpaid invoices. More...
Go to the source code of this file.
Functions | |
| envoi_mail ($mode, $oldemail, $message, $total, $userlang, $oldtarget) | |
| Send email. More... | |
Script to send a mail to customers with unpaid invoices.
Definition in file email_unpaid_invoices_to_customers.php.
| envoi_mail | ( | $mode, | |
| $oldemail, | |||
| $message, | |||
| $total, | |||
| $userlang, | |||
| $oldtarget | |||
| ) |
Send email.
| string | $mode | Mode (test | confirm) |
| string | $oldemail | Target email |
| string | $message | Message to send |
| string | $total | Total amount of unpayed invoices |
| string | $userlang | Code lang to use for email output. |
| string | $oldtarget | Target name |
Definition at line 244 of file email_unpaid_invoices_to_customers.php.