Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以知道从论坛发送电子邮件的代码在哪里吗?当有人在论坛中重播用户收到电子邮件的某个帖子时,我需要更改此电子邮件,如果有人告诉我代码(函数)从哪里发送此电子邮件,我将不胜感激。
最好的问候,乔丹
如果我理解正确,您可能需要使用 /lib/moodlelib.php 中的内置函数“email_to_user”。
function email_to_user($user, $from, $subject, $messagetext, $messagehtml = '', $attachment = '', $attachname = '', $usetrueaddress = true, $replyto = '', $replytoname = '', $wordwrapwidth = 79)