Forums

What is wrong with this code? Why user is not receiving emails?

kuba7575 25 Aug, 2015
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.

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>

)

)

)
GreyHead 26 Aug, 2015
Answer
1 Likes
Hi kuba7575,

There's nothing wrong with that as far as I can see. If the admin email is being sent then the second one should be sent as well.

Please check with your web-host if there is anything they can suggest.

Bob

PS I found the and submitted it with my email and received nothing.
kuba7575 26 Aug, 2015
I love you man, you are so helpful.

I find out that host-ed.me where I host my test website allows only to send 1 emails per hour so it only sent it to admin (it was first in order). Then I tested my form on my main site and it worked. Thank you.

I have one question for you, how can I set my setting to reduce chance of emails send by my form being put in spam?
GreyHead 26 Aug, 2015
1 Likes
Hi kuba7575,

I did receive an email a couple of hours later so it looks as though they get queued up.

Please see this FAQ for some suggestions about emails.

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