Hi,
i 've a form with 2 action email, the first sends email to site and the second sends email to client.
The first email is not sent while the second one is sent. How is possible? The options are the same.
Below the debugger code.
Thanks very much
Regards
Daniele
i 've a form with 2 action email, the first sends email to site and the second sends email to client.
The first email is not sent while the second one is sent. How is possible? The options are the same.
Below the debugger code.
Thanks very much
Regards
Daniele
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => form_contatti
[event] => submit
[nome] => dani
[cognome] => dani
[telefono] => 123123123
[email] => pippo@gmail.com
[oggetto] => Richiesta Informazioni
[messaggio] => hh
[checkbox50] => 1
[g-recaptcha-response] => 03ANcjosoZpKuthX2NWxen8ckOwK8u89LosI_KSOD_HVHUDSp2HQefZqACPZ1VlNXMWAlB0Pir_2e9bz41w9g7v2ajjlRtYTwwZkEjeCVxjxBOo_qUIGd00flGuIGPslCcp6Nnkaz16eBZ5IlM1x1Bb65JFjtsgXIuzEXoagxzSKnMSAiFJr1M_QbKKBF_AN520HzryE7O9fXogSY4z3c-QPJ6K6t5CMyicL2QA2A5uy_lRV7l8gkv_Nj01HCervYU0DrJxtTJn_b1JD30tsiI8SFECK5hsd7GplxGPgwiPRB0M5_gaJ7NXBlnu7DhDQE56WFDIZE_QWi1ti__dBbSVF08cUzUpDLs3iTk3s1zxBdB8mPGRu5miY-HKkz22676AI0Dny46zQ_amN2aaVjomuKY6LqWJ47x1MbH579Ep50tkt4BBvkgxvQ
[button45] => Invia
[ip_address] => 11.11.111.8
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[23] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:info@xxx.it
[2] => Subject:Richiesta Informazioni
[3] => From name:Utente generico
[4] => From email:pluto@gmail.com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<p>E' arrivata una richiesta di contatto da <strong>dani</strong> <strong>dani</strong></p>
<p>In seguito la richiesta:</p>
<table>
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Nome</td>
<td>dani</td>
</tr>
<tr>
<td>Cognome</td>
<td>dani</td>
</tr>
<tr>
<td>Telefono</td>
<td>123123123</td>
</tr>
<tr>
<td>E - mail</td>
<td>pippo@gmail.com</td>
</tr>
<tr>
<td>Oggetto</td>
<td>Richiesta Informazioni</td>
</tr>
<tr>
<td>Messaggio</td>
<td>hh</td>
</tr>
</tbody>
</table>
)
)
[22] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:pippo@gmail.com
[2] => Subject:Richiesta Informazioni
[3] => From name:XXX
[4] => From email:info@xxx.it
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<p>Ciao dani dani,</p>
<p>grazie per averci contattato</p>
<p>Di seguito un riepilogo della Tua richiesta</p>
<table>
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Nome</td>
<td>dani</td>
</tr>
<tr>
<td>Cognome</td>
<td>dani</td>
</tr>
<tr>
<td>Telefono</td>
<td>123123123</td>
</tr>
<tr>
<td>E - mail</td>
<td>pippo@gmail.com</td>
</tr>
<tr>
<td>Oggetto</td>
<td>Richiesta Informazioni</td>
</tr>
<tr>
<td>Messaggio</td>
<td>hh</td>
</tr>
</tbody>
</table>
<p> </p>
<p>Saluti<br /><br /></p>
)
)
)