Closed pantharshit00 closed 7 years ago
I am having trouble getting the form to submit. I have set up mailtrap.io and put in the correct auth creds, but I keep getting this response:
Any idea what it could be?
@JesseRWeigel Can you the environment variables file. It is surely a connection error. Might check you internet LOL.
IT IS VERY IMPORTANT THAT YOU RENAME .env.sample
to .env
file. TRY console loggin process.env to see env are set or not
SHOULD GET THIS
(Closes #29 )
Hey @JesseRWeigel , I have created a email backend for announcement forms using nodemailer so that you can use it with any email provider.
IMPORTANT VERY IMPORTANT DONT IGNORE
RENAME .env.sample to .env and PUT YOU API KEYS IN THERE PROVIDED BY SENDGRID, MAILTRAP, AMAZON SES ETC
RUN YARN
IN DEV ENVIRONMENT I RECOMMEND TO USE http://mailtrap.io for email client. THEY GIVE YOU ONE FREE INBOX
HOPE THIS HELPS YOU,