Use this event handler to send a question or comment e-mail from portal users to your company's general e-mail address, as defined on the General Parameters form.
This event handler fires when the method SendCommentEmail is called. This works in conjunction with the stored procedure SendCommentEmailSp, which is called when the portal user clicks Submit. The stored procedure reads the text in the Questions/Comments box and passes it as a parameter into a send e-mail event message that is sent to the e-mail address defined on the General Parameters form. SendCommentEmail is created as a method on the SLParms IDO. The variables passed in are the user name and e-mail comments.