4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: mike on June 18, 2002, 05:14:19 PM
-
I am having trouble with the email, the program says that it is sent, but never recieved.
I tried the code
<?php
$email = "electro_mike@hotmail.com";
mail($email, "Test Mail", "Test Message");
?>
But i get the error:
Warning: Failed to Connect in c:\web\email.php on line 3
Do you know what is going wrong?
-
hi,
if you are testing 4images on your own PC you have to install a EmailServer for emails sending...
or use Admin/General/Settings -> Use SMTP server -> SMTP server host
-
Where email script should i get then? i am using apache
-
sorry ?