How can i do to send forms content directly to mail? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

16th Dec 2016, 2:53 PM
Carlos Salcedo
Carlos Salcedo - avatar
3 Answers
+ 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.
16th Dec 2016, 6:09 PM
CHMD
CHMD - avatar
0
from command line or?
16th Dec 2016, 3:34 PM
Leonida17st
Leonida17st - avatar
0
i just found a very simple solution. I use google forms to create it and embed into my html code.
19th Dec 2016, 5:12 AM
Carlos Salcedo
Carlos Salcedo - avatar