-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLDataSource uses source data name #47
Comments
Can you provide some example code where this happens? |
I imagine any test code I show you won't be too insightful beyond the above, as my usage is pretty benign (thanks to your clean api). To reproduce you can add an attachment like,
and the email will have a file named |
I've been refactoring this part for the past hour and I think it will be solved now with the next release. /edit just tested your case which was working correctly now. |
Thanks! 👍 |
Released in v4.1.0. |
When adding at attachment from a URL source (e.g. a pdf on S3) the name of the attachment is not honored. Instead of the specified name, the file name of the resource is used. The workaround is simple - wrap using a named datasource. Something simple like the following worked for me,
The text was updated successfully, but these errors were encountered: