Could anyone look at this and tell me what is wrong with this code? Why emails are send to admin but are not send to user?
Any help is appreciated.
Any help is appreciated.
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => formularzprosty
[event] => submit
[kurs] => kurs_thetahealing_stopien_2
[imie] => kuba
[nazwisko] => nazwisko
[email] => sofo7575 @[at] gmail [dot] com
[telefon] => 0556464654
[captcha] =>
[button8] => Submit
[id] => 4
[ip_address] => 92.25.212.232
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `vpt_chron_datatable_uczestnicy` (`kurs`, `imie`, `nazwisko`, `email`, `telefon`, `captcha`, `user_id`, `uniq_id`, `created`) values ('kurs_thetahealing_stopien_2', 'kuba', 'nazwisko', 'sofo7575 @[at] gmail [dot] com', '0556464654', '', '280', '562249ae8eaa3732479520b14280d9fdb8771c85', '2015-08-25 14:59:41');
)
)
)
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:kabusziwa7575 @[at] gmail [dot] com
[2] => Subject:Zgloszenie na kurs
[3] => From name:Transformacjazycia(nazwa)
[4] => From email:admin @[at] kubatest [dot] host-ed.me
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tr><td>Wybierz kurs</td><td>kurs_thetahealing_stopien_2</td></tr>
<tr><td>Imię</td><td>kuba</td></tr>
<tr><td>Nazwisko</td><td>nazwisko</td></tr>
<tr><td>Email</td><td>sofo7575 @[at] gmail [dot] com</td></tr>
<tr><td>Numer telefonu</td><td>0556464654</td></tr>
</table>
)
)
[1] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:sofo7575 @[at] gmail [dot] com
[2] => Subject:Potwierdzenie zapisu na kurs
[3] => From name:Transformacjazycia(nazwa)
[4] => From email:admin @[at] kubatest [dot] host-ed.me
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tr><td>Wybierz kurs</td><td>kurs_thetahealing_stopien_2</td></tr>
<tr><td>Imię</td><td>kuba</td></tr>
<tr><td>Nazwisko</td><td>nazwisko</td></tr>
<tr><td>Email</td><td>sofo7575 @[at] gmail [dot] com</td></tr>
<tr><td>Numer telefonu</td><td>0556464654</td></tr>
</table>
)
)
)