require_once "Mail.php"; Error from KB script

Discussion in 'Email' started by eqiz, Oct 22, 2012.

  1. So i'm using the exact sample from..

    http://support.Winhost.com/KB/a826/how-to-send-email-from-a-php-application.aspx?KBSearchID=420740


    And everytime i try to run the script, i get the same error every time..

    PHP Warning: require_once(Mail.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in E:\web\paintin2\contact-form-handler.php on line 30
    PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'Mail.php' (include_path='.;C:\PHP\pear') in E:\web\paintin2\contact-form-handler.php on line 3

    I've searched high and low on these forums on where to get this file, even tried googling it. Where and how do i fix this?
     
    Last edited by a moderator: Oct 14, 2015

Share This Page