Reading Email

It’s not an e-mail example, but there is a popup screen in the most recent demo project that allows a user to enter in data into a form, and submit the data to a database. I think your use case is similar; get data from the user, and then use system.net.sendEmail() to send off the e-mail. What is your security concern with the from field? Does the smtp server not use authentication?