Inbound Email – Creating record using email in Salesforce

You can use Apex to receive and process email and attachments. The email is received by the Apex email service and processed by Apex classes that utilize the InboundEmail object. 1. Go to Setup –> App Setup –> Develop –> Apex Classes. Create a class that implements the interface “Messaging.InboundEmailHandler”. Sample code: global class createMemberInbound … Continue reading Inbound Email – Creating record using email in Salesforce