Javascript does not natively support email sending.
However, you may access the user's mail client:
window.open('mailto:test@example.com');
There are also some parameters to pre-fill ...READ MORE
Nov 8, 2022
in Java
by
Damonlang
• 700 points
•
684 views