Totara Learn Open Discussions

“From” field on emailed certificate

 
??
“From” field on emailed certificate
?? 发表于 2018年08月21日 Tuesday 18:35
 

When certificates are emailed from the certificate module, the system picks (seemingly) random Site Manager names for the “From” field for the email. The email address itself is the generic one I have set for “sender address” in General Settings. But I can’t figure out where to configure (or remove) the name.

Craig Eves
Re: “From” field on emailed certificate
Eves (Totara Support)Craig 发表于 2018年08月21日 Tuesday 19:20
小组 Totara

Hi Cara

The rules for the Certificate module in the certificate code are

  • First it looks for the teacher (a user that has capability moodle/course:update in module context) with the highest "authority" which is determined by the ID of the teacher
  • Then it looks for a non-editing teacher if no teachers are found (uses the same capability) and sorted but the highest "authority" again
  • And then if no teachers are found then it uses the administrator
Regards
??
Re: “From” field on emailed certificate
?? 发表于 2018年08月22日 Wednesday 05:38
 

This is very helpful. Thank you.