Skip to content
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

Closed
jpd527 opened this issue Oct 18, 2023 · 4 comments · Fixed by #316

Comments

@jpd527
Copy link

jpd527 commented Oct 18, 2023

0e1b1c7#r130328464

str = "Filename", needs to be changed to fieldname = "Filename", on line 104 of mime.R to fix the issue and properly label file attachments in the email.

@chuxinyuan
Copy link

same problem.

@mvellinger
Copy link

This is quite breaking, yes.

aalucaci added a commit to aalucaci/blastula that referenced this issue Nov 10, 2023
@tylerlittlefield
Copy link

For anyone that needs a quick fix, this is working for me on ubuntu:

remotes::install_version("blastula", "0.3.3")

@b-rhodes
Copy link

b-rhodes commented Feb 1, 2024

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants