so… The email has been sent but the images don’t show up.
Here’s my code:
local optionEMAILCC =
{
to = { "douglas\_b\_h@hotmail.com", "bi\_toller@hotmail.com" },
cc = { "contato@universopositivo.com.br" },
subject = "My High Score",
isBodyHtml = true,
body = "[html]I scored over **9000**!!! Can you do better?[/html]",
attachment =
{
{ baseDir=system.ResourceDirectory, filename="Screenshot.png", type="image" },
{ baseDir=system.ResourceDirectory, filename="MyLogo.png", type="image" },
},
}
local useEMAILCC = function()
native.showPopup( "mail", optionEMAILCC )
end
useEMAILCC()
the baseDir’s correct and the image’s names too.
I’m using the latest build.
Someone knows anything about it?
Thanks [import]uid: 23063 topic_id: 20165 reply_id: 320165[/import]