PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Contact php and tmpl (http://www.photopost.com/forum/classifieds-bug-reports/146444-contact-php-tmpl.html)

gmptp September 6th, 2011 10:39 PM

Contact php and tmpl
 
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

Chuck S September 7th, 2011 08:00 AM

Not really sure what files your using but if I use contact.php the email will come from the email I enter on the contact form to use. It explicitly uses the $youremail variable which is the one you enter on the form and sends a straight php mail command to the server.

I would think maybe some server thing as you think on your server.


All times are GMT -5. The time now is 05:25 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97