10-15-2016, 10:35 PM
email_test.php has the code below, I guess that is why it only works with admin account. Safe to remove? How would I modify user ID check to maybe Administrator group membership?
<pre></pre>
Still trying to hunt down why registration verify fails to send email...
<pre>
Code:
<?php if($user->data()->id != 1){
Redirect::to('account.php');
}
Still trying to hunt down why registration verify fails to send email...