I receive emails without data #144
Replies: 1 comment
-
Did you check if params exist? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
My project uses Vscode, ViteJS, vanilla Javascript. When I use this line of code, I receive the emails but without the data:
'window.onload = function sendMail() {'.
If I use this line of code, the console indicates "sendMail is not defined":
'function sendMail() {'
With the code below, nothing and no message in the console:
Beta Was this translation helpful? Give feedback.
All reactions