You must provide at least one recipient email address

seppo 09 Oct, 2013
I know there is number of threads about same subject, but none of them seemed to help in my case.. so had to post new thread.

I have a basic form, with radiobuttons to select the receipent of the email (it used to be dropdown but changed to radio when trying to find solution..)

It is created with for wizard so and no specific code-fields added.
Name of the radio fields at Preview tab is input_radio_14 and that is also set into event view, email-event to dynamic receipent field.

Using debug, I get the email fine:
[input_radio_14] =>
[email]john@doe.fi[/email]

Debug also says that: "An email has been SENT successfully from (Jane) [email]jane.doe@mydomain.fi[/email] to [email]john@doe.fi[/email]"

But still, email is not received and the error (in subject of this thread) occurs in top of page.

I disabled all the jquery -plugins (widgetkit) without any luck, and also tried easy jquery plugin too, as well as your noconflict script from some other thread - no luck.

You can find the testing form here: http://hopeyhdistys.fi/index.php/testi

No need to fill out all fields, and the it is test form so not live one.
Joomla version: 2.5.11, ChronoForms version: V4 RC3.0

Any help appreciated!
Thanks in advance,
Seppo
GreyHead 09 Oct, 2013
Hi seppo,

You appear to have two emails sending from the form - If this is the Easy Wizard I wonder if the third one is enabled but has no To address set?

Bob

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 much better chance of good delivery.
seppo 10 Oct, 2013
Hi GreyHead,

It was created with normal wozard, not the easy one. Anyway, I did souble check it and did not find anything that would try to double send it, nor the third one. Where did you find extra sending emails?

-Seppo
GreyHead 10 Oct, 2013
Hi seppo,

Just the Debugger info appeared to have two emails in it - but it may have been two Debugger actions showing the same one twice.

Bob
seppo 11 Oct, 2013
Hi GreyHead,

You are correct, I had there 2 different Degug actions - I put two, one before email action and one after just to see if there was difference..

Do you have any other ideas? If you'd need admin access, I can PM it to you too

Cheers,
-Seppo
GreyHead 11 Oct, 2013
Hi seppo,

Sorry, I don't have any suggestions beyond those in the FAQ. You might try the Email [GH] action which has a slightly different way of sending the Email.

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