Send email from input

When I create my own inputs or use the plugin wizard ore user fields it doesn’t matter, is it possible for the send button from the input to send the content to an email?

Can I do it using a plugin that I somehow create myself?

Should I create it in ruby ​​or ?

Does anyone know the answer?

Front end is always javascript/Ember. Sending an email will always use the back-end. So you will need to wire up custom code on the front to your custom code at the back.

This will need to be a plugin.