Code for sending emails from Moodle Forum -
can know code sending emails forum? when replay on post in forum user received emails, need change email , grateful if 1 tell me code (function) send email.
best regards, jordan
if understand correctly may need utilise built in function 'email_to_user' found in /lib/moodlelib.php.
function email_to_user($user, $from, $subject, $messagetext, $messagehtml = '', $attachment = '', $attachname = '', $usetrueaddress = true, $replyto = '', $replytoname = '', $wordwrapwidth = 79)
Comments
Post a Comment