The contact form on contact.jakegealer.me
The enviroment variables to be configured are the following:
CONFIG_URL
- The URL of the config JSON file.MAILGUN_DOMAIN
- The domain of the Mailgun host. This needs to be in the EU.MAILGUN_API_KEY
- The API key for your Mailgun account.FROM_ADDRESS
- The from address (for example:ContactMe <[email protected]>
).TO_ADDRESS
- The to address (for example:Jake Gealer <...email>
).