0
Can I make my website a comment box...that goes to my e-mail?
I need help?
2 Antworten
+ 1
You have to use:
<form action=fileName.php></form>
https://code.sololearn.com/W4V2UFIom953/?ref=app
.This code Actually sends me mail.
0
Yes in php you have the function mail:
http://php.net/manual/en/function.mail.php