View previous topic :: View next topic |
Author |
Message |
Zontral -
Joined: 06 Apr 2004 Posts: 7
|
Posted: Thu Apr 15, 2004 3:06 am Post subject: PHP Nuke does not send confirmation emails.... |
|
|
I am running PHP Nuke 7.1, and whenever someone signs up on my site, they do not recieve a confirmation email and therefore cannnot complete their registration... |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Thu Apr 15, 2004 4:28 am Post subject: |
|
|
looked at the help files?
maybe disable the confirm option? |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Fri Apr 16, 2004 6:21 am Post subject: |
|
|
Hi Zontral,
Check your php.ini file and make sure the [mail function] is setup properly.
Then, go into PHP-Nuke Administration > Preferences and make sure your
email settings are the same as the php.ini. |
|
Back to top |
|
 |
Zontral -
Joined: 06 Apr 2004 Posts: 7
|
Posted: Sat Apr 17, 2004 2:13 am Post subject: |
|
|
I do not know exactly what you mean by "set up properly" so here is the code underneath [mail function]
Code: | [mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
sendmail_from= me@localhost.com ; for Win32 only
; For Win32 only.
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = |
I am running a Win32 server so I think that part is set up properly. |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Apr 17, 2004 2:46 am Post subject: |
|
|
SMTP = smtp.youremail.com
sendmail_from=youremailaddress
That's what you have to configure.
If you use Outlook Express, use the smtp settings from that. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sun Apr 18, 2004 3:09 am Post subject: |
|
|
You will obviously need an SMTP server to send email. Try this one if you already don't have one.
You can also try a Windows-like sendmail (try this), but I have experienced more success with an SMTP server. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|