Page 1 of 1

help with mail

PostPosted: 03. March 2004 22:12
by lesmond
I really cant get any sendmail to work :oops: I just can't sort it out!
this is the response from phpBB
Code: Select all
General Error
Couldn't get mail server response codes

DEBUG MODE

Line : 115
File : F:\xampp\htdocs\forums\includes\smtp.php


Any help please :?:
Lesmonds

PostPosted: 06. March 2004 14:58
by Maller
Open up your php.ini located in c:/xampp/apache/bin
find the Mail function, and edit SMTP to your ISPĀ“s smtp server.
sendmail_from is the email adress your want the recipent to see.
Leave the sendmail path alone, as it only works on *nix machines.
Code: Select all
[mail function]
; For Win32 only.
SMTP = smtp.isp.net

; For Win32 only.
sendmail_from = mail@domain.com

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

If you want sendmail for windows, you should do a google search on blat

Remember to restart apache for the changes to take effect