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

Visualforce email template - edit before sending
I've got a visualforce email template we use to send detailed information to our clients. However my users would like to be able to type/edit the email body before sending so they can include additional information. Most templates allow this, but the VF template is read only. Is it possible to allow editing before sending? Probably something simple I'm missing. Thanks.
Mark
I think that works with plaintext VF email templates only. Workaround would be a custom VF where users modify the text in a form and you build the email yourself using a custom controller or extension.