Community Questions & Answers

email html with android

Hi, i have this code : ~~~~~~ var emailDialog = Titanium.UI.createEmailDialog(); emailDialog.html = true; emailDialog.subject = 'subject'; emailDialog.messageBody = '.....<img src="remote.png" />....'; emailDialog.open(); ~~~~~~ on...

Not able to send email

Hello, I am trying to send a mail without using default mail box by one click. For this i am using a php script , which is there on the server. My php file is as following : ~~~ function sendEmail($toemail,$fromEmail,$subject,$message){ $to =...

creating custom log file & mailing

Hi, i need to create a custom module in which all the Ti.Api.info logs are stored in to a file, and later the file has to be sent via emaildialog. how to achieve this? I have the common js module for info. need to integrate with file writing &...

Attach PDF to email after saving it

Dear people, I'm pretty new to Titanium and Appcelerator but I hope you people can help me. I'm writing a PDF from my webserver to my app using this bit of code, im trying to attach the PDF in the xhr.onload function, but it just won't attach. I tried it...

mailto: links in desktop app

When developing a desktop app, is there any way to use a `mailto:` link (or some other method) to open a user's e-mail client (with the recipient's address already filled obviously)?

Mail-like addressing UI control

Any thoughts or suggestions about creating a UI that allows selected address book entries (or other selected items) to be presented in text bubbles the same way the mail app (and desktop mail app) show addresses in the to, cc and bcc fields? Is this still...

Showing 1-15 of 15