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
manishtiwary1.390210540410199E12manishtiwary1.390210540410199E12 

Email for custom object

Hii,

I have created a custom object call MOM(Minute of meeting).
I want to add a buton called send mail in MOM template.

Once we click on the send mail button.It should redirect to a visual force page
there we can select the user name ,relater user,lead name or contact name and email tempalte for sending mail.
Also we can have addition email field where we can use adition email address for sending mail.

Request your help for acheving this reqiuirnmrnt.

Regards,
Manish Tiwary
SonamSonam (Salesforce Developers) 
You can make use of the messaging class to replicate the send an email functionality via visualforce:
https://www.salesforce.com/us/developer/docs/pages/Content/pages_email_intro.htm

Custom code is available on the link above which you can try implementing in your ORG.