Hi,
the error was...
<b>Warning</b>: require_once(Mail.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home/content/j/o/h/johnbuhladmin/html/10directnew/sendupdatecodeinmailsingle.php</b> on line <b>6</b><br />
<br />
<b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'Mail.php' (include_path='.:/usr/local/php5/lib/php') in <b>/home/content/j/o/h/johnbuhladmin/html/10directnew/sendupdatecodeinmailsingle.php</b> on line <b>6</b>
the code is... line 6 is the require_once('Mail.php'); line
<?php
// Send mail with the code for easy update
require_once('Mail.php');
require_once('Mail/mime.php');
// email address of the recipient
$to = $email;
// email address of the sender