I am using magento 1.9.2.2.
No email sent from store.
Kindly check below settings,
https://docs.nexcess.net/article/how-to-set-up-outgoing-smtp-email-for-magento.html
Also check any system.log exist under var/log.
Did you notice any of tasks in a queue inside the ron_schedule table of the database? It could be the basic cron issue.
After the line:
$isShellDisabled = (stripos(PHP_OS, 'win') === false) ? $isShellDisabled : true;
Add the following:
$isShellDisabled = true;