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

Email to salesforce with custom Email id
Hello All,
I have an email id lets say abc@gmail.com, My requirment is whenever any email is send to abc@gmail.com it should record into email object or any custom object with the attachment. This is urgent , can someone please help me.
Thanks
I have an email id lets say abc@gmail.com, My requirment is whenever any email is send to abc@gmail.com it should record into email object or any custom object with the attachment. This is urgent , can someone please help me.
Thanks
All Answers
Email Handler
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_using.htm
Email Message
https://help.salesforce.com/articleView?id=000239922&type=1
Thanks for your reply. I have a question here, how can i call this in visualforce page. Like I want to display all the received email into visualforce page. Thanks
Here is my code, how can I display this into vf page. Thanks