So, I just installed Pear for PHP. I'm using this code to send my mail:
http://pastebin.com/hH8BkZQV
But I can't find Mail.php anywhere?
Also when I try that code, it says:
Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in...
So, I just installed Pear for PHP. I'm using this code to send my mail:
http://pastebin.com/hH8BkZQV
But I can't find Mail.php anywhere?
Also when I try that code, it says:
Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in...
Hello. I'm trying to send a mail using this PHP script: (It's an authenticated SMTP)
http://pastebin.com/Y1eLyV4z
But I really can't get that code to work. It says this:
Fatal error: Class 'Mail' not found in C:\wamp\www\mail.php on line 13
Do I need to download a file or something? I really...
I want to send a mail with PHP using Kerio MailServer. This is my code:
<?php
mail("*****@hotmail.com","subject","message","from:*******@hotmail.com");
?>
But when I try that, it says:
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Relaying to <****@hotmail.com> denied...