Closed minutello closed 2 years ago
Since I'm always sending attachments, I had to change the type default value in mimemultipart.h to:
type
mimemultipart.h
/* [1] Constructors and Destructors */ MimeMultiPart(const MultiPartType type = Mixed);
otherwise attachments will not be shown in all email clients, and the size of the attached files would be missing.
Maybe it's just a personal issue, but it's good to know if you're bugged with it.
Good to know. Mime type can also be set with the setMimeType() method.
setMimeType()
Since I'm always sending attachments, I had to change the
type
default value inmimemultipart.h
to:otherwise attachments will not be shown in all email clients, and the size of the attached files would be missing.
Maybe it's just a personal issue, but it's good to know if you're bugged with it.