0
How can i do to send forms content directly to mail?
ive been searching and all i could find is the form action "mailto" but i dont want to open outlook or anything like that, there is anyway to send it directly?
3 Réponses
+ 1
Try to google outlook smtp php, something like that. I myself use google mail smtp along with a third party class called PhpMailer for it is easy to install, use and imo answers all your needs when it comes to email sending.
0
from command line or?
0
i just found a very simple solution. I use google forms to create it and embed into my html code.