View Poll Results: Rate this thread
- Voters
- 2. You may not vote on this poll
-
Useful
1 50.00% -
Good
0 0% -
average
1 50.00% -
useless
0 0%
Results 1 to 1 of 1
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 ...
- 04-22-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- chennai
- Posts
- 1
using sendmail_path in php.ini on centos 5
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..


Reply With Quote