Hello,
When I use a form with no attachments, everything works well and the emails are being sent.
But if the form has attachments, I can see the submission in the “Entries” panel (with the attachments) but the emails are not being sent…
Thank you.
--- --- ---
EE: 1.6.2
FF: 2.6.3
--- --- ---
Code working (with this code the entries appear in the “Entries” panel and emails are being sent):
{exp:freeform:form
form_name="spain"
template="spain"
required="name|email"
file_upload ="Main Upload Directory"
send_attachment="yes"
notify="my-true-email@gmail.com"
return="web/index" }
<p>Name<br />
<input type="text" name="name" value="" />
</p>
<p>Email<br />
<input type="text" name="email" value="" />
</p>
<p>
<input type="submit" name="submit" value="Enviar" />
</p>
{/exp:freeform:form}
Code not working (with this code the entries with the attachments do appear in the “Entries” panel but emails are not being sent):
{exp:freeform:form
form_name="spain"
template="spain"
required="name|email"
file_upload ="Main Upload Directory"
send_attachment="yes"
notify="my-true-email@gmail.com"
return="web/index" }
<p>Name<br />
<input type="text" name="name" value="" />
</p>
<p>Email<br />
<input type="text" name="email" value="" />
</p>
<p>
<input type="submit" name="submit" value="Enviar" />
</p>
<p><label>Image 1:</label>
<input type="file" name="file1" value="" /><br/>
</p>
<p><label>Image 2:</label>
<input type="file" name="file2" value="" /><br/>
</p>
{/exp:freeform:form}
This is the template:
Someone has posted to Freeform. Here are the details:
Entry Date: {entry_date}
{all_custom_fields}
