|
Notify Customer with Email |
|
|
We want to notify the customer of the order when there is a change in the status of the order. To implement this we need to use the "Mailer" component. We are still in the "OrderDetails" Page. Steps:
These SMTP settings will be used when sending notification mails to the customers when the statuses of their orders are changed.
The process will run if the value of the "STATUS" ComboBox is changed and it will send a mail to the customer's e-mail address. Notice that @vof() definitions can also be used in all the properties of the TextMailProcess. This process and "ChangeStatusProcess" are configured in the process list of the "ChangeStatus" command. Order Tracking is Complete The Order Tracking functionality of the web application is now fully complete. Press "Build and Test"[Shift+F9] on the Basic Toolbar and check the result.
| |||||||||||||||||||||||