You need to sign in to do that
Don't have an account?

Can VF/apex be used to create simple EMAIL feedback form?
I am developing a site in Visualforce and would like to offer user a simple form to send me feedback via email. There would be 3-4 fields like name, user's email, reason and feedback and "send" button. Clicking the send button should automatically send that message to my email address.
I do not want to store the form data in salesforce at least for now...All the stuff I found online about visualforce/apex and email is about saving that data to salesforce too.
Can I just make use of apex's email capabilities and send out email without storing that data anywhere in salesforce?
Thanks,
Calvin
Ok looks like it can be done. Apex does provide email capabilities.
All Answers
Ok looks like it can be done. Apex does provide email capabilities.
Hi,
I am fumbling my way through documentation trying to learn how to be a developer! Fun, but not particularly productive :)
What is the process to create the feedback form; from start to finish?
Thanks!
Developer_Novice