Email attachments (FileUpload) not working
I have the following simple email form:
It works just fine if I only send a subject line and body. If I add any attachments however, it gives me the attached error. I also logged it like so:
Here is the results of that:
Attached is the part of my code error message highlights. As this is a totally unhelpful error, also attached is the only suspicious vendor frame I saw. Looks like it wants the attachments to be sent through as a nested array... I tried manually building it like that, no luck. I'm out of characters, so I've also attached the attachments portion of my mailable.
Any ideas how to do this properly?
0 Replies