You need to sign in to do that
Don't have an account?
Rajendra Rathore
VF Email Template With VF Component(Controller) Not Working For Community Forgot password
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:
Here is Controller Code for component :
Did any one familiar with that issues?
Thanks,
Rajendra
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
Rajendra Rathore
Prafull Choudhary 12
@rajendra, did you find any solution for this?