Page 1 of 1

help please

PostPosted: 25. July 2006 11:41
by mastercrypt
how do i activate php mail for script so i dont have to use smtp mail ??

Sincerly Lars :oops:

PostPosted: 25. July 2006 11:59
by Izzy
This is done in xampp\apache\bin\php.ini file in this section:

Code: Select all
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "\xampp\sendmail\sendmail.exe -t"

Use this post to configure it:
http://community.apachefriends.org/f/viewtopic.php?t=16642

or this post:
http://community.apachefriends.org/f/viewtopic.php?t=13488

HTH

i change in php.ini

PostPosted: 25. July 2006 12:14
by mastercrypt
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = service@domainame.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "\xampp\sendmail\sendmail.exe -t"

and restarted apache and it still wont work ??

PostPosted: 25. July 2006 12:26
by Izzy
Please read my post.