Hi stevesot,
Sorry about the delay, you could change this code to include registration, however, you can just enable new uset emails within wordpress without writing code. Add the following code as stated below.
1. Add the following code in file called ‘front-end-application.php’
[that’s too much code to post here – please use a pastebin per the forum guidelines ]
2. Add the following code after line 641 in ‘front-end-application.php’
jobman_email_user_application( $appid );
3. Add the following code after line 560 in ‘admin-applications.php’
jobman_email_user_application( $appid, $_REQUEST[‘jobman-email’] );
any issues just let me know.
Nick