aurisstudio36
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
Please help me use the PEAR Mail feature. I added the following lines in my php file:
require_once("Mail.php");
require_once("Mail/mime.php");
.
.
But when i open my website http://www.aurisstudio.com
I get an 404 error, that the files Mail.php and mime.php are not found.
I am in real problem my site is online and i dont want to welcome people with this error.
Thanks in Advance
require_once("Mail.php");
require_once("Mail/mime.php");
.
.
But when i open my website http://www.aurisstudio.com
I get an 404 error, that the files Mail.php and mime.php are not found.
I am in real problem my site is online and i dont want to welcome people with this error.
Thanks in Advance