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
NyshaaNyshaa 

I am implementing email to lead ,I want to the content of my email to be mapped with the lead field in my salesforce.

I want Title, First Name, Mobile no. , Query Detail  and  Subject  to be mapped to the lead field that I have created.
After I write their content while sending an email to perform email to lead.
The fields should be automatically filled with the content present in the email.
Please help!
Thanks in advance.
Sfdc CoupleSfdc Couple
Hi Nyshaa,

May I know how did you implement email to lead? through any app exchange product or email service in apex?

Thanks,
SfdcCouple
NyshaaNyshaa
I first implemented email to lead and for doing it i had to install email to lead package from app exchange.
For implement my issue I am coding on visualforce.