Forums

Not sending Emails after copying joomla

CHaos.Gentle 05 Jul, 2009
Hi folks,

i got a huge problem. I set up a J1.5 on my home server and included the newest chronoform version.
Generated a form and so on...everything was working well. CF sends an email to account if I fill out the form. Just like I wanted.
Then I uploaded the website to my hoster...changed the db password and the website is running again. But now CF does not send an email to my account. It does not even try as you see in the debug text.

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
$_POST Array: Array ( [text_7] => asdf [text_8] => asdf [text_9] => [text_3] => aasdf@asdf.de [chrono_verification] => uKsWm [button_5] => Anmelden & Sparen [c56533cc6bbf10c4bfa5dafe460e6d58] => 1 [1cf1] => 4f75e12a5e6b3887f4a4d9806557ba9b [chronoformname] => Emaileingabe ) 
$_FILES Array: Array ( ) 
Form passed the plugins step (if enabled) OK
Debug End
Redirect link set, click to test:
index.php?option=com_content&view=article&id=2


on my home server it looks like this:
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
$_POST Array: Array ( [text_7] => sdfg [text_8] => [text_9] => [text_3] => asdf@asdf.de [chrono_verification] => GTtz5 [button_5] => Anmelden & Sparen [61e3ac7e3cd839deb8efa5c6daf14894] => 1 [1cf1] => 8eb69d7cb9bdd4bd8547bad250d8c082 [chronoformname] => Emaileingabe ) 
$_FILES Array: Array ( ) 
Form passed the plugins step (if enabled) OK
An email has been SENT successfully from (do-it-now)spammehere@xxx.de to xxx@xxyyxx.de
Debug End
Redirect link set, click to test:
index.php?option=com_content&view=article&id=2


plz help🙂
GreyHead 06 Jul, 2009
Hi CHaos.Gentle,

Have you configured the Site Email setup on your host version. Check the Global Configuration | Server settings.

Bob
CHaos.Gentle 06 Jul, 2009
Thanks for the fast reply🙂

Although I did not need to, because it was already configured on my "home-server" version, I tried different configurations.
And I always configured both: the global Email Config and the CF email settings.
Nothing worked for me.

Another hint: the form is working. CF correctly inserts the form data into my DB. I am going to check my email settings again.
You have got another idea?

If something goes wrong while sending the email does the debug message not say "failure"?
GreyHead 07 Jul, 2009
Hi CHaos.Gentle,

Please check that you have Enabled:1 showing in the Email column in the form manager. Also that there is a jos_chrono_contact_emails table in the database with an entry for your form.

If the email fails the DeBug message shows An email has failed to be sent from . . . - as you are seeing neither is suggests that email sending isn't being triggered.

Bob
CHaos.Gentle 09 Jul, 2009
Hi again,

both times the answer is yes. The db entry is complete and shows the right form id. And I can see the "enabled:1"...

Another idea?
GreyHead 09 Jul, 2009
Hi CHaos.Gentle,

If it's OK with you, please email or PM me a SuperAdmin login to the on-line version and I'll take a quick look.

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