"wrong" : apache + sendmail + php
problem:when user send email from our php webpage, the <return-path> of the out-going mail is always <apache@domain.com>
what is the general good practise to change this value from "apache" to the "reply-to" or "from" value?
thanks!
RS.