How to send an email with javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to send an email with javascript?

I created my portfolio. My portfolio has contact me form. The backend of the contact form is written in python(Django) or you can say my portfolio is using some backend code. I think portfolio should not have backend code because mainly portfolios are simple static page. Even hosting is also very costly to host my portfolio that uses backend coding just for the contact form. Can you tell me how i can send an email with Javascript so Django can be avoided in my portfolio. If you have any tip for the best portfolio you can also share here.

30th May 2020, 4:22 PM
Maninder $ingh
Maninder $ingh - avatar
2 Answers
+ 2
Register an account and send mail with https://www.emailjs.com/
30th May 2020, 5:08 PM
Calviղ
Calviղ - avatar
0
Why not just use a mailto link? Something like <a href="mailto:your-email.com">
30th May 2020, 4:29 PM
Ore
Ore - avatar