Question
1
Replies
67
Views
Posted: January 11, 2019
Last activity: January 24, 2019
Closed
Customize forget Password Email Subject
Is it possible to customize forget Password Email Subject? Regarding our requirements, we need to replace out-of-box Subject "One-time password for resetting operator password" with a new one.
Also, we didn't found how to localize this subject.
Hello
Check out the activity : pxSendOTP
Step 8 is calling SendSimpleEmail.
The required parameters are getting set here
The subject is getting passed here only.
OTPInputs.pyEmailSettings.pySubject
Trace the activity further to see whether you can customize the pySubject