Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-18-2002, 12:58 AM
apbc apbc is offline
Registered User
 
Join Date: Nov 2001
Location: Kamloops, BC
Posts: 3
Send a message via ICQ to apbc
From: Nobody

Ok.. I know its been asked before, but all the answers seem to have disappeared...

How do I get rid of the From: Nobody (hrblahblah) in a message generated by php?

The mail command I am using is:

mail($address,$subject,$texts,$headers);

Thanks for the help!
Reply With Quote
  #2  
Old 01-18-2002, 10:11 PM
Stone Stone is offline
16 Month Customer
 
Join Date: Jan 2001
Location: Atlanta
Posts: 29
Just substitute something like j.edgarhoover@fbi.gov.

hee hee cough cough
Reply With Quote
  #3  
Old 01-19-2002, 12:36 AM
alan92rttt alan92rttt is offline
Registered User
 
Join Date: Jan 2002
Posts: 12
Send a message via AIM to alan92rttt
if you got www.php.net and lookup the syntax for the sendmail command you find out how to stub in a send from address.

Some mail servers will not accept mail with out a send from address.
Reply With Quote
  #4  
Old 01-19-2002, 12:39 AM
JoeF JoeF is offline
QL User
 
Join Date: Jan 2002
Posts: 71
mail($address,$subject,$texts,'From: whoever@what.com'.$headers);
__________________
--
Joe F
Reply With Quote
  #5  
Old 01-19-2002, 08:23 PM
apbc apbc is offline
Registered User
 
Join Date: Nov 2001
Location: Kamloops, BC
Posts: 3
Send a message via ICQ to apbc
Mad

Thanks.. was able to find the answer and lots more at php.net
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump