What is the equivalent this command on a php script.
The reason is... using this sendmail command below on Novell prompt works perfectly fine but I can't make it work inside php script.
The reason is... using this sendmail command below on Novell prompt works perfectly fine but I can't make it work inside php script.
Code:
LOAD sys:sendmail\send.nlm xxxl@xxx.com ddtpx1.xxx.com -dxxx_fs.xxx.com -fxxxx@xxxx.com -shello;
Comment