Contact Form is simple configurable web form application for sending information and optional file attachments via email.
There are two configuration files that you will need to modify:
- Client
In each html top level HTML file, you'll find a variable called "server". This needs to point to the location of the back end services endpoint. This location is the url to your application + the string: '/services/public/api'.
- Server
Inside of the "services" directory, you'll find a hidden configuration file called ".env". This file contains a series of parameters starting with "MAIL_", for example, "MAIL_HOST", "MAIL_PORT", etc. Set these values to the appropriate values for the mail server that you would like to use.
Distributed under the permissive MIT license. See the license for more information.
This software was created by the Data Science Institute](https://datascience.wisc.edu/) at the University of Wisconsin-Madison