Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.5
Author Message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Jun 06, 2003 9:21 am Reply with quote

Some have not been receiving their email activation notices (no idea why). If you have not received your email in about 10 minutes after registering, something is wrong. Please PM me with your username if this happens. Thanks!
 
View user's profile Send private message
Raven







PostPosted: Fri Jun 06, 2003 1:09 pm Reply with quote

I activated your id Smile
 
MickP
Hangin' Around



Joined: Sep 17, 2003
Posts: 31
Location: Australia

PostPosted: Sun Apr 04, 2004 10:06 pm Reply with quote

This is happening on my sites, and a few others that I know of (both nuke and other cms) and seems to be mainly to users who have AOL, Hotmail, Msn or yahoo email addresses.
 
View user's profile Send private message Visit poster's website
MissVicky
New Member
New Member



Joined: Mar 23, 2004
Posts: 21

PostPosted: Tue Apr 06, 2004 12:36 am Reply with quote

Raven, how did you manually activate his id?

Miss Vicky
 
View user's profile Send private message
Raven







PostPosted: Tue Apr 06, 2004 5:15 am Reply with quote

That was from June 6, 2003. You expect me to remember that Laughing? I was having email problems with my ISP. Download my Only registered users can see links on this board! Get registered or login!. That allows you to activate them by just clicking on the link yourself.
 
BobMarion
Former Admin in Good Standing



Joined: Oct 30, 2002
Posts: 1037
Location: RedNeck Land (known as Kentucky)

PostPosted: Tue Oct 19, 2004 11:28 pm Reply with quote

Not to chime in here but I found when coding NSNYA that the email headers are not correctly formatted. they use
Code:
\n
AOL and those others will trash the email useless the headers use
Code:
\r\n
which means the Your Account file needs to be updated to use something like:
Code:
                $from  = "From: $adminmail\r\n";

                $from .= "Reply-To: $adminmail\r\n";
                $from .= "Return-Path: $adminmail\r\n";
                mail($user_email, $subject, $message, $from);
instead of
Code:
                $from  = "From: $adminmail\n";

                $from .= "Reply-To: $adminmail\n";
                $from .= "Return-Path: $adminmail\n";
                mail($user_email, $subject, $message, $from);

_________________
Bob Marion
Codito Ergo Sum
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
Raven







PostPosted: Wed Oct 20, 2004 6:10 am Reply with quote

I have posted about this elsewhere in the past. The RFC requires '\r\n' but most servers are not 'strict' and allow '\n'.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.5

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©