You need to sign in to do that
Don't have an account?

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.
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