Please tell me how to send a letter in php. My code⬇️ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please tell me how to send a letter in php. My code⬇️

https://code.sololearn.com/wyh1E34uZpy9/?ref=app

1st Jun 2020, 6:50 PM
Тимофей Орловский
3 Answers
+ 2
Removing some of the spaces should make it work. Btw, you can't send emails from SoloLearn, you will have to run it locally from your device for that. Try this: <?php $result= mail("email@.gmail.com","test","test"); var_dump($result); ?>
1st Jun 2020, 7:56 PM
ReimarPB
ReimarPB - avatar
0
Thank:)
3rd Jun 2020, 7:02 AM
Тимофей Орловский
0
I tried to create an html page and use php but it didn’t work🙁
3rd Jun 2020, 7:18 AM
Тимофей Орловский