-
Hello, I am using a SMTP Sender connector and I try to send attachments via e-mail. For that I create a list that contains AttachmentEntry values.
On the destination connecter I put this list to the Use List parameter. Now my problem is, that I receive the mails, but without an attachment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @vlsitor, I had the same issue, but I found the following post: Seems like the variable should not be written as velocity syntax, so just "attachmentList" without "${}". Maybe it helps for your next project :) |
Beta Was this translation helpful? Give feedback.
Hi @vlsitor,
I had the same issue, but I found the following post:
https://forums.mirthproject.io/forum/mirth-connect/support/183146-how-to-handle-file-reader-sftp-source-to-smtp-destination-for-multiple-files
Seems like the variable should not be written as velocity syntax, so just "attachmentList" without "${}".
I tried it and it worked out for me.
Maybe it helps for your next project :)