Page 1 of 1

Mail from php with qvcs

Posted: Mon Jun 17, 2002 4:41 am
by adipublic
Hi!
I succesfully instaled qvcs Qmail-Vmailmgr-Courier-SquirrelMail
on my RH72 system. I can send mail from webmin interface.
I work also with php pages.In the past, with sendmail, i used function:
mail($to, $subject, $message, $headers) for sending mail from web page;
How to use this function with qvcs(an example), or another function for
sending mail from php web page?
Tx in advance for any help
Adi

PS:
1.i made:
ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
but didn't work