Hello,
I have the same problem and I have already read all the links of Calculus00, but no one has solved! 😟
I'm using CFv5 and basically, I have to attach a file (loaded in my form by users) to one of the emails that I send through "action email." Despite all attempts,
no file is attached to the test email sent (while all other data are shown correctly)!
I hadn't this problem with CFv4 and the action "Email [GH]", but now I have it with CFv5, which in theory should be easier to start with only the name of the field without braces....
However, here are a few images and the result of debugging, which I hope will help to find a solution:
There are the general actions: as you see, the "File Upload" action looks correct. The red squares in "Email actions" are this way because of the dynamic actions I've set (but I already solved with the php code suggested in another topic):
This is the detail of my File Uoload configuration:
This is the Email action configuration in "Attachment files" with only the field name:
And finally, here is the result of debug of my last test:
Array
(
[9] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `j25_cf_v5_INSERZIONI_CERCO-OFFRO_LAVORO` (`titolo_inserzione`, `tipologia`, `categorie_professionali`, `tipo_di_impiego`, `nome_azienda_studio`, `email_utente`, `inserzione`, `created`) values ('Inserzione di prova 21', 'CERCO LAVORO', 'Ingegneri', 'Impiego all'Estero', 'Gius20', '
contix71@---------.it', 'Inserzione di prova 21 v waòevb rwevbujr bwdfks npriyjnsri knkrymnrkmnr tkn iktn reaitna tenaite aàkegnkkgdòbnk', '2015-02-12 00:00:41');
)
)
)
[6] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:
contix71@----------.com
[2] => Subject:Nuova inserzione inviata!
[3] => From name:Gius20
[4] => From email:
contix71@-----------.it
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<h3><strong>E' stata compilata una nuova inserzione coi seguenti dati:</strong><br /><br /></h3>
<table>
<tbody>
<tr>
<td><em><strong>TITOLO INSERZIONE</strong></em></td>
<td>Inserzione di prova 21</td>
</tr>
<tr>
<td><em><strong>Tipologia</strong></em></td>
<td>CERCO LAVORO</td>
</tr>
<tr>
<td><em><strong>Categorie professional</strong>i</em></td>
<td>Ingegneri</td>
</tr>
<tr>
<td><em><strong>Tipo di impiego</strong></em></td>
<td>Impiego all'Estero</td>
</tr>
<tr>
<td><em><strong>Nome / Azienda / Studio</strong></em></td>
<td>Gius20</td>
</tr>
<tr>
<td><em><strong>Email</strong></em></td>
<td>
contix71@---------it</td>
</tr>
<tr>
<td><em><strong>Inserzione</strong></em></td>
<td>Inserzione di prova 21 v waòevb rwevbujr bwdfks npriyjnsri knkrymnrkmnr tkn iktn reaitna tenaite aàkegnkkgdòbnk</td>
</tr>
</tbody>
</table>
<p> </p>
)
)
[7] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:
contix71@l----------t
[2] => Subject:Inserzione inviata con successo!
[3] => From name:Architettipescara.it
[4] => From email:
commissione@------------------a.it
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<h3>L'inserzione è stata inviata con successo!</h3>
<h3>Entro pochi giorni riceverai un'email di conferma dell'avvenuta pubblicazione.</h3>
<p> </p>
<table>
<tbody>
<tr>
<td><em><strong>TITOLO INSERZIONE</strong></em></td>
<td>Inserzione di prova 21</td>
</tr>
<tr>
<td><em><strong>Tipologia</strong></em></td>
<td>CERCO LAVORO</td>
</tr>
<tr>
<td><em><strong>Categorie professional</strong>i</em></td>
<td>Ingegneri</td>
</tr>
<tr>
<td><em><strong>Tipo di impiego</strong></em></td>
<td>Impiego all'Estero</td>
</tr>
<tr>
<td><em><strong>Nome / Azienda / Studio</strong></em></td>
<td>Gius20</td>
</tr>
<tr>
<td><em><strong>Email</strong></em></td>
<td>
contix71@l--------t</td>
</tr>
<tr>
<td><em><strong>Inserzione</strong></em></td>
<td>Inserzione di prova 21 v waòevb rwevbujr bwdfks npriyjnsri knkrymnrkmnr tkn iktn reaitna tenaite aàkegnkkgdòbnk</td>
</tr>
</tbody>
</table>
<p> </p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><em>Questo è un messaggio inviato automaticamente - si prega di non rispondere - no reply please</em></p>
)
)
)
I hope that this is enough for a solution. Thanks in advance.