PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I tested the php mail function with my local server where i could change the php.ini file and it all worked well. But what if I want to use the function when my script will reside on a server where I have no access to the php.ini file?
What information do I have to add inside the script in this case and where?
allthough any web server with php support probably has builtin support for the mail function, because allmost and i said allmost all servers have a mail server
So, dull554, you mean I dont have to add any extra thing? It would be suffice if I just upload the script that uses mail function without being concerned about the server's php.ini configuration?