-
Notifications
You must be signed in to change notification settings - Fork 85
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
Attached files in email are all named "Filename" because of a mislabeled function parameter inside mime.R #314
Comments
same problem. |
This is quite breaking, yes. |
aalucaci
added a commit
to aalucaci/blastula
that referenced
this issue
Nov 10, 2023
rich-iannone
pushed a commit
that referenced
this issue
Nov 11, 2023
For anyone that needs a quick fix, this is working for me on ubuntu: remotes::install_version("blastula", "0.3.3") |
Would this be worth releasing as 0.3.5? Seems like a pretty impactful issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0e1b1c7#r130328464
str = "Filename",
needs to be changed tofieldname = "Filename",
on line 104 of mime.R to fix the issue and properly label file attachments in the email.The text was updated successfully, but these errors were encountered: