Hi I want to change the email validation to show it comes from myself for users not from C5 also the forgot password I have tested this and does not seem to work for a new user ie editor however if I require a new one for admin I get the email from C5 with new password am I missing something?
around line 400 change the email address where I have put xx@xxxx.com
$mh->from('xx@xxxx.com', t('Forgot Password'));
just a hack!