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
salesforce123salesforce123 

Display acknowledgement after sending email

HI,

I've developed send email functionality, it is working fine :)

But i want to display an acknowledgement message whether Email was sent successfully or not, Please help me how to do that.

Best Answer chosen by salesforce123
Sonam_SFDCSonam_SFDC
Hi,

This is something not possible directly but you can accomplish this using a VF page (http://salesforce.stackexchange.com/questions/23656/how-to-display-a-message-when-the-trigger-finishes )

Once you send an email using the send email functionality, a completed task will be created in the activity history object - so what you can do is check the new entry using the created date field and show the VF page depedning on the returned value.

reference:http://salesforce.stackexchange.com/questions/23656/how-to-display-a-message-when-the-trigger-finishes