Chronoform not sending email

thuche 08 Jan, 2010
hi,

I'm using Joomla 1.0 and Chronoform 2.3.9, I have created a very simple form
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">Registration Form</h1>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_heading">
<h3 class="cf_text">Personal Details</h3>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label
 class="cf_label" style="width: 150px;">First Name</label>
<input class="cf_inputbox required validate-alpha"
 maxlength="150" size="30" title="" id="text_2"
 name="first_name" type="text"></div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label
 class="cf_label" style="width: 150px;">Last Name</label>
<input class="cf_inputbox required validate-alpha"
 maxlength="150" size="30" title="" id="text_3"
 name="last_name" type="text"></div>
</div>
<input class="form_submit_button" value="Envoi" type="submit" name='submit' />

When I Press the Envoi button, the mail is not sent. I have this debug message.

$_POST: Array ( [first_name] => thier [last_name] => huc [submit] => Envoi )
Case 1: Use table layout
E-mail: 'Yes' custom
Email not sent
E-mail message

From: [email]admin@free.fr[/email] []
To: [email]admin@free.fr[/email],
Subject:
first_name thier
last_name huc
submit Envoi


I'm able to sent email with the contact module of joomla, do you known how to have more debug informations about sending email. Thanks
GreyHead 09 Jan, 2010
Hi thuche,

Any site using Joomla 1.0 is pretty much out of support these days :-(

From the code you've posted I can see that you have the same address in the To & From fields - this is likely not to be delivered.

Bob
thuche 11 Jan, 2010
I change the email and it works now thanks you for your help.
This topic is locked and no more replies can be posted.