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

How to send Single Email using Apex Class from vf page ?
hey i'm new to salesforce i like to send a single email from my vf page .
help me!
You need to sign in to do that
Don't have an account?
hey i'm new to salesforce i like to send a single email from my vf page .
help me!
Try below code:
Visualforce Page:
Apex Controller: You can also add Cc and Bcc address in your email.
Hope This will Help you.
Regards,
Ajay
All Answers
Sending an Email with Visualforce:-
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_email_intro.htm
Did u check this site .I think it is matching your requirement .Please mark this as solved if it helps.
1) https://help.salesforce.com/articleView?id=000181102&type=1
Let us know if this will help you
Try below code:
Visualforce Page:
Apex Controller: You can also add Cc and Bcc address in your email.
Hope This will Help you.
Regards,
Ajay
I have created schedule apex class which sending mail to a user but the problem is mail also goes to the user who has schduled the apex job
can any one help me out to resolve this
Thanks