SHY
12-29-2005, 09:08 AM
greetings,
i have a following problem with the usage of the php's mail() function on one particular server.
the reason of the problem is that the leadership of the server has deactivated this function for "security reasons" and apparently they dont have any other way to send e-mails thru php interface (like SMTP or sendmail) or they just dont even know about it.
there's only one "reasonable" solution in this situation (apart from moving the whole webpage to another server, which is at this moment unacceptable) and that is to move the mailing script on another server and use some php interface to access the script without leaving the server where the webpage itself is run. the thing is that i cant make it done yet, cause i acctually dont have enough information about any specific interface that could be use in this situation. so im asking you, wise guys of the CodingForums, how could this be done? i was thinking of using Curl, but im not sure if this is a good one. if there is any other way to make it work (without substracting the mail script from the rest of the page totally), tell me. im sure there is a solution to this but i personally cant figure it out.
and btw, i couldnt even look at the information from phpinfo() function cause that one is deactivated for security reasons as well.
thank you very much in advance :-) i would be very grateful for any information in this case.
SHY
i have a following problem with the usage of the php's mail() function on one particular server.
the reason of the problem is that the leadership of the server has deactivated this function for "security reasons" and apparently they dont have any other way to send e-mails thru php interface (like SMTP or sendmail) or they just dont even know about it.
there's only one "reasonable" solution in this situation (apart from moving the whole webpage to another server, which is at this moment unacceptable) and that is to move the mailing script on another server and use some php interface to access the script without leaving the server where the webpage itself is run. the thing is that i cant make it done yet, cause i acctually dont have enough information about any specific interface that could be use in this situation. so im asking you, wise guys of the CodingForums, how could this be done? i was thinking of using Curl, but im not sure if this is a good one. if there is any other way to make it work (without substracting the mail script from the rest of the page totally), tell me. im sure there is a solution to this but i personally cant figure it out.
and btw, i couldnt even look at the information from phpinfo() function cause that one is deactivated for security reasons as well.
thank you very much in advance :-) i would be very grateful for any information in this case.
SHY