There are no users you are capable of emailing.( Quick mail Block)

There are no users you are capable of emailing.( Quick mail Block)

Reham Esmat - દ્વારા
Number of replies: 8

I'm using moodle version 3.8, i'm trying to send emails from quick mail block but it tells ma There are no users you are capable of emailing. 

However i'm selecting a lot of users. 

this issue only happens when i upgrade the moodle version from 3.5 to 3.8  


In reply to Reham Esmat

Re: There are no users you are capable of emailing.( Quick mail Block)

Pathapee Asasen - દ્વારા
Hello Reham, I have the same problem with Moodle 3.8.1+
Attachment Capture.PNG
In reply to Reham Esmat

Re: There are no users you are capable of emailing.( Quick mail Block)

Raymond Barrett - દ્વારા
In reply to Reham Esmat

Re: There are no users you are capable of emailing.( Quick mail Block)

Dimitar Ivanov - દ્વારા

Here is a fix that works, from a comment on the plugin's page (https://moodle.org/plugins/block_quickmail?nonjscomment=1&comment_itemid=52&comment_context=50&comment_component=local_plugins&comment_area=plugin_general&comment_page=0)


Simply Modify /blocks/quickmail/js/selection.js at line 53

Change: return $("#mform1").submit(function() {

To: return $(".mform").submit(function() {

After you are done simply save and clear the server cache...then it works!