-
Notifications
You must be signed in to change notification settings - Fork 11
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
Email body as attachment #11
Comments
Some additional info for you... I rolled back the version of sendmailR that i'm using. Version 1.3-1 behaves as I expect (the body of the email is indeed the body), while the two newer versions (1.3-2 and the current 1.4-0) both include the body as an attachment. Maybe that gives a clue as to what wrong. It at least narrows it down to something that changed within the last 12 ca months. |
Hi, around this time, there were some UTF-8 compatibility updates for Outlook. I am not sure why this happens and it depends on the length and type of |
Just to clarify, you mean this?
Yes, I can try that out tomorrow. |
But if you provide more details or a working example for |
I'll see if i can do one tomorrow... I can't share the actual emails... |
Using The body that is wrongly included as an attachment with
|
I'm having the opposite problem -- the attachment is being written to the body, and results in this overflow error:
|
Hi,
I've been using your package for a while to send emails with HTML body and PDF attachments for a while now. I updated R last week and found that the body is now sent as an attachment too...
I assume that somewhen recently the disposition argument to mime_part has stopped working correctly?
This is essentially the code i've been using...
The text was updated successfully, but these errors were encountered: