Fri Jun 22, 2007 8:53 am |
Replies: 5 |
Views: 9059 |
|
 |
dmitri,
I don't understand. I admit that i'm a noob in php Therefore more questions:
- how do I create that SMTP server in phpdock.ini Can you write me down what I need to add?
- the ...
|
Wed Jun 20, 2007 2:03 pm |
Replies: 5 |
Views: 9059 |
|
 |
In my code I have the mail function already defined:
$m = mail($email, $subject, $inhoud, "FROM:".$from);
Regarding the SMTP server on my machine: I can send and receive m ...
|
Tue Jun 19, 2007 2:56 pm |
Replies: 5 |
Views: 9059 |
|
 |
Just downloaded and installed PhpDock, and managed to run my first php code. In the code I use the mail function.
When I run it, I get the following error:
Warning: mail()
How can I modify the p ...
|