I fill in the form http://www.bluecactus.com.au/index.php?option=com_chronocontact&Itemid=76
Then I turned on debug and got the following
* You must provide at least one recipient e-mail address.
E-mail message
From: webcactus [webcactus@gmail.com]
To: [email]webcactus@gmail.com[/email]
CC:
BCC:
Subject: Service Enquirery has been generated
Name Lars Hansson
Email address: [email]lars.hansson@lrs.com[/email]
Subject test888
Service Required
Web design, e commerce
Message ljlj
Submitted by 59.167.175.81
Files:
E-mail message
From: []
To:
CC:
BCC:
Subject:
Name Lars Hansson
Email address: [email]lars.hansson@lrs.com[/email]
Subject test888
Service Required
Web design, e commerce
Message ljlj
Submitted by 59.167.175.81
Files:
Thank you for contacting us at Mywebsite.com, we have received your message and we will get back to you ASAP!
Hey admin, you need to configure the emaisl addresses in the admin area for the real form to be sent to YOU
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [name] => Lars Hansson [email] => [email]lars.hansson@lrs.com[/email] [subject] => test888 [check0] => Array ( [0] => Web design [1] => e commerce ) [message] => ljlj [button_5] => Submit [60941f73774a51ddb5420368c4aa809d] => 1 [1cf1] => b942444c1913788f45dda37195032320 [chronoformname] => basicDemo )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (webcactus)webcactus@gmail.com to [email]webcactus@gmail.com[/email]
9. An email has been SENT successfully from () to
10. Debug End
Then I turned on debug and got the following
* You must provide at least one recipient e-mail address.
E-mail message
From: webcactus [webcactus@gmail.com]
To: [email]webcactus@gmail.com[/email]
CC:
BCC:
Subject: Service Enquirery has been generated
Name Lars Hansson
Email address: [email]lars.hansson@lrs.com[/email]
Subject test888
Service Required
Web design, e commerce
Message ljlj
Submitted by 59.167.175.81
Files:
E-mail message
From: []
To:
CC:
BCC:
Subject:
Name Lars Hansson
Email address: [email]lars.hansson@lrs.com[/email]
Subject test888
Service Required
Web design, e commerce
Message ljlj
Submitted by 59.167.175.81
Files:
Thank you for contacting us at Mywebsite.com, we have received your message and we will get back to you ASAP!
Hey admin, you need to configure the emaisl addresses in the admin area for the real form to be sent to YOU
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [name] => Lars Hansson [email] => [email]lars.hansson@lrs.com[/email] [subject] => test888 [check0] => Array ( [0] => Web design [1] => e commerce ) [message] => ljlj [button_5] => Submit [60941f73774a51ddb5420368c4aa809d] => 1 [1cf1] => b942444c1913788f45dda37195032320 [chronoformname] => basicDemo )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (webcactus)webcactus@gmail.com to [email]webcactus@gmail.com[/email]
9. An email has been SENT successfully from () to
10. Debug End
Are you sure teh "name" of the Email adress is what is in the form?
And not just : email?
And not just : email?
Hi mangofunky,
You have got 'Email Address' in the two fields in the second Email Setup. The actual input name that needs to go there is email (with no brackets or quotes). Check the other values too.
You can see that there are incorrect settings from the second dummy email in the Debug output where most of the header entries are blank.
Bob
Notes:
1) I strongly recommend that you do *not* use the Dynamic From Email element in your Email Setups. Using this often results in your emails being marked as spam and dropped into a spam filter. Instead use the static From Email with an address that matches the site domain name and use Dynamic ReplyTo Email for the user email. The result is the same but with a a much better chance of good delivery.
2) You should not use the same 'To and From Email addresses in an Email setup or test - there's a good chance that they will be dropped. Why would you be emailing yourself?
You have got 'Email Address' in the two fields in the second Email Setup. The actual input name that needs to go there is email (with no brackets or quotes). Check the other values too.
You can see that there are incorrect settings from the second dummy email in the Debug output where most of the header entries are blank.
Bob
Notes:
1) I strongly recommend that you do *not* use the Dynamic From Email element in your Email Setups. Using this often results in your emails being marked as spam and dropped into a spam filter. Instead use the static From Email with an address that matches the site domain name and use Dynamic ReplyTo Email for the user email. The result is the same but with a a much better chance of good delivery.
2) You should not use the same 'To and From Email addresses in an Email setup or test - there's a good chance that they will be dropped. Why would you be emailing yourself?
This topic is locked and no more replies can be posted.