Hi,
We need to check prestashop uses default php mail function or SMTP details.
Simple php mail function helps to know about wheather emails are going or not from sever
PrestaShop Tutorials Videos [How to do Tasks]
https://www.prestashop.com/forums/topic/907438-prestashop-tutorials-videos-how-to-do-tasks/
<?php mail('[email protected]', 'the subject', 'the message', null, '[email protected]'); ?>