*

Recent

Author Topic: Mail activation issue  (Read 4420 times)

rajat

  • Newbie
  • *
  • Posts: 18
  • Force: +0/-0
Mail activation issue
« on: September 26, 2015, 02:39:23 AM »
I am getting this issue when anyone sign up, what to do ?

This is 62-76 Lines
mail($email, $subject, $message, $headers);
   }else{
   $db->query(sprintf('INSERT INTO fas_users SET
            username=\'%s\',
            password=\'%s\',
            salt=\'%s\',
            activation_key=\'%s\',
            email =\'%s\',
            pass_question =\'%s\',
            pass_answer =\'%s\',
            joindate=\'%u\'',$user_name, $pass, $salt, '0', $email, $question, $answer, $time));
            echo '<div class=\'msg\'>Success, you\'ve now registered.</div>';
   }
return;
}

rajat

  • Newbie
  • *
  • Posts: 18
  • Force: +0/-0
Re: Mail activation issue
« Reply #1 on: September 26, 2015, 06:41:36 AM »
Mail activation problem solved now this error is not showing and emails are receivable on gmail but not on hotmail, outlook or live.com what about this

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Mail activation issue
« Reply #2 on: September 27, 2015, 11:18:15 AM »
I will look into this

I can confirm hotmail worked on my end.

rajat

  • Newbie
  • *
  • Posts: 18
  • Force: +0/-0
Re: Mail activation issue
« Reply #3 on: September 29, 2015, 05:30:44 AM »
it's now working i found a solution on youtube, that was the problem from hosting site.