I want to change the core variable for SMTP without accessing the php.ini directly.
Is there a function to do that? For environmental variables I can use putenv(), for example.
I cannot access the machine itself now but I can upload a script via FTP that changes it if I only know which function to use!
Is there a function to do that? For environmental variables I can use putenv(), for example.
I cannot access the machine itself now but I can upload a script via FTP that changes it if I only know which function to use!