Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently May 21st, 2024, 10:59 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How to code a 'sendmail' for my Android app?
PostPosted: July 26th, 2016, 12:36 pm 
Offline

Joined: February 12th, 2005, 3:42 pm
Posts: 28
Location: Switzerland
Opus: 9
OS: Windows 7 Enterprise
System: DELL LATITUDE E7240
Hi there,

I am new to coding Android apps with Opus 9.

I have coded a simple app containing a few fields. Field info is stored in cookies.
Example:
data 1
data 2
data 3
...
Send to: abc@123.com
CC: def@456.com

I want a button on my app to open the Android default email and create an email like this:

to: abc@123.com
cc: def@456.com
Title: blah blah
Message:
data 1
data 2
data 3
...

I've googled a lot of websites to check the right code, but could not find a solution for Opus Pro.
I do not have a web site nor a SQL base to manage the data. No need for me. So will not use Post Data.
Is there a simple way to do what I need?... Thanks for your help.

Winfried - Geneva

_________________
Winfried
Geneva

Opus Pro 7 - Vista 32 Family Ed. Premium - HP pavillon dv6000 - Core 2 duo 1.6Ghz - RAM 2GB - Nvidia Go 7400


For this message fifid has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: How to code a 'sendmail' for my Android app?
PostPosted: July 26th, 2016, 2:11 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
This works on my Android device:

Code:
window.location.href = "mailto:sally@answers.com?cc=pete@answers.com&bcc=priya@answers.com&subject=The%20Android%20Email%20Message%20Solution&body=Hi%20Guys,";


</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


For this message mackavi has been thanked by : fifid


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group