I am unable to implement any functioning email configuration in my shop. I have tried email js, and resend. both wasted all of my time. Can someone please walk me through this? I just want people who place orders on my site to receive an email, and for me to get an email as well notifying of the order.
@amyegan @avik-creator @arkmaster123 @brdtheo @dom-vercel @estebansuarez @goranovs @headline-design
I don’t know why I’m tagged here, but here is a good read about how to ask for help:
Documentation is pretty good for Resend as im using the python SDK. Just pick your quickstart guide and follow the steps https://resend.com/docs/introduction#quickstart
If the issue is with Resend, on the Resend dashboard does it show yellow or red colors? If everything is all green on Resend, then the issue may be in your implementation. Make sure you included your .env keys on Vercel for Resend. Sometimes that can be forgotten. Also make sure your .env keys are set to your actual website and not local host. Since Resend is a Serverless Function, you can also check your log on the Vercel dashboard for errors. You can easily test this in prod by going to the location where an email should be sent, clicking the button, and quickly checking your server log on Vercel. This should tell you what the error is.
Hello! I am having alot of trouble with my shop. I cannot use the spacebar in the input fields where customers add their information, and despite having added an owner email and a from email, I am unable to receive email notifications to either with my deployed website. The only thing I get is an email notification at the owner email, using /test-resend on VERCEL, never on the deployed version.
It sounds like you may have some fixed data that is pre-filling your form. If you give me your url i can verify if that’s the issue.
Hi! Thank you so much!
My url is https://www.auraracing.io/
In resend dashboard I dont see any colors. I just want my shop to be able to send email notifications to customer and to myself. So two emails will have to be linked i guess.
Also you will notice that in the information fields of my shop, I cannot use the space bar
So a few things. 1. are you using a form library? If you are, it looks like you are transforming the inputs to make the input field spacebar not work. Usually this is with custom form validation. 2. It looks like you are trying to send emails on the client or there may be some client spillover code in your server action, which I would not recomend. The specific error you have is related to CSP in EmailJS. What I would recomend is that you set up a dedicated API route for your emails. Like api/email/send, and use a POST request to your email route when sending outbound emails. Me personally, I always use an API route with Resend.
Sounds great! Thank you Aaron, I have removed email js related code and I am working on integrating resend with my api key etc. Should be pretty seamless right? Now the only problem is that V0 is ignoring all of my chats. I request things in chat and it basically just pretends to code and then nothing happens and uses my credits. I even updated to pro, not sure why it isnt working.
Most V0 issues can be resolved by forking.
what i am saying is that V0 is not working, at all. it will not complete the tiniest request for me.
Is it triggering an error message?
Nope I am a noob, i forked it lol. Do you know any thing about 3d model error? multiple instances of 3.js?
I really appreciate you bro, can I email you?
Still stuck, where can I get my env keys? This process is so insanely complicated for being so simple, i just want to send emails… can you help me just finish all of this please? I have a deadline
Do you have access to zoom? I can walk you through it all if you have 20 minutes
Yes! Absolutely, I will be home in a few hours thank you so much!!!
Or when is a good time for you?
I had some availability when I sent the message earlier. Happy to walk you through it tomorrow if you still haven’t figured it out by then.
Thank you!
Tomorrow works for me, I will try again later.
Good morning Aaron, are you available at 12 pm eastern?