I have a form on my Intranet site that currently updates an Access database. It works fine. But, now I want to not only update my database, but also send an email to a recipient whose email address is dependent on what the user chose on the form.
FYI I have formmail for my cgi script.
How do I code my "Update Record" form button to not only update a record, but to automatically send an email?
FYI I have formmail for my cgi script.
How do I code my "Update Record" form button to not only update a record, but to automatically send an email?