Please tell me how to send a letter in php. My codeā¬‡ļø | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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
Š¢ŠøŠ¼Š¾Ń„ŠµŠ¹ ŠžŃ€Š»Š¾Š²ŃŠŗŠøŠ¹