• Prafull Choudhary 12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All,

I had changed Email template for "Forgot Password" as VF Email Template that contains a VF Component in Salesforce Community.
But when that VF Email Template -->VF Component have controller then email is not sent out.
If i remove controller from VF component and it's working fine.
Here is component code:
<apex:component controller="UserInfoCntrl" access="global" allowDML="true">

</apex:component>

Here is Controller Code for component :
global class UserInfoCntrl{
   
}



Did any one familiar with that issues?

Thanks,
Rajendra