Jump to content

FabianK

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

FabianK's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I tried both suggestions but none of them worked. But I noticed that I get an internal error after editing the file. About 5 min later I got the mail function error instead.
  2. I always get this error: Warning: mail() [function.mail]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /home1/fabiank/public_html/test.php on line 5 <?php $to = "email@mail.com"; $message = "This is a test!"; $subject = "Test Mail"; if (mail($to, $subject, $message)) { echo("message sent!"); } else { echo("message not sent!"); } ?>
  3. The Php Mail() Function at stevie doesn't work. Does anyone knows why or when it is going to work again?
×
×
  • Create New...