I have a problem, I'll simplify it down to the blog example.
1) Each 'post' is created by a different user stored in a 'User' database.
2) Several 'comments' belong to the one 'post'.
3) When a new 'comment' is made, the user who created the initial 'post' needs to be emailed.
I have setup the mailer and observer. I am just not sure how to get the user of the post's email address once a new post is made.
Any help would be wonderful (and I hope this makes sense).