Hi,
I have to make a Staging site for a client. It is on linux with apache 2. All works fine except SendMail. I cant find the SendMail app they use. The client cant tell me which it is.
In the .cgi they declare it uses this declaration :
use SendMail;
I tried the sendmail file at but the send method is not the same. I use "$mail->send_mail()" but this component use "sendMail()".
Anyone has an idea which sendmail it is? Maybe the company who started the site did it? It is possible?
Thanks a lot
I have to make a Staging site for a client. It is on linux with apache 2. All works fine except SendMail. I cant find the SendMail app they use. The client cant tell me which it is.
In the .cgi they declare it uses this declaration :
use SendMail;
I tried the sendmail file at but the send method is not the same. I use "$mail->send_mail()" but this component use "sendMail()".
Anyone has an idea which sendmail it is? Maybe the company who started the site did it? It is possible?
Thanks a lot