-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Create mailBody with only attachments part present #32814
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
Conversation
srsbiz
commented
Jul 30, 2019
Q | A |
---|---|
Branch? | 4.3 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #32811 |
License | MIT |
It looks like an edge case to me. I think that you should be explicit about the "empty" body by using |
This creates first - empty part of mime message which does not work for me - one application I'm maintaining exchanges data with other service via email - and this have to be only one attachment with specific title. Currently app relies on swiftmailer, where adding attachment creates only one part - as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, fair enough, I've added some minor comments.
0752ee5
to
b500f92
Compare
Thank you @srsbiz. |
This PR was squashed before being merged into the 4.3 branch (closes #32814). Discussion ---------- Create mailBody with only attachments part present | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32811 | License | MIT Commits ------- b500f92 Create mailBody with only attachments part present