Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
If I set the "Send Email on Page Load" will this work for joomla pages or only jomsocial pages. And if it is only jomsocial pages how can I make it work with all pages, like a plugin?
it will work on jomsocial page, because the code only be executed on jomsocial controller page. You cant change it to work on all joomla pages, except you create your own plugin, and this is the trigger :
require_once(JPATH_BASE . '/components/com_community/libraries/core.php');
$cron = new CCron();
$cron->sendEmailsOnPageLoad();