|
|
|
|
|
by dan9408
3039 days ago
|
|
For others looking for a self-hosted alternative like Formspree I wrote something similar that deploys to AWS Lambda [0]. Nothing fancy, just a AWS Lambda endpoint that uses SES to send emails. Instead of aliasing email addresses for privacy like OP I just use the native Node.js crypto module to create a hex string of the address upfront. [0] https://github.com/danielireson/formplug-serverless |
|