What setting/file/program do I need to allow my server to send emails from php scripts?

Brad

New member
I had php installed on a new server, but my php script doesnt send the emails. I've tested it on other servers and it works fine. I read somewhere online that PHP must be installed (and permissions given), but that something to send emails must also be installed or given permissions?

Does anyone know what I'm talking about? I can't find that document anywhere online anymore!

Thanks!
 
You need to configure a mail server so your script (or the function you call within it) has an endpoint to transmit the message to for routing.
 
Back
Top