Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Headers->Fromaddress?

Status
Not open for further replies.

ronnyjljr

IS-IT--Management
Joined
Nov 23, 2003
Messages
249
Location
US
Hello,

In my script I am using Headers->fromaddress to display the senders name. How do I display their email address instead of their name?

-Ron
 
I presume you have something like this
Code:
&quot;John Doe <johndoe@example.com>&quot;

you can replace his name with the adress again

&quot;johndoe@example.com <johndoe@example.com>&quot;

This worked for my php mailer

________
George, M
 
That is not what I want to do. Currently, the only item that is displayed by using Headers->fromaddress is the persons name. The e-mail address does not show up at all, how do I get the e-mail address to show up?

Thanks for the help anyways!
-Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top