User registration process - Server Code
Is it possible to send an email after inserting a row into a collection using Server Code?
I'd like to use this as part of a user registration process. The idea is for a new user to register and then for the server to send an email containing a link to activate the account.
Or is there a better way to achieve this kind of functionality?