Include () error
If you ever get the warning like “Warning: include(Mail.php) [function.include]: failed to open stream: No such file or directory in /home/user/public_html/mailfiles/testmail.php on line 13 then just open php.ini and check and confirm with the following settings for the below include function is present or not:
allow_url_fopen = On
allow_url_include = On
safe_mode = Off
allow_url_include = On
safe_mode = Off