Page 1 of 1

[b]I need to change Default PHP Admin email adress[/b]

Posted: Mon Jul 01, 2002 2:33 pm
by octanium
How do I change the PHP Admin email adress???
It's me@loacalhost.com at the moment...

Thank you, :wink:

Octanium

Posted: Mon Jul 01, 2002 2:38 pm
by mikeq
In your php.ini file

Posted: Thu Jul 18, 2002 6:00 am
by Pepe_Le_Pew
On windows, change the following line in your PHP.ini file...

[mail function]
; For Win32 only.
SMTP = smtp1.sympatico.ca ; for Win32 only <---- Put a valid smtp server

; For Win32 only.
sendmail_from = me@localhost.com; for Win32 only <---- Change this to your address mail


save your php.ini file,restart your http server and you're in :-)