login | register
Sun 12 of Oct, 2008 (12:46 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Thread UnlockedNon Sticky Thread

Users Package automatic email

xristina
Reply to this PostReply with Quote to this Post

Users Package automatic email

Posted: Thu 26 of Jun, 2008 (06:49 UTC),
hi,

i am using the users package for user registration. i have problems with sending automatic emails after registration and sending an email, if the user has forgotten the password.
i defined an email in the kernel package as adresser. do i have to change server settings so that this email-feature would work?

thank you for help

xristina
spiderr
Avatar
Joined: 08 Feb 2004
Reply to this PostReply with Quote to this Post

Re: Users Package automatic email

Posted: Fri 27 of Jun, 2008 (04:21 UTC),
xristina,

is this feature working for you here, at bitweaver.org ?
christina
Joined: 27 Jun 2008
Reply to this PostReply with Quote to this Post

Re: Users Package automatic email

Posted: Fri 27 of Jun, 2008 (06:50 UTC),
yes it works for bitweaver.org but not for my site.
Will
Joined: 28 Sep 2005
Reply to this PostReply with Quote to this Post

Re: Users Package automatic email

Posted: Sun 29 of Jun, 2008 (03:28 UTC),
is the email address you set in kernel a valid email address? your server may be having trouble sending the email if it is not.
christina
Joined: 27 Jun 2008
Reply to this PostReply with Quote to this Post

Re: Users Package automatic email

Posted: Mon 30 of Jun, 2008 (05:24 UTC),
i tried a valid email and a fictional email adress. where can i find information on how the email is sent, so i can talk to the server administration if they allow it or not? i couldn't find any documentation on that :-(
spiderr
Avatar
Joined: 08 Feb 2004
Reply to this PostReply with Quote to this Post

Re: Users Package automatic email

Posted: Mon 30 of Jun, 2008 (08:56 UTC),
If you are running apache, the place to look would be your apache logs - access_log and error_log. Your error_log might have something like: "Warning: mail() has been disabled for security reasons in /home/foo/bitweaver/bar.php on line 987..."

Check your php.ini (in /etc on unix) for something like "disable_functions = mail"