1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

use standard email/SMTP for contact form instead of airtable API

This commit is contained in:
2024-02-27 17:34:48 -05:00
parent 2de3914449
commit 4bef13f4ab
11 changed files with 102 additions and 110 deletions

View File

@@ -1,10 +1,9 @@
# absolutely required:
NEXT_PUBLIC_BASE_URL=
DATABASE_URL=
GH_PUBLIC_TOKEN=
POSTGRES_URL=
POSTGRES_URL_NON_POOLING=
# optional (but not really):
AIRTABLE_API_KEY=
AIRTABLE_BASE=
HCAPTCHA_SECRET_KEY=
MAILGUN_SMTP_USER=
MAILGUN_SMTP_PASS=