Send Email Attachments

I couldn’t find anything in the docs on this. I have a simple form that sends to email.

But I can’t figure out what to put in the attachments settings?

Form sends fine if I leave that blank but of course doesn’t send the atachement.

Brad, you need a file upload step before the send mail. Use the file returned by the upload step in the attachment field (use the dynamic data button available there).

So I actually have to save the file to the server?

You can just use the file remove step after the mail is sent :slight_smile:

In the upload … selector do I choose name or path?

Brad, as any other step in server connect using upload results you need to select path

1 Like

Thats what I figured, but it throws a 500 error ‘Invalid Path’ in the browser dev tools

Can you post a screenshot of the error message so we can see what does it find as wrong?

What if you adds a setValue step after the upload and use the path as a value for it? What does it output in the browser?

Solved it with these settings …

Now to figure out how to prevent it from going to SPAM :wink:

Thanks Teodor.

2 Likes