Sending email messages from a Web client application usually is done using a mailto: HTML reference. This will open the mail application that is installed on the system and you are able to enter your email.
This has significant downsides as it requires certain software to be installed on the client.
…