I'm not sure if it is or isn't as I am not skilled in this field
I created a file test.php with the code
[code]<?php
$to = 'carl@whereinhull.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: carl@whereinhull.com' . "\r\n" .
...
I created a file test.php with the code
[code]<?php
$to = 'carl@whereinhull.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: carl@whereinhull.com' . "\r\n" .
...