July 19, 20187 yr 1. Is it possible to set up another Temp-standard location for recieving emails (and the enclosed attachments)? 2. Is it possible to make the plugin recieve the attachments in a repeating field (one by one) in stead of all in one text field? This would make it possible to auto get the repeating field to correspond with a repeating calculated containerfield; or in other words getting the attachment into the container field directly as far as the user can tell. Edited July 19, 20187 yr by Dorthe
July 20, 20187 yr Hi Dorthe, 1. The code is written to query your System for the temp directory location. This is not user configurable. 2. There is no native functionality in the Email plugin that would do this. I suppose you could store the return of EmailReadMessageValue(attachments) in a variable and then loop through the value list and put each iteration into a repetition of the field but that seems overly complex. If it were me I would create an Attachments table that related an attachment to its corresponding email record rather than having an a bunch of repeating fields.
Create an account or sign in to comment