Dynamic email not sent

darkog 24 Sep, 2014
Hi!
I am using Chronoforms V5.
I need to send email to submitted email address, but cant get it to work.
First email (as for admin) works ok.
Here is info form debugger, emails are hidden, but are displayed properly.
On second email I have "to adresses set ?" in red, is this due to using dynamic sending?
Thank you in advance

Array
(
    [option] => com_chronoforms5
    [chronoform] => Contact_form
    [event] => submit
    [text1] => darko
    [text2] => ccccccc@gmail.com
    [text3] => 123456
    [textarea4] => afsdasdkgđašsdofmaždfšmlv
    [captcha] => 
    [button6] => Submit
    [ip_address] => 89.216.226.156
)

Array
(
    [5] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:xxxxxx@gmail.com
                    [2] => Subject:message from contact form
                    [3] => From name:text1
                    [4] => From email:text2
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
<table>
<tr><td>Name</td><td>darko</td></tr>
<tr><td>Email</td><td>yyyyyyy@gmail.com</td></tr>
<tr><td>Phone number</td><td>123456</td></tr>
<tr><td>Message</td><td>afsdasdkgđašsdofmaždfšmlv</td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: xx.xxx.xxx.xx
                )

        )

    [9] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:sssssss@gmail.com
                    [2] => Subject:Contact confirmation
                    [3] => From name:name
                    [4] => From email:somemail@yahoo.com 
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
Dear darko,
we will contact you soon!
<br /><br />IP: xx.xxx.xxx.xx
                )

        )

)

calculus00 24 Sep, 2014
Hello darkog,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to send an Email dynamically
P.S: I'm just an automated service😉
darkog 25 Sep, 2014
Answer
Email in "From" field was not same as domain.
Solved.
This topic is locked and no more replies can be posted.