how to sent email using php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to sent email using php

26th Feb 2017, 8:40 PM
habib
habib - avatar
3 Answers
+ 3
"php mailer" would be a good variant too since you need some advanced mailing tool
27th Feb 2017, 1:49 AM
Patrik Sokol
Patrik Sokol - avatar
0
Use mail function to send emal mail('mail@example.com', 'My Subject', $message);
26th Feb 2017, 10:27 PM
Alexander Zakharov
Alexander Zakharov - avatar