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
SaleemBaba MohammedSaleemBaba Mohammed 

How To Configure Email service

hi

 

in email service, i have created a email service, for new email address l have specified my personal gmail account and activated both new email address and new email service

 

in gmail account, in Forwarding and POP/IMAP i have added the forwarding address which salesforce provided and the configuration asking for confirmation code.

 

can any help me how can i get the confirmation code and where it will stored

 

thanks 

Mohammed Saleembaba

Best Answer chosen by Admin (Salesforce Developers) 
kiranmutturukiranmutturu

i think you wrote the email service class i.e inbound or outbound.... there use system.debug(emailobject.plantextbody);

in this body u will get the code ......

All Answers

kiranmutturukiranmutturu

i think you wrote the email service class i.e inbound or outbound.... there use system.debug(emailobject.plantextbody);

in this body u will get the code ......

This was selected as the best answer
SaleemBaba MohammedSaleemBaba Mohammed

ya i have wriiten apex class by implementing Messaging.InboundEmailHandler without errors still i'm not getting verification code

 

i have used to debug log to monitor but the apex class not executing

 

is there any other configuration to be done for carried out email service???

 

thanks 

Mohammed SaleemBaba