Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Massive messages
Tagged: Mailing, massive messages
- This topic has 10 replies, 3 voices, and was last updated 7 years ago by Mark Morgan.
Viewing 11 posts - 1 through 11 (of 11 total)
-
AuthorPosts
-
November 20, 2017 at 11:31 am #136458daammonSpectatorHi, I have a problem when trying to send a message to a large number of students. Up to 200 students it seems to work but after that number the "sending messages" button never ends and it keeps charging forever. What can I do? I need to send these massive mails to 500 students. Thank you! DanielNovember 21, 2017 at 2:16 pm #136609H.K. LatiyanParticipantHi, This seems to be memory limit issue. Please try increasing your php memory limit. Also can you please share the php error log with us to check the error on your website.November 25, 2017 at 2:29 pm #137164daammonSpectatorHi, I have extended the memory limit but still not working correctly. Perhaps is it taking a lot to send the messages? Another questions which is driving me crazy. I am sending messages to all the students in my course and when they reply their message is sent to all the students! So I have 500 students in one course and when one of them replies to my message the system sends 500 mails to all the students! How can I stop that? What can I do if I want to send them only messages not mails? Thank you, DanielNovember 27, 2017 at 6:04 am #137255H.K. LatiyanParticipantHi, Can you please share the php error log to check the error. Also you can send the bulk message instead of emails, refer: http://prntscr.com/hfpytrNovember 27, 2017 at 11:41 am #137289daammonSpectatorHi, The problem with the number of mails seems to be solved. The hosting provider changed some memory settings and now it is working. Regarding the bulk messages, that's the problem!! I am using the bulk messages but those messages become mails! And other users respond to those messages which starts a chat of mails that is collapsing everyone's mailbox. I would like to control that. Is there a way to send bulk messages without allowing the users to respond to all the users? That is quite crazy. I send a message to 500 students and they start sending messages to everyone. Thank you, DanielNovember 28, 2017 at 8:05 am #137364H.K. LatiyanParticipantHi, The email is sent by buddypress if any message is sent to the user. To stop the emails from being sent, you can add the below code in your wplms-customizer.php file present in your wplms customizer plugin.November 28, 2017 at 8:05 am #137365H.K. LatiyanParticipantCode: add_action('init',function(){ remove_action( 'messages_message_sent', 'messages_notification_new_message', 10 ); });December 17, 2017 at 10:01 am #140162daammonSpectatorHi Latiyan, So I undertand that, from the teacher side, there is no way to send mails to the students of an specific course without allowing them to start a global chat between them. Is that right? Thanks, DanielDecember 18, 2017 at 6:36 am #140198Mark MorganSpectatorHi, If you dont want to allow students to start a global chat, then you can send them Personal Message. ThanksDecember 18, 2017 at 7:21 am #140202daammonSpectatorHi Mark, What do you mean with Personal Message? Can I send those personal messages to all the students in one course at the same time? Thanks, DanielDecember 18, 2017 at 12:29 pm #140235Mark MorganSpectatorHi, No you can not send messages to all students of a particular course at the same time. You have to send messages to them one by one. To send Private Message please go to wplms -> profile -> messages -> compose. Refer : http://prntscr.com/hp1wls http://prntscr.com/hp1ynu
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
- The topic ‘Massive messages’ is closed to new replies.