Not sure what you mean by that. But I am referring to what I copied and pasted from the php.ini file.
1 2008-01-31 18:44
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
2 2008-01-31 14:58
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
I installed it locally on my machine and it works fine. I checked my php.ini file and the SMTP and the send mail for win32 is uncommented. However I think her server is unix so the Win32 sendmail wouldn't matter?
3 2008-01-31 14:53
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
This is from the php.ini file. Not sure if this will help or not.
; 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 = /usr/sbin/sendmail -t -i
4 2008-01-31 02:50
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
All I know is that when people register they don't receive an email with their password in it. I will try to find out more about the server.
5 2008-01-31 02:33
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
Ok, well I am not sure about the server either. I am the designer on this project. My programmer is MIA. So I am trying to deal with this.
6 2008-01-31 02:28
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
Thanks for the quick reply. I appreciate that.
Well we tried the SMTP and that didn't work. But SMTP isn't needed to send out the emails right?
As far as other applications, I am not sure what the client has. What should I be looking for?
7 2008-01-31 02:20
Topic: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
I recently installed punbb for a client and I got it working. Well, sort of.
The problem is that when users register no email is sent out with the password. I read other posts that were similar to this but people seemed to have figured it out or the solution that was there didn't fix my problem. I need help. This is very frustrating. Honestly, if it were up to me I wouldn't be using this application for forums. It has been a nightmare from the start.
Thanks