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
SamuSamu 

how to block paticular email address to create case in salesforce.

Hi All,

 

    I have a requirment like i want to block those email address to create case whose extension is @something ,What I need to do this in email to case creation .

 

Any one please give me solution is highly appreciated.

 

 

Advance thanks

Samu

MrTheTylerMrTheTyler

Hello,

 

  You could write your own apex email handling class and use the InboundEmail Objects class "fromAddress" field.

 

 

Kind Regards,

 

Tyler Hudson
Contact Us - We Can Help!

Salesforce Superheroes
------------------------------
help@salesforcesuperheroes.com
www.salesforcesuperheroes.com
1-888-407-9578 x123

 

SamuSamu

Hi Tyler,

 

       I got ur reply ,How to get the "fromAddress" I m not able  to understand properly .Can u plz give me some sample code for it.

 

 

 

Thanks

Samu