• I am having problems with new registration emails being sent out. If I put the following code

    <?php
    mail(‘[email protected]’,’Test message’,’This is a test email’);
    ?>

    into a file and run it at the command line, I get the email.

    But, if I run it at my webserver through a URL, I don’t get the email. The server is mine – the mail server is mine and this is not touching anything on the internet.

    So, where do I look to start trying to figure out the problem?

    How do I know if phpmail is disabled? It looks enabled to me!

    Microsoft Windows Server 2003
    IIS 6.0
    PHP 5.2.5
    WordPress 2.5.1

  • The topic ‘how to determine if phpmail is disabled’ is closed to new replies.