0
How can i put php mail function to fetch enquiries through mail .. ??
6 Réponses
+ 3
The mail() function allows you to send emails directly from a script.
There are three mandatory parameters, rest are optional.
Syntax - mail(to,subject,message,headers,parameters);
For more information visit https://www.w3schools.com/php/func_mail_mail.asp
+ 1
Nilofar Desai It would not work in sololearn browser . As there is no implementation of mail in solo learn. So if you want to use it first host a web server than try it.
+ 1
On every browser it throw error if it is not defined in server
0
Bt that doesn't Work ..
0
Nikhil I didn't run it on solo learn 😂😂 ..
0
👍🏻👍🏻👍🏻👍🏻..