0

有人可以知道从论坛发送电子邮件的代码在哪里吗?当有人在论坛中重播用户收到电子邮件的某个帖子时,我需要更改此电子邮件,如果有人告诉我代码(函数)从哪里发送此电子邮件,我将不胜感激。

最好的问候,乔丹

4

1 回答 1

1

如果我理解正确,您可能需要使用 /lib/moodlelib.php 中的内置函数“email_to_user”。

function email_to_user($user, $from, $subject, $messagetext, $messagehtml = '', $attachment = '', $attachname = '',
                       $usetrueaddress = true, $replyto = '', $replytoname = '', $wordwrapwidth = 79)
于 2014-03-13T10:54:46.520 回答