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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
octanium
Forum Newbie
Posts: 1
Joined: Mon Jul 01, 2002 2:33 pm

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

Post by octanium »

How do I change the PHP Admin email adress???
It's me@loacalhost.com at the moment...

Thank you, :wink:

Octanium
User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

In your php.ini file
User avatar
Pepe_Le_Pew
Forum Newbie
Posts: 6
Joined: Tue Jul 09, 2002 9:52 am
Location: Longueuil, Québec

Post 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 :-)
Post Reply