emailjs.send() function not doing anything #89
Replies: 2 comments 2 replies
-
Maybe it goes without saying but I'm not receiving any emails either. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since you're using a form, you're probably not overriding the default behavior. So the page is reloaded. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I understand, I'm feeding the send() function the correct parameters. I'm triggering it inside a function of a react component:
When I trigger sendmail(), only the "Made it here" alert appears, no res or error alerts triggered by send(). What could I be missing here? Any help is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions