-
| 
         How to send the results to my email?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| 
         @Dan-krm You'd need some kind of back-end for this (Python, Node.js, PHP, ...). Or maybe look into Mandrill, Sendgrid, Mailgun and similar email APIs, they might have some kind of JavaScript library you can directly use.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I used EmailJS and just implemented it inside the  There's more info on these parameters here. Don't forget to import EmailJS first  This might not be the perfect solution but I hope this helps.  | 
  
Beta Was this translation helpful? Give feedback.
@Dan-krm You'd need some kind of back-end for this (Python, Node.js, PHP, ...). Or maybe look into Mandrill, Sendgrid, Mailgun and similar email APIs, they might have some kind of JavaScript library you can directly use.