How to make an email server in replit.
[deleted]
Hi everyone. So I want to make an email server in replit using html and php, but it is not working for reasons I am unaware of. Is php supported in replit?
Also, is there any other way to send a form to my email rather than using php?
Thanks!!!
You can use the
mail()
keyword.Maybe try that.
is php supported in replit with html? I know that replit has php servers, but I am not sure whether we can use a php file in a html program. Could you please clarify whether the program is working for you by making a replit as such?
Thanks! :)
OK. Does the above code run correctly in replit?
Ok, Thanks!