No receipt of email after submitting the form

jschuhma 13 Jan, 2009
Hi guys,

i installed chronoforms(3) succesfully in joomla 1.5. I created a form like this one in a text editor:
<fieldset>
	<legend> Kontaktdaten</legend>
		<label>Nachname<input type="text" name="Nachname" id="Nachname" /></label> <br />
 		<label>Vorname<input type="text" name="Vorname" id="Vorname" /></label> <br />
 		<label>eMail<input type="text" name="eMail" id="eMail" /></label> <br />
</fieldset>

<fieldset>
	<legend>Ihre Nachricht</legend>
		<label>Betreff<input type="text" name="betreff" id="betreff" /></label> <br />
 		<label>Nachricht <textarea name="nachricht" id="nachricht" cols="45" rows="5"></textarea></label>
</fieldset>


<fieldset>
	<legend>Verschicken</legend>
		<label><input type="submit" name="abschicken" id="abschicken" value="Senden" /></label>
</fieldset>


i also switched "send restults" to on, you can see it on the screenshots attached.

I dont know whats wrong, but if i fill in my contact form and press send, nothing happens, i got no mail.
I hope somone can help me to solve my problem.

thanks in advance,
Jan
GreyHead 13 Jan, 2009
Hi jschuhma,

That all looks good to me. Please turn on DeBug in the General tab, then submit your form and post an image here of the debug output.

Bob
jschuhma 13 Jan, 2009
Hey Bob,

thanks for your reply. You can find the Screenshot attached below.
I blurred out my email, but it was the right one... it should have worked... but i dit not recieve any mail.

Greetings,
Jan
GreyHead 13 Jan, 2009
Hi jschuhma,

Hmm . . . your template isn't showing the Joomla system messages.

I wonder if the problem is the mail.de domain in the ReplyTo field, is it possible that your ISP doesn't recognise this as valid for mail from this site?

Bob
jschuhma 13 Jan, 2009
Hey Bob,

ill give that a try, but i think this shouln't matter.
Ill be back in a second. Do you have any other ideas in the meanwhile?😉

Perhapts it helps you, if you can have a look at the website for your own... here's the link (deleted)

EDIT btw: the fake-mail address was not the cause.

Jan
GreyHead 13 Jan, 2009
Hi Jan,

Nothing useful showing there . . . I'm nto sure why the debug messages aren't showing. Please will you try setting your template to ja_purity for a few minutes and test once more. If that doesn't help then I can take a look if you email or PM me a SuperAdmin password.

Bob
jschuhma 13 Jan, 2009
Ok, good idea.

i got the following debug-code from joomla

* Form passed first SPAM check OK
* Form passed the submissions limit (if enabled) OK
* Form passed the Image verification (if enabled) OK
* Form passed the server side validation (if enabled) OK
* Form passed the plugins step (if enabled) OK
* Emails data loaded OK
* Form passed all before email code evaluation OK
* An email has been SENT successfully from (name)mail@mail.de to [email]mail@xxx.de[/email]
* Debug End



so everything seems to be ok, thats really a strange thing😟
jschuhma 13 Jan, 2009
ok Bob, i don't know what happend right now, but it works🙂
i have a fear that there was a typing-error in my mail-address... shame on me.

so thanks a lot, have a nice evening.

Jan
This topic is locked and no more replies can be posted.