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...
Convert a View to PDF and email on iOS?
The result screen of my iPad app is a bunch of text and items in a 600x800 view. I'd like to provide a way for the user to email this view. I already have hooked up the action button and know how to email text or html that I can create, but I am...
"Mail To" Contacts picker and functionality like iOS Email
Does anyone know how to reproduce the "Mail To" Contacts picker and functionality like iOS Email. The one that as you type the list of contacts shows up and when you pick one it puts the name in the textfield with a blue background? I would...
Simulate Mail's tag tokens in textfield?
I was wondering if anyone knew of an easy way to replicate the blue 'tokens' inside a text field (in this case they would be tags) that the Mail app uses. In the Mail app you can see it if you send an email message to more than one recipient (each...
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 =...
Is it possible to launch the default iOS mail app from my app?
User can create an account via an webview (form included, that connects to the cms), but they need to activate their account by a link they receive by email. Is it possible to launch the default mail app from an app, and redirect users to their inbox?
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...
adding String variable to recipients in email dialog
I am grabbing my email from a label and inserting it into an array in the toRecipients field. Every time the recipients field has a blank recipient. ~~~ var email2 =...
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)?
Extract informations from an e-mail
Hi, i want to know if it's possible to extract informations (recipient, body, subject, ...) from an e-mail which was arriving on a Gmail address and show it in a view in my app.
Email the HTML in a local web view?
I have a results screen I have created with HTML from my app and displayed in a web view. I'd like the ability for the user to share this HTML in an email. Is this possible? I didn't see mail mentioned in the kitchen sink. How would I open an email...
searchbar cancel button
the blur-event disables the 'cancel' button within the searchbar. i the normal mail-app from apple it keeps enable even if the searchbar.blur-event fires. is there any chance to keep the button enabled?
Detecting Mail setup on the device?
Does anyone know if it's at all possible if you can detect if the mail app has been configured? I've got email dialogs events, however if it's not setup I need to display some sort of an alert.
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