formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Swift Mailer not sending attachments #829

Open gmoulliet opened 2 years ago

gmoulliet commented 2 years ago

I'm using Form Tools to control my contact form on my website. I installed Swift Tools to add the file attachment option. The email gets sent but no attachment. Is there a secret to the configuration? I've followed all the tutorials but can't figure it out.

It says

  1. Attaching files from the form submission To include a file attachment in your emails, edit the appropriate email template and go to the Content tab (where you enter the content for the emails). There, add the following to your template (either text or HTML - it doesn't matter which; just as long as it's in one of them): {$attachment field="file_field1"}

I added this and changed the form field name but still no attachment.

Thanks