nedd help on a form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lisawebs
Forum Commoner
Posts: 44
Joined: Wed Nov 19, 2003 6:21 pm

nedd help on a form

Post by lisawebs »

When I receive the msg from my form.php
the sender appearing in my mail box is the server address not the
"sender email" in the form,

How can I have this "email field" on the form
appearing on the sender column when msg is listed.

Thanks
User avatar
boo
Forum Commoner
Posts: 42
Joined: Mon Jul 02, 2007 11:30 am
Location: NY

Post by boo »

Do you have any code we can look at?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Well, the sender IS the server. What's your code that sets the "From: " header?

BTW, I suggest you use SwiftMailer
Post Reply