Free Arcade Script
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Forum
Demo
Help
Search
Store
Gallery
Contact
Login
Register
Free Arcade Script
»
Forum
»
FAS Help
»
V3.x
»
Mail activation issue
Recent
« previous
next »
Print
Pages: [
1
]
Author
Topic: Mail activation issue (Read 4669 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;
}
Logged
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
Logged
am-fs
Owner
Developer
Full Member
Posts: 228
Force: +1/-0
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.
Logged
Arcade SEO
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.
Logged
Print
Pages: [
1
]
« previous
next »
Free Arcade Script
»
Forum
»
FAS Help
»
V3.x
»
Mail activation issue