hi everyone,
Im a newbie to linux..im using centos 5 distro and i have a php application which sends a mail after the registration with the registration activation link to the user...

i use the smtp feature in php.ini to send that mail

i changed sendmail_path as sendmail_path = /usr/sbin/sendmail -t -i -F abc@xyz.com

but on the user side in the from address field get as

from: abc@xyz.com <apache@xyz.com>

my problem is i want to change the 'apache' in <apache@xyz.com> to 'abc' like it have to display

from: abc@xyz.com <abc@xyz.com>

please help me out...I request and waiting for ur valuable response...thanx in advance..