Upload users - no email notification

Upload users - no email notification

by Stefan Scholz -
Number of replies: 1
Picture of Plugin developers
Hi Rad,

These emails are sent out by a regular task which is triggered by a cron job.

Is it possible that you have either not setup cron or that something is preventing it from running properly?

You can check that in site admin > server > scheduled tasks

The task you are looking for is

Send new user passwords
\core\task\send_new_user_passwords_task

Hope this helps!

Best
Stefan
In reply to Stefan Scholz

Odp: Upload users - no email notification

by Rad Mak -
Hi Stefan,

Thank you for your answer, I wasn't aware about that cron job functionality. Your first guess was spot on - I haven't touched cron setup at all.

Now, I checked Tasks - all settings are set to default and cron is enabled. Digging deeper - Task logs and Tasks running now are empty (nothing to display message) whch indicates nothing happened since I started my tests.

I found the task you mentioned: never been ran, next run: asap, time settings: all "*". Using help I set up this task to run today (it should launch as I write) and gave it 5 minute window. Will see if that does anything.

In any case, thanks to your help I have narrowed the issue. Will work with it and see if I succeed.

Sincerely,
RM.