what is the correct line if i want to automatically send the results of a html form to an email??
This is the code im using but it loads outlook and puts the data into an email, instead of automatically sending it.
<form method="post" action="mailto:email@address.co.uk">
This is the code im using but it loads outlook and puts the data into an email, instead of automatically sending it.
<form method="post" action="mailto:email@address.co.uk">