Send button - html5

I’ve form html.
the send button is

<input type="submit" value="Invia Messaggio" class="btn btn-primary">

where I put the address to receive email?

Hi there

That will not work, you need to implement a backend PHP file that twill process from sending function, something like this:

https://www.w3schools.com/php/php_forms.asp