Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from using Constant Contact's own scripts to pass emails through Lambda Function #45

Open
elvingm opened this issue Jul 3, 2018 · 0 comments

Comments

@elvingm
Copy link
Owner

elvingm commented Jul 3, 2018

Right now the site has a hacky implementation for subscribing new users to the newsletter. We use Constant Contact's free tier and have to destroy and rebuild the form during route changes in React Static which causes warnings / possible errors in the console.

It's probably best if we simply do some basic email validations on the client and submit the user provided email to a lambda function that registers that email (after final validation) to the proper Constant Contact list.

Obtain login from client for Constant Contact for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant