can we send email...

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
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

can we send email...

Post by rajan »

can i send email to anybody without giving the information about sender email address.
nobody can know from which email address the mail has come.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the email must come from somewhere. The server you are sending it from will be recorded as part of the message's header information. So, yes and no... Yes the user using it can be "anonymous" but the email does in fact come from somewhere.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the following was erroneously posted as a new thread:
rajan wrote:how the user can be anonymus for sending email in php.
your script doesn't give out any of their information.. using the server's credentials (accounts) instead.
Post Reply