I have SSRS (2012) configured to auto send reports in PDF format. In GMAIL (android), you cannot click on the reports to open. You need to save to drive and then open from drive. (outlook can open it though)
I think the problem is the content type is wrong.
It sends out as: Content-Type: application/octet-stream; name="application/pdf"
It should be: Content-Type: application/pdf; name="application/pdf"
Can anyone assist on how to fix this? thanks, Zev.
headers from email. This is the PDF attachment SSRS attached when it sent it.
----boundary_2_ee6bd0fc-4e77-432e-81f4-b678737c8c05 Content-Type: application/octet-stream; name="application/pdf" Content-Transfer-Encoding: base64 Content-ID: <770d9496-f9ed-45cf-8e20-37667a2cd081> Content-Disposition: attachment; filename="=?utf-8?B?RW1wbG95ZWVzQ2xvY2tlZEluRHluYW1pY0dyb3VwaW5nUmVwb3J0LnBkZg==?="