See User Enrolment Sent Messages

See User Enrolment Sent Messages

Fraser Webster -
回帖数:2

Hi, is there any way to view the automated message sent to users when their account is created? I don't mean the text in the message or the settings, I mean an actual 'outbox' or 'sent mail' area where I can see each one that was sent to each user? 

I'm using Moodle Workplace. 

Thanks. 

平均分:Useful (1)
回复Fraser Webster

Re: See User Enrolment Sent Messages

Dan Marsden -
Core developers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像 Plugins guardians的头像 Testers的头像 Translators的头像
not within Moodle itself, but depending on how your webserver sends mail there may be some form of logging in your mail server that does this.

Some Moodle partners (like us) deploy various patches that allow us to track this a bit better - the main work that enables this that we use is in the tracker issue here if that's useful:
https://tracker.moodle.org/browse/MDL-69724
回复Fraser Webster

Re: See User Enrolment Sent Messages

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 Translators的头像
I think a Cc to should be easily added to the PHPMailer in Moodle, if a copy of every mail going to a single mailbox solves the problem.