Is it possible to check that participant received e-mail with login information?

Is it possible to check that participant received e-mail with login information?

Aleksandr Mirze གིས-
Number of replies: 4

Hi, 

After I add users to the system, I inform them that the login information has already been sent to the -mail.
Some of them confirm, and another one is not. But it`s very inconvenient to do it in such a way.
Maybe there is some internal tool of Moodle to check the status of the e-mail or some plugin.
Please advise how to solve that issue.

Kind regards
Aleks

དཔྱ་སྙོམས་ཀྱི་སྐུགས་ཚུ།: -
In reply to Aleksandr Mirze

Re: Is it possible to check that participant received e-mail with login information?

Krishna Mohan Prasad གིས-
Plugin developers གི་པར
Hi,
You can check for failed emails in log report.
One other way is to enable event monitoring rules. Create a monitoring for Email failed to send and subscribe to this rule, and you get notified when any email sending fails.
For more details find -> https://docs.moodle.org/401/en/Event_monitoring

Thnaks
In reply to Aleksandr Mirze

Re: Is it possible to check that participant received e-mail with login information?

Visvanath Ratnaweera གིས-
Particularly helpful Moodlers གི་པར Translators གི་པར
> Maybe there is some internal tool of Moodle to check the status of the e-mail or some plugin.

Moodle knows only that it sent the mail which was accepted by some middle party, a SMTP server. It could be anything: a service running in the local host, a service provided by your organization, a service you run on your own, a service you rented.

And Moodle's "no-reply" mailbox gets errors or warnings, if those parties complain - reject or delay or reject after a delay.

Nothing more. This is just like what you know once you've sent a mail to somebody.
In reply to Aleksandr Mirze

Re: Is it possible to check that participant received e-mail with login information?

Shree Ram Sharma གིས-
Hi,
If you want a sure shot. I would suggest marking a BCC to an email ID that you have access on. Let's say - no-reply@yop1mail.com, support-system@gmail.com. When you are sure email has been triggered from the system, you can check the count here by logging to the email you provided in BCC. You will also see the failed count here. like the email not delivered.

You can also go for Event Monitoring but that is only benefit once the user access the LMS - https://docs.moodle.org/401/en/Event_monitoring
Hope this will help!
Thanks