Jump to content

Edit History

Zohaib-fk

Zohaib-fk

Hi,

 

Could you try sending email using simple php mail function to know emails are going from server.

 

For example as follows 

<?php
mail('[email protected]', 'the subject', 'the message', null,
   '[email protected]');
?>

In case emails are not going you can contact your hosting provider.

×
×
  • Create New...