Search found 5 matches

by dtascher
Mon Dec 12, 2016 2:07 pm
Forum: General discussions
Topic: Email Delivery Issues
Replies: 12
Views: 14390

Re: Email Delivery Issues

I haven't gotten that far with the product yet, once I get that far I'll check to see why it isn't sending.
by dtascher
Fri Dec 09, 2016 11:09 pm
Forum: General discussions
Topic: Email Delivery Issues
Replies: 12
Views: 14390

Re: Email Delivery Issues

For the other people with this issue, I fixed it by doing the following changes:

update line 72 in admin/ajax.user.php to:
case 'activate_user':
$user->getUserById($userId, true);
$user->setStatus('blocked');
$user->activateUser();
echo json_encode($user->getStatus());
break;

update line 23 ...
by dtascher
Thu Dec 08, 2016 3:27 pm
Forum: General discussions
Topic: Email Delivery Issues
Replies: 12
Views: 14390

Re: Email Delivery Issues

Can you tell me where in the code it is sending the email when a new user registers so I can take a look at what might be wrong?
by dtascher
Tue Dec 06, 2016 10:36 pm
Forum: General discussions
Topic: Email Delivery Issues
Replies: 12
Views: 14390

Re: Email Delivery Issues

Yeah, its not even hitting the mail server. There are no entries at all for user email.
by dtascher
Fri Dec 02, 2016 7:54 pm
Forum: General discussions
Topic: Email Delivery Issues
Replies: 12
Views: 14390

Re: Email Delivery Issues

I am also having the same issue. I am getting emails to the administrator user but users are not getting emails when they register with their credentials when they are activated.