Heh Ladies & Gents.
Thanx for taking the time to review my post. Appreciated. I'm a complete n00b to PHP so plz bare with me.
I'm trying to write an Interface that allows users to send mail through a particular SMTP Server . I work in a NOC enviroment and this would make testing for lags a lot simpler.
Essentially the SMTP Server, from address, to address, Subject and msg bodies are all assigned using variables posted to a php script.
Problem now is that i've got the variables but where too now? I know i can use the shell_exec('telnet $SMTP port') but i am going to receive receive prompts back from the SMTP server and based on the response i need to echo back a command.
I've scoured the net without luck for anyone who has had a need for this before.
Any input will be greatly appreciated.