This is rather a mailing question than a php question. I wanna send email using my SMTP server, and use a name in the From: field. Previously, the receiver's email client will show like:
From: eddy05@hotmail.com To: Receiver@whatever.com
I wanna change it to be:
From: eddy05's Mailing Server 1.0 To: Receiver@whatever.com
Can anyone tell me how (I know it's in the php.ini, but I dunno wad to change my email add to)? Thanks.

