Send confirmation of sending form to email with the name of the person

0

I'd like to know how to send a confirmation email to the user who filled out a form with his name. For example .. Thanks 'so and so.'

"<p><strong>Nome e Sobrenome: </strong>" . filter_input(INPUT_POST, 'nome', FILTER_SANITIZE_STRING) . "</p>"
    
asked by anonymous 05.03.2015 / 19:29

0 answers