<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hi<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I posted before and didn&#8217;t get a reply, but noticed
that I didn&#8217;t include a subject line. I have been trying my hardest to
solve the problem, but to no avail, so now I am posting again.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I am trying to get notification functionality to work, to no
avail.&nbsp; The web server is running windows. I think that the problem is to
do with smtp authentication. I found this tutorial:<o:p></o:p></p>

<p class=MsoNormal><a
href="http://email.about.com/od/emailprogrammingtips/qt/et073006.htm">http://email.about.com/od/emailprogrammingtips/qt/et073006.htm</a><o:p></o:p></p>

<p class=MsoNormal>and replaced the necessary code. This uses Pear, by the way.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Now, it&#8217;s a long while since I used PHP, but whenever
there is an error in the code, I see a blank html page (no error reporting). Is
there a way to turn on some error reporting. I&#8217;ve tried:<o:p></o:p></p>

<p class=MsoNormal>error_reporting(E_ALL);<o:p></o:p></p>

<p class=MsoNormal>to no avail.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>The pear code uses&nbsp; a require_once &quot;Mail.php&quot;
line - this causes a blank screen. As far as I can tell pear is installed and
on the include path.<o:p></o:p></p>

<p class=MsoNormal>Attempting to run the remainder of the pear code, it seems
to throw an exception, judging by some debug print messages I have included
either side. Although I would have expected a blank screen if the pear library
wasn&#8217;t accessible.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>It would really help to get some diagnostics. If anyone can
give me a few pointers on any of the above then that would be much appreciated.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Thanks<o:p></o:p></p>

<p class=MsoNormal>Al<o:p></o:p></p>

</div>

</body>

</html>