I'm using the original Contact php and tmpl
when buyer click on contact seller and post an email From contact
the From Email even though the seller enter say
abc@test.com
but this
abc@test.com never appear in the mail sent, the mail from is always appear to send from: classifieds photoads administrator email.
What could be wrong, do I need to configure any option to make it work? to make the From email contact appear as From email the buyer input.
Origiinally I thought is my sendmail.ini the force_sender override the seller From email, so I've commented out see below however below only affect Mail From and contact.php and tmpl are using From: so by right below shouldn't matter right? Even though I've commented out below sendmail.ini, but still the From email still appear to be send from
admin@ppc.com instead of
abc@test.com. Help.
; to force the sender to always be the following email address, uncomment and
; populate with a valid email address. this will only affect the "MAIL FROM"
; command, it won't modify the "From: " header of the message content
; force_sender=admin@ppc.com