Hi,
I am having difficulty with chronform email set up.
I wish to send email report to an external email address. Not the admin email for joomla, not my mail.server email address. I get a report but after submit show an error. debug report as follows:
Message
Notice
* You must provide at least one recipient e-mail address.
E-mail message
From: [mail@chirosport.org]
To: [email]robert.ottershaw@googlemail.com[/email]
CC:
BCC:
Subject: Chirosport enquiry
Enquiries
check 3 Comment about our website
Message Box test
Name Bob Brown
Organisation Name private
Position in Organisation owner
Address 108 Brox road,
Post/Zip code KT160lg
Telephone 01932 702728
Fax {text_9}
Email [email]brown-robert@ntlworld.com[/email]
How would you like us to contact you ? option 2 Telephone
Submitted by 81.97.252.184
Files:
E-mail message
From: Admin [mail@ottershaw-village.co.uk]
To:
CC:
BCC:
Subject:
Enquiries
check 3 Comment about our website
Message Box test
Name Bob Brown
Organisation Name private
Position in Organisation owner
Address 108 Brox road,
Post/Zip code KT160lg
Telephone 01932 702728
Fax {text_9}
Email [email]brown-robert@ntlworld.com[/email]
How would you like us to contact you ? option 2 Telephone
Submitted by 81.97.252.184
Files:
Thank you for your Chirosport enquiry.
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 ( [check0] => Array ( [0] => check 3 Comment about our website ) [text_1] => test [text_3] => Bob Brown [text_4] => private [text_2] => owner [text_6] => 108 Brox road, [text_7] => KT160lg [text_8] => 01932 702728 [text_10] => [email]brown-robert@ntlworld.com[/email] [select_11] => option 2 Telephone [button_13] => Submit [f663205978a3de17cb40b8443f84d887] => 1 [1cf1] => fc7ee9e25b7546378bd9ca6369afc521 [chronoformname] => bobform )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from ()mail@chirosport.org to [email]robert.ottershaw@googlemail.com[/email]
9. An email has been SENT successfully from (Admin)mail@ottershaw-village.co.uk to
10. Debug End
.........Any help would be appreciated
RobX
ps: if vI can set up report going to two seperate email addressses, that would be great.
I am having difficulty with chronform email set up.
I wish to send email report to an external email address. Not the admin email for joomla, not my mail.server email address. I get a report but after submit show an error. debug report as follows:
Message
Notice
* You must provide at least one recipient e-mail address.
E-mail message
From: [mail@chirosport.org]
To: [email]robert.ottershaw@googlemail.com[/email]
CC:
BCC:
Subject: Chirosport enquiry
Enquiries
check 3 Comment about our website
Message Box test
Name Bob Brown
Organisation Name private
Position in Organisation owner
Address 108 Brox road,
Post/Zip code KT160lg
Telephone 01932 702728
Fax {text_9}
Email [email]brown-robert@ntlworld.com[/email]
How would you like us to contact you ? option 2 Telephone
Submitted by 81.97.252.184
Files:
E-mail message
From: Admin [mail@ottershaw-village.co.uk]
To:
CC:
BCC:
Subject:
Enquiries
check 3 Comment about our website
Message Box test
Name Bob Brown
Organisation Name private
Position in Organisation owner
Address 108 Brox road,
Post/Zip code KT160lg
Telephone 01932 702728
Fax {text_9}
Email [email]brown-robert@ntlworld.com[/email]
How would you like us to contact you ? option 2 Telephone
Submitted by 81.97.252.184
Files:
Thank you for your Chirosport enquiry.
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 ( [check0] => Array ( [0] => check 3 Comment about our website ) [text_1] => test [text_3] => Bob Brown [text_4] => private [text_2] => owner [text_6] => 108 Brox road, [text_7] => KT160lg [text_8] => 01932 702728 [text_10] => [email]brown-robert@ntlworld.com[/email] [select_11] => option 2 Telephone [button_13] => Submit [f663205978a3de17cb40b8443f84d887] => 1 [1cf1] => fc7ee9e25b7546378bd9ca6369afc521 [chronoformname] => bobform )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from ()mail@chirosport.org to [email]robert.ottershaw@googlemail.com[/email]
9. An email has been SENT successfully from (Admin)mail@ottershaw-village.co.uk to
10. Debug End
.........Any help would be appreciated
RobX
ps: if vI can set up report going to two seperate email addressses, that would be great.
Hi RobX ,
The first Email Setup is missing a From Name; the second has no To Email Address and no Subject. You need to make sure these values are supplied to get emails sent reliably.
Can you paste a screenshot of the Email Setups here?
Bob
The first Email Setup is missing a From Name; the second has no To Email Address and no Subject. You need to make sure these values are supplied to get emails sent reliably.
Can you paste a screenshot of the Email Setups here?
Bob
Hi Robx,
The Dynamic elements take the names of inputs from your form. The other (Static) elements take test strings.
So, replace the Dynamic From Name in the first setup with a From Name as it's a text string.
In the second setup replace subject and email with input names from your form. The email is probably text_10 - I don't know what you intended for the Subject.
Bob
The Dynamic elements take the names of inputs from your form. The other (Static) elements take test strings.
So, replace the Dynamic From Name in the first setup with a From Name as it's a text string.
In the second setup replace subject and email with input names from your form. The email is probably text_10 - I don't know what you intended for the Subject.
Bob
This topic is locked and no more replies can be posted.