- 1
How can I send Email from SoloLearn playgrownd with function mail() ?
What's wrong with my code? https://code.sololearn.com/w25UCRXMBjr7/?ref=app
6 Antworten
+ 3
I don't think you can, but this is just my guess.
[Edit] https://www.sololearn.com/Discuss/1249597/?ref=app
+ 2
No you can not. mail function requires mail server
+ 2
Not possible with mail(). phpmailer does that.
+ 2
Yes of course not since php playground is what it is. It’s not possible since http request are not ether. It would take too much from the compiler when we consider how many requests sololearn gets.
+ 1
Maz , Toni Isotalo , what about using non local SMTP mail server?
+ 1
Toni Isotalo , as I understand,PHPMailer works on *nix system using sendmail. I think PHPMailer will not work on SoloLearn playground.
But I trust that must be a way to send Email from SL playground