My mail form is not working

Moderatoren: Jakob, Stefan

My mail form is not working

Beitragvon mudaber am So Jul 29, 2012 9:26 pm

I am using kajona for my website but when I send a mail from my website Then I cannot receive it in my mail box where is the error and why my mails are not in my mail box
mudaber
Newbie
 
Beiträge: 1
Registriert: So Jul 29, 2012 9:11 pm

Re: My mail form is not working

Beitragvon Stefan am Mo Jul 30, 2012 3:29 pm

Did you make sure that sending mails from your webserver is possible in general?

Therefore please create a small file "mailtest.php" on your webspace with the following content:

Code: Alles auswählen
<?php

$bitReturn = mail(
    "test@kajona.de",
    "email test",
    "mail content"
);

echo "sending a mail ".($bitReturn ? "succeeded" : "failed");


Replace the mail-address "test@kajon.de" with your address and open the file with your webserver and post its' output.
If it reports "succeeded", we'll have to digg into your kajona-configuration. If it reports "failed", there's a problem with your webservers' configuration.
Bitte keine Supportanfragen per PM!
Bild
Benutzeravatar
Stefan
Site Admin
Site Admin
 
Beiträge: 3300
Registriert: Fr Jul 18, 2003 9:47 pm
Wohnort: Düsseldorf


Zurück zu Allgemeines / General

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast