|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 3
|
|
| Author |
|
|
Stranger Joined: Feb 5, 2008 Post Count: 2 Status: Offline |
Hello! I learned how to create a "tell-form" with Stefan Mischook's help, as detailed in a tutorial in Web Design 2.0 magazine. I"ve been able to customize a fair bit, which I love! I'm not a programming by any means but can follow php enough to enable customization. The last part I'm stuck on is being able to change the "From" line in the sent email. It always appears as "Nobody." Actually, I see that it uses my host and is written exactly as: "Nobody" <nobody@web202.smartwebservers.com> Is it possible to change the "Nobody" line? And how would I do this? Thanks so much! Great tutorials! diane |
||
|
|
Advanced Member UK Joined: Dec 29, 2004 Post Count: 1662 Status: Offline |
The PHP mail() function is as follows: mail(your@email, Subject, Message, Headers); The last parameter, header, allows you to place email headers such as "From: email@address.com". ---------------------------------------- Pavonis Mons | Listen of the week: "Residue of Desire" by Acumen |
||
|
|
Stranger Joined: Feb 5, 2008 Post Count: 2 Status: Offline |
Thank you so much! It works! And I love it!!!!! diane |
||
|
|
|
|
|
Current timezone is GMT Mar 22, 2010 2:59:55 AM |