function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Margarita Barabash 19Margarita Barabash 19 

Redirect on click on button on visualforce page to email page

Hi, everybody! I wand to create a button on visualforce page "Send Manual Reminder". When user clicks on it page must redirect to page on which he will see email template, change it, if he need, and send email to someone. Please, tell me some way how can i do this. Thank you a lot.
praveen sonepraveen sone
Mar,

1.Why do u want to change the email template? Did you take the benefit of merge fields and set up all the fields to populate dynamic values?
2. If you want to redirect users to 2nd screen to edit the template and then you must also provide another button called "send" to send out an email.
3. Where are you capturing the email address to which we are sending out this email?

I recommend you to review your design and the necessity to have this feature implemented. Thanks!