After a sudden problem with my database and 3 of the modules not showing up, i re added them manually, but now confermation emails do not work. about 50 people never go theirs and i sent them manually to their email adresses. what could be causing this problem?
What server environment is this? Has PHP been altered lately? All email from nuke (I think) is handled by the php mail() function. With the exception of phpbb which has its own class for juggling sockets.
Anyway if your admin config email is configured and its your valid user on the localhost and emails not being sent ask your host if there is a auth requirement or something that wasn't there previously.
Include this information in any contact with your host. Because that is all there is to the mail sent out in your account when registering. mail($user_email, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());
Line returns in $message are \n\n in some cases you might have to change that too \r\n or something.
Too many variables to take a blind whack at your problem.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum