Transaction SendCustomerMail
Authentication mode: Checked (known user, must have the privilege)
Database access mode: reading
Sends an eMail to a customer. Usually to update the customer about Order data.
Inputs:
- customerid: int
ID of the customer. Must be given! The mail address associated with the account is used.
- content: string
Content of the eMail.
Outputs: