Issues with mail() function

druzjax1

New Member
Messages
1
Reaction score
0
Points
0
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