Dashboard to be sent as email attachment

Dashboard to be sent as email attachment

Hi,

  I can send view in PDF format via email to users using the following code:

sendmail
[
from :zoho.adminuserid
to :"user@email.com"
subject :"Report Summary"
message :"Report Summary"
Attachments :view:Report_Suammary as PDF
]


  but is it possible for me to send a dashbaord view as html to users?

  Many thanks!

Yap