Email moodle user data after registration
问题 i need to send a custom email to the admin after user registration on my moodle site, but i want it to have all the user iformation displayed, i been searching a lot and found this link, it sends a custom email to the admin with the user name, but i've ben trying to send more info like custom fields added by me or even default fields like the phone but i can't find a way, i hope u help me. 回答1: You could use the 'user_created' event. http://docs.moodle.org/dev/Events_API#Users Haven't tested