- Zimbra Collaboration 8.6 Patch 9 now available (includes fix for CVE-2017-8802). Read the announcement.
- Zimbra Collaboration 8.8.7 + Zimbra Connector for Outlook 8.8.7 are available.. Read the announcement.
- Are you a Zimbra Developer? You can find some interesting stuff in our Official GitHub: https://github.com/Zimbra and check the Community Projects too: https://github.com/Zimbra-Community/
Search found 2 matches
- Fri Aug 10, 2018 4:16 pm
- Forum: Developers
- Topic: How to send base64 attachment with SendMsg
- Replies: 2
- Views: 2231
Re: How to send base64 attachment with SendMsg
Hi Phoenix, first of all thank you for your answer. Unluckily, I need to send files that have already been encoded with base64 format. The image should be sent as an attachment and not inside the HTML code as in your link.. ideally I would need to change the following header: Content-Transfer-Encodi...
- Thu Aug 09, 2018 3:57 pm
- Forum: Developers
- Topic: How to send base64 attachment with SendMsg
- Replies: 2
- Views: 2231
How to send base64 attachment with SendMsg
Hello, I have searched the forum but i could not find an answer on how to send an email using the SendMsg function, with a base64 encoded attachment. The problem is that Zimbra server is encoding the string I am sending and returning it in base64 format, hence garbling the image. For example: <mp ct...