I'm testing ChronoForms under Joomla! 1.5.x on a WAMPP.
I really like it, after two days of work I have done my first Form, it's an really cool system, very flexible.
But...😉 I don't get the result mail after Form submit.
I have turned debug on and get this messages:
_POST: Array ( [Schulung] => D01 [Schulungsdatum] => Array ( [0] => 4/04/2008 ) [Schulungsort] => Frankfurt [Schulname] => Meine Schule [Strasse] => Die Strasse [PLZ] => 12345 [Ort] => Der Ort [Telefon] => [Telefax] => [Kundennummer] => [eMail] => [email]customer@address.de[/email] [Teilnehmer] => TEST 7 [Anmelden] => Anmelden )
Case 2: Use template
E-mail: 'Yes' custom
Email sent
E-mail message
From: Meine Schule [customer@address.de]
To: [email]myresults@address.de[/email]
Subject: D01
Sehr geehrte Damen und Herren, hiermit melden wir folgende Teilnehmer: TEST 7 verbindlich am 4/04/2008 zur D01 Schulung in Frankfurt an. Mit freundlichen Grüßen Meine Schule Die Strasse, 12345 Der Ort - Telefon: , Telefax:
As you can see "EMail sent", but no mail arrives.
As we have our own Mail-Server I have checked if mail was denied or something like that, but no luck on that.
I have read other forum posts about mail problems, and checked in my form. Seems all ok to me. I have attached the Form.
Maybe someone could take a look at it.
And then a second question here:
How can I changed the subject into: Text Text FIELDVALUE
instead of: FIELDVALUE
As the special fields only take fieldvalues and the general tab subject only takes Text...
Thanks and regards
Antonio [file name=Schulungsanmeldung.cfbak size=6507]http://www.chronoengine.com/components/com_fireboard/uploaded/files/Schulungsanmeldung.cfbak[/file]
If you are running off WAMPP do you have a mail-server set up? AFAIK Windows doesn't have a built-in mail server and you will have to set something up.
The 'Email sent' says that there is no error message back from Joomla but it may just have sent it into the void. If there is a server set up and your site can send emails successfully then most likely it's fallen into a spam filter somewhere.
Have a look at this thread for ways to change the email subject.
Bob
I have changed the value
SMTP = localhost to
SMTP = IP-Adress of my Mail-Server
and all went fine B)
thanks and regards
Antonio