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
Amn12345Amn12345 

Send email through Visualforce

Requrement is to send email using hyperlink of the Contact Name. 

 

I have visualforce page, as soon as user clicks on contact name ( its dynamic, which is shown as text on VF) on which I want to create hyperlink so that it will direct to the contacts associated email address and  outlook window should get open for New email.

 

Please help!!

Yoganand GadekarYoganand Gadekar

Hi,

You can go through this simple example that sends email on button click, modify it according to your need

http://cloudforce4u.blogspot.in/2013/07/send-email-in-apex-salesforce.html

 

Hit kudos and mark this as answer if it helps you.