Forum Moderators: coopster
Yahoo! news [m2f.news.yahoo.com]
If you enter your name along with your email address, it will send the email, but it will appear to actually come from a name (whatever name the user types in). Is this possible to do in PHP? Thanks!
[edited by: eelixduppy at 10:52 pm (utc) on Feb. 21, 2008]
[edit reason] fixed link side scroll [/edit]
As per their example, set a custom header for this information:
$headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n";