|
Posted by Erwin Moller on 08/27/07 14:08
shror wrote:
> I need your knowledge,
>
> I want to add to my website php.ini file to change the settings of my
> mail() function so that my function is working fine except that the
> sender email is not my user but nobody@hostingprovider.com so Someone
> told me that its easily edited using php.ini but he dont know how, so
> I thought that you could help me in this situation.
>
> more details about my hosting:
> - Linux host
> - php 4.4.6
> - apache
>
> thanks for your help in advance
> shror
>
Hi,
Well, php.ini is edited by any texteditor (try nano or pico on *nix
hosts for simple editing).
But chances are you cannot edit it because you do not have permissions.
And you don't 'add php.ini' to your php installation, it is already there.
Try the function phpinfo() to get detailed information concerning it
whereabouts. ;-)
And can you not just add a From in your emailprogram instead of using
php.ini?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|