PDA

View Full Version : mail configuration for login mail



cortiwiki
08-09-2007, 03:45 PM
Once a user has been added they will recieve an email with detailed instruction on how to gain access to the wiki.

Where I have to configure the server mail for do that?

Thanks
Corti

royk
08-09-2007, 05:45 PM
We use the internal PHP mail() function to send all emails.

cortiwiki
08-09-2007, 05:55 PM
In which file I must configure the ip mail server?

Thanks

Mike_Smith
08-13-2007, 12:11 PM
I did the following so it uses our works exchange server:

c:\windows\php.ini (if you using windows xp)


[mail function]
; For Win32 only.
SMTP = exchange.yourcompany.net
smtp_port = 25

Cheerz

royk
08-13-2007, 05:24 PM
In which file I must configure the ip mail server?

Thanks

This is a PHP configuration issue; on most Linux systems, you can modify /etc/php.ini; on Windows it may be different.

See: http://us.php.net/mail