Search results

  1. druzjax1

    Issues with mail() function

    Hi, I have some issues with sending emails with the mail() function in php. Is my code correct or do I have to change/alter something? Thanks in advance <?php mail('somemail@gmail.com', 'the subject', 'the message', 'From: USER@DOMAIN.x10.mx'); ?>
Top