Salve a tutti.
Ho aperto Dreamweaver e ho creato un modulo, nella "finestra ispezione codice" ho incollato questo:
<html>
<body>
<form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain">
<h3>This form sends an e-mail to W3Schools.</h3>
Name:
<input type="text" name="name"
value="yourname" size="20">
Mail:
<input type="text" name="mail"
value="yourmail" size="20">
Comment:
<input type="text" name="comment"
value="yourcomment" size="40">
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
Quando faccio l'anteprima ed invio la mail non me la manda... nel senso che mi si apre la procedura per la "connessione guidata internet"...
Come psso fare per mandare la mail direttamente???
Grazie

Rispondi quotando