You need to sign in to do that
Don't have an account?
How to Create Custom Button to Send Email to a Specific Email
Hi,
How to Create Custom Button to Send Email to a Specific Email ,Please explain with code
How to Create Custom Button to Send Email to a Specific Email ,Please explain with code
You can create a apex class to write code for sending email like this, here I have hard coded my email id 'neetu.bansal.5@gmail.com'. You can replace it. Also I have hard coded subject and body as Test Subject and Test Body. You need to replace that too. And visualforce page 'Vf_Page' like this: After this you can create a custom button like this:
Let me know if you need any other help.
Thanks,
Neetu
All Answers
You can create a apex class to write code for sending email like this, here I have hard coded my email id 'neetu.bansal.5@gmail.com'. You can replace it. Also I have hard coded subject and body as Test Subject and Test Body. You need to replace that too. And visualforce page 'Vf_Page' like this: After this you can create a custom button like this:
Let me know if you need any other help.
Thanks,
Neetu
please go therow the below link for sending email to multiple users.
http://sfdc4learns.blogspot.in/2014/05/sending-mail-to-multiple-users-throw.html
pls mark as best answer if you have helpfull