Adding Email Notifications
I have a need to add two mail notifications.
The first is a notification email to users when they register with the site, but does not require validation. It should be more of just a welcome to the site email. My thought was to take the validation email that's currently built into Tiki, and use that for the process of sending the email. Then when the user goes to login for the first time, the site doesn't check to see if they are valid. That being said, I can't find the proper place to turn off the validation check when users login. Is it in the tiki-login.php page?
The second notification is to a user when an article they submitted was approved. I can't really think of a way of doing this, unless there is a way to force them to watch articles they submitted. Any suggestions with this?