How would i do a
local eoptions =
{
to="",
from="",
subject=_G.lg_mdtempchart,
body=_G.lg_mdchartbody,
isBodyHtml=false,
attachment={baseDir=system.DocumentsDirectory, filename=“tempchart.jpg”, type=“image”}
}
native.showPopup(“mail”, eoptions)
that works fine on iOS/Android within OSX??
thanks
chris