How to Disable Mac Mail App Inline Image Attachments ?
Rabu, 12 Desember 2012
0
komentar
It was really frustrating for me send high resolution Images to client using Mac Mail App.
If I attach any image directly to Mail it will automatically attached as inline attachment. There is no option to disable inline attachement also!!
Finally I found the way to Disable the inline Image attachments :)
Open Terminal App from Utility section.
Just Copy and Paste below code to terminal, It will disable Inline Attachment of Mail App.
>> defaults write com.apple.mail DisableInlineAttachmentViewing -bool YES
In any case, if you wants to revert it back, use below code.
>> defaults write com.apple.mail DisableInlineAttachmentViewing -bool NO
Thanks for reading the Article!
Follow me @ Just iOS
Baca Selengkapnya ....