Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
How to send email programmatically?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 39 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sunit Katkar  
View profile  
 More options Nov 11 2008, 12:42 pm
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Tue, 11 Nov 2008 09:42:08 -0800
Local: Tues, Nov 11 2008 12:42 pm
Subject: How to send email programmatically?

Suppose I have an Activity which has couple of text fields - one for the
subject and one for body text.
And there is a simple Button. When user clicks the button, I wish to send
the text in the textfields via email to a predetermined email address.
How can I achieve this?

Sorry for being lazy and not looking up the SDK docs :)

PS: I have configured the EMAIL app on G1 using the Email setup steps, so it
can receive and send email from my email account.

--
- Sunit Katkar
http://sunitkatkar.blogspot.com/ - Android OS Tutorials


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunit Katkar  
View profile  
 More options Nov 11 2008, 8:05 pm
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Tue, 11 Nov 2008 17:05:50 -0800
Local: Tues, Nov 11 2008 8:05 pm
Subject: Re: How to send email programmatically?

Any ideas? Any pointers to some examples?

--
- Sunit Katkar
http://sunitkatkar.blogspot.com/ - Android OS Tutorials

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Burgess  
View profile  
 More options Nov 11 2008, 8:25 pm
From: "Andrew Burgess" <abom...@gmail.com>
Date: Tue, 11 Nov 2008 20:25:55 -0500
Local: Tues, Nov 11 2008 8:25 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

If you don't want to direct the user to the typical send form, then you're
going to have to either try and adapt an existing java based mailer to
android or write an SMTP client from scratch.  The SMTP standard isn't too
hard to implement.

--
Andrew Burgess

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunit Katkar  
View profile  
 More options Nov 12 2008, 2:52 am
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Tue, 11 Nov 2008 23:52:00 -0800
Subject: Re: [android-developers] Re: How to send email programmatically?

Ok how would I implement the 'send form'. Do you mean that I should launch a
web browser and use some webmail type of application hosted on a server?
I was thinking about the Email Outbox. How can I put a simple text message
as an email in the Outbox? I know I could do this long long ago with Palm OS
ver3.0. Hope there is a way to do it on Android.

- Sunit

--
- Sunit Katkar
http://sunitkatkar.blogspot.com/ - Android OS Tutorials

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peli  
View profile  
 More options Nov 12 2008, 3:44 am
From: Peli <peli0...@googlemail.com>
Date: Wed, 12 Nov 2008 00:44:24 -0800 (PST)
Local: Wed, Nov 12 2008 3:44 am
Subject: Re: How to send email programmatically?
You can find a code snippet here:
http://www.openintents.org/en/node/121

There is also a related SENDTO action which you can look up in the
documentation.

Peli
www.openintents.org

On Nov 12, 8:52 am, "Sunit Katkar" <sunitkat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunit Katkar  
View profile  
 More options Nov 12 2008, 10:51 am
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Wed, 12 Nov 2008 07:51:09 -0800
Local: Wed, Nov 12 2008 10:51 am
Subject: Re: [android-developers] Re: How to send email programmatically?

Thank you. I will try this.

--
- Sunit Katkar
http://sunitkatkar.blogspot.com/ - Android OS Tutorials

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jay-andro  
View profile  
 More options Dec 1 2008, 7:23 pm
From: Jay-andro <jayan...@gmail.com>
Date: Mon, 1 Dec 2008 16:23:55 -0800 (PST)
Local: Mon, Dec 1 2008 7:23 pm
Subject: Re: How to send email programmatically?
I too want to send email programmtaically (i.e without a send form).
I've got it working with my hardcoded credentials, but I want my app
to use the user's account to send the email from the user's account
and receive replies to his account. How do I do this?

On Nov 12, 10:51 am, "Sunit Katkar" <sunitkat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Mathews  
View profile  
 More options Dec 1 2008, 9:06 pm
From: "Xavier Mathews" <xavieruni...@gmail.com>
Date: Mon, 1 Dec 2008 20:06:31 -0600
Local: Mon, Dec 1 2008 9:06 pm
Subject: Re: [android-developers] Re: How to send email programmatically?
Would They Be Using Gmail? If So You Could Have It Programed With IMAP!

On 12/01/2008, Jay-andro <jayan...@gmail.com> wrote:

--
Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
xavieruni...@gmail.com¥xavieruni...@hotmail.com¥truestar...@yahoo.com
"Fear of a name, only increases fear of the thing itself."

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunit Katkar  
View profile  
 More options Dec 6 2008, 1:36 pm
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Sat, 6 Dec 2008 10:36:20 -0800
Local: Sat, Dec 6 2008 1:36 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

www.openintents.org seems to be down. I got to this thread after a long time
and now that site is down :-(
- Sunit Katkar
http://sunitkatkar.blogspot.com/ - Android OS Tutorials

On Mon, Dec 1, 2008 at 6:06 PM, Xavier Mathews <xavieruni...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options Dec 6 2008, 2:13 pm
From: "Dianne Hackborn" <hack...@android.com>
Date: Sat, 6 Dec 2008 11:13:17 -0800
Local: Sat, Dec 6 2008 2:13 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

You need to go through the UI of the mailer activity, so the user can select
which app to use etc.  Adding support for allowing applications to get at
the user's personal e-mail information and send on their behalf without
their interaction (but some other way to inform them that the app is doing
this) is not a high priority for the platform; actually, I would personally
much prefer that apps go through the mail UI so the user can be aware of and
confirm whatever some non-mail app is sending on their behalf.

As a user, wouldn't you prefer this too? :}

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunit Katkar  
View profile  
 More options Dec 6 2008, 2:32 pm
From: "Sunit Katkar" <sunitkat...@gmail.com>
Date: Sat, 6 Dec 2008 11:32:05 -0800
Local: Sat, Dec 6 2008 2:32 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

Yes I would prefer this. However, can you please post a code example of how
to do this?Thanks,

- Sunit Katkar

On Sat, Dec 6, 2008 at 11:13 AM, Dianne Hackborn <hack...@android.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christine  
View profile  
 More options Dec 7 2008, 6:59 am
From: Christine <christine.kar...@gmail.com>
Date: Sun, 7 Dec 2008 03:59:44 -0800 (PST)
Local: Sun, Dec 7 2008 6:59 am
Subject: Re: How to send email programmatically?
I use Javamail,  works fine.

On Dec 6, 8:32 pm, "Sunit Katkar" <sunitkat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Mathews  
View profile  
 More options Dec 7 2008, 10:52 am
From: "Xavier Mathews" <xavieruni...@gmail.com>
Date: Sun, 7 Dec 2008 09:52:51 -0600
Local: Sun, Dec 7 2008 10:52 am
Subject: Re: [android-developers] Re: How to send email programmatically?
Java Mail?

On 12/07/2008, Christine <christine.kar...@gmail.com> wrote:

--
Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
xavieruni...@gmail.com¥xavieruni...@hotmail.com¥truestar...@yahoo.com
"Fear of a name, only increases fear of the thing itself."

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jay-andro  
View profile  
 More options Dec 8 2008, 11:44 pm
From: Jay-andro <jayan...@gmail.com>
Date: Mon, 8 Dec 2008 20:44:46 -0800 (PST)
Local: Mon, Dec 8 2008 11:44 pm
Subject: Re: How to send email programmatically?
Diane
I accept (with a heavy heart :-( that Google is not interested in
providing for this, but I do believe it is a valid requirement.

First let me clarify that I have no interest in accessing the user's
personal account information from my app. I would ideally like an
android api that protects this info and just allows my app to invoke a
sendmail method with subject, body etc. Under the covers the api would
access the personal account credentials of so it can connect to the
smtp server.

Second, consider the following use cases where this requirement comes
up:
- A salesforce phone app is set up to always send an email to the
sales supervisor when a customer support person updates a customer
ticket. The email is automatic and informational
- A service rep (cable guy) app is set up to automatically email the
service supervisor, when a rep leaves the location of his/her last
service order.
- A game is set up to automatically email the highest score to all
members of a game-group
In all cases, the app would advertise the auto-email as a feature,
that the user can opt into or out of.

thx
jay

On Dec 6, 2:13 pm, "Dianne Hackborn" <hack...@android.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options Dec 9 2008, 12:31 am
From: "Dianne Hackborn" <hack...@android.com>
Date: Mon, 8 Dec 2008 21:31:23 -0800
Local: Tues, Dec 9 2008 12:31 am
Subject: Re: [android-developers] Re: How to send email programmatically?

If you want a feature like this, feel free to look at submitting a patch to
the platform.  You'll want to talk with people in the platform group about
the security implications of doing so, so we can have a patch that we are
comfortable with.  This is probably way down on the priority list for the
core platform work, so I doubt a feature like it would be added without
someone who wants it coming in and making it happen.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options Dec 9 2008, 12:36 am
From: "Dianne Hackborn" <hack...@android.com>
Date: Mon, 8 Dec 2008 21:36:05 -0800
Local: Tues, Dec 9 2008 12:36 am
Subject: Re: [android-developers] Re: How to send email programmatically?

Btw, you can probably get away with doing this with little to no platform
changes at all, by defining an intent protocol that is similar to the
existing one but doesn't require presenting a UI.  There are still some
important security, user interaction, and management issues that would need
to be addressed though, such as what to do with multiple e-mail apps with
multiple accounts.

Anyway, the point is that this is an open source project.  You aren't
dependent on Google for things, you don't have to sit here begging for
people to give you features you want, if you feel strongly about something
you can make it happen.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Murphy  
View profile  
 More options Dec 9 2008, 8:16 am
From: Mark Murphy <mmur...@commonsware.com>
Date: Tue, 09 Dec 2008 08:16:45 -0500
Local: Tues, Dec 9 2008 8:16 am
Subject: Re: [android-developers] Re: How to send email programmatically?

Jay-andro wrote:
> I would ideally like an
> android api that protects this info and just allows my app to invoke a
> sendmail method with subject, body etc. Under the covers the api would
> access the personal account credentials of so it can connect to the
> smtp server.

As a user, I would find this completely unacceptable. But, that's just me.

> Second, consider the following use cases where this requirement comes
> up:

Those cases all require you to send emails. You can do this today. You
need to get yourself a Java JAR that supports SMTP, ask the user for
SMTP credentials (server, from address, SMTP authentication settings,
etc.), and you're set.

I can see the argument that it would be nice to have an option where the
user didn't have to configure that email information again. However,
please understand that under no circumstances you should be assuming
that the user *wants* you to use the pre-configured account for any of
these situations. Hence, you're going to need to support allowing the
user to specify alternative SMTP credentials, anyway.

Long term, I can definitely see where Android might evolve a
general-purpose email service, where the user can create multiple
accounts, and it is easy for applications to allow the user to choose
which of those accounts to use (or launch an activity to define a new
account, etc.). However, as with any open source project, how long the
"long" in "long term" is depends on who all has itches and decides to
scratch them.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Available!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brad Gies  
View profile  
 More options Dec 9 2008, 1:47 pm
From: "Brad Gies" <rbg...@gmail.com>
Date: Tue, 9 Dec 2008 13:47:19 -0500
Local: Tues, Dec 9 2008 1:47 pm
Subject: RE: [android-developers] Re: How to send email programmatically?

I don't think having the user enter their email information one time for
each app that needs it a big deal.

Does android have a standardized email settings dialog box we can invoke? Or
do we have to roll our own?

If there isn't one already that would be a great little project for someone
that wants to make a contribution to the community. I'll do it myself when I
get to that part of my application if it's not already done.

Sincerely,

Brad Gies

-----------------------------------------------------------------
Brad Gies
27415 Greenfield Rd, # 2,
Southfield, MI, USA
48076
www.bgies.com  www.truckerphone.com
www.EDI-Easy.com  www.pricebunny.com
-----------------------------------------------------------------

Moderation in everything, including abstinence


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dianne Hackborn  
View profile  
 More options Dec 9 2008, 3:47 pm
From: "Dianne Hackborn" <hack...@android.com>
Date: Tue, 9 Dec 2008 12:47:30 -0800
Local: Tues, Dec 9 2008 3:47 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

On Tue, Dec 9, 2008 at 10:47 AM, Brad Gies <rbg...@gmail.com> wrote:
> Does android have a standardized email settings dialog box we can invoke?
> Or
> do we have to roll our own?

There is no standard settings dialog, we already have to e-mail apps that
are very different: gmail and email.  I don't think it makes sense to try to
come up with a general-purpose UI for this as part of the platform, though
of course making one that others can re-use embedded in their apps would be
great.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nt94043  
View profile  
 More options Dec 10 2008, 3:40 am
From: nt94043 <ntuc...@gmail.com>
Date: Wed, 10 Dec 2008 00:40:46 -0800 (PST)
Local: Wed, Dec 10 2008 3:40 am
Subject: Re: How to send email programmatically?
On Dec 9, 12:47 pm, "Dianne Hackborn" <hack...@android.com> wrote:

> There is no standard settings dialog, we already have to e-mail apps that
> are very different: gmail and email.  I don't think it makes sense to try to
> come up with a general-purpose UI for this as part of the platform, though
> of course making one that others can re-use embedded in their apps would be
> great.

I don't think a general-purpose UI for sending email sounds useful,
but a general-purpose API for email definitely sounds useful.
Obviously, it would have to be a privilege you grant an application
("access your email" and "send email on your behalf" seem like
good candidates), but given that the phone is so connected to my
gmail account, I was really surprised to not be allowed to take
advantage of it from my own apps.  For example, one of the first
apps I wanted to write was something that would hook into an
"incoming mail" notification and play custom notification sounds
based on simple message-matching rules.  I don't think it's doable
unless I want to duplicate IMAP client functionality and force the
user to provide/manage duplicate credentials.  Pretty lame from
a platform standpoint.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Given  
View profile  
 More options Dec 10 2008, 9:59 am
From: David Given <d...@cowlark.com>
Date: Wed, 10 Dec 2008 14:59:47 +0000
Local: Wed, Dec 10 2008 9:59 am
Subject: Re: [android-developers] Re: How to send email programmatically?
Mark Murphy wrote:

[...]

> Those cases all require you to send emails. You can do this today. You
> need to get yourself a Java JAR that supports SMTP, ask the user for
> SMTP credentials (server, from address, SMTP authentication settings,
> etc.), and you're set.

Speaking as a user, I don't want an app sending mail on my behalf, ever
--- especially if it's through my account!

But I *would* like an API that allows an app to launch the email
application of my choice, with subject, recipient and body filled in, so
that I can inspect it and press SEND if I choose. This has another
advantage that it ought to be really easy to implement, requiring only a
standardised intent with the data packed into it --- e.g.
mailto:/...@cowlark.com?subject=Subject&body=Body, which is not only how
the web does it, but is also a standard:

http://www.rfc-editor.org/rfc/rfc2368.txt

Am I right in thinking that the only thing this needs to work is that
email apps declare themselves as supporting the mailto: data scheme? Do
any Android email apps do this already?

--
David Given
d...@cowlark.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Stadler  
View profile  
 More options Dec 10 2008, 12:39 pm
From: "Andrew Stadler" <stad...@gmail.com>
Date: Wed, 10 Dec 2008 09:39:49 -0800
Local: Wed, Dec 10 2008 12:39 pm
Subject: Re: [android-developers] Re: How to send email programmatically?
David-

This is already supported in both the Email and Gmail apps.  Is there
a reason that you believed that it wasn't?

Here is the raw Javadoc straight from Intent.ACTION_VIEW:

    /**
     * Activity Action: Display the data to the user.  This is the most common
     * action performed on data -- it is the generic action you can use on
     * a piece of data to get the most reasonable thing to occur.  For example,
     * when used on a contacts entry it will view the entry; when used on a
     * mailto: URI it will bring up a compose window filled with the information
     * supplied by the URI; when used with a tel: URI it will invoke the
     * dialer.
     * <p>Input: {@link #getData} is URI from which to retrieve data.
     * <p>Output: nothing.
     */

So all you have to do is create an intent with the ACTION_VIEW action,
a "mailto:" scheme in the Uri, and send it.

Hope this helps.
--Andy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Murphy  
View profile  
 More options Dec 11 2008, 8:25 pm
From: Mark Murphy <mmur...@commonsware.com>
Date: Thu, 11 Dec 2008 20:25:35 -0500
Local: Thurs, Dec 11 2008 8:25 pm
Subject: Re: [android-developers] Re: How to send email programmatically?

Andrew Stadler wrote:
> This is already supported in both the Email and Gmail apps.

Ummmm...are you sure about that?

String
url="mailto:f...@bar.com?subject=This%20is%20the%20subject&body=This%20is%20the%20body";

This mailto URL works nicely in Firefox (Linux and WinXP) and Internet
Explorer (WinXP), and android.net.MailTo parses it just fine. In the
case of the browsers, it pops open a message in the default mail program
with the addressee, subject, and body populated.

However:

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));

This pops up the mail app chooser (Email vs. Google Mail), as expected.
However, neither parse out the subject or the body, leaving those blank.
Heck, Mail doesn't even seem to parse out the addressee, leaving that
blank; Google Mail has the addressee as "f...@gmail.com".

Now, if I use java.net.URLEncoder on the component parts, I get the same
mailto: URL, except %20 is replaced by +. If I try that URL, Mail slams
the whole mailto: (minus the scheme) in the To: field, and Google Mail
behaves as before. Since the use of + signs seems to violate RFC 2368
for mailto: URLs, and since Firefox seemed to like %20 better, I figure
that's the better answer.

Issue 978 reports the same behavior. I have added these comments there
as well.

But, if you think this is supposed to work, I feel like I'm missing
something.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Published!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peli  
View profile  
 More options Dec 12 2008, 5:32 am
From: Peli <peli0...@googlemail.com>
Date: Fri, 12 Dec 2008 02:32:00 -0800 (PST)
Subject: Re: How to send email programmatically?
Ok, the site is accessible now, but for future reference I copy the
code from there:
http://www.openintents.org/en/node/121

Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "email text");
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "Subject");
sendIntent.setType("message/rfc822");
startActivity(Intent.createChooser(sendIntent, "Title:"));

Peli
www.openintents.org
www.openintents.biz

On Dec 6, 7:36 pm, "Sunit Katkar" <sunitkat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Siva G  
View profile  
 More options Dec 13 2008, 11:31 pm
From: Siva G <sivarama...@gmail.com>
Date: Sat, 13 Dec 2008 20:31:00 -0800 (PST)
Subject: Re: How to send email programmatically?
Hi,

When I try this snippet I get a message saying "No Applications can
perform this action." Is there something else I should take care of
like in the manifest file?

Thanks,
Siva G

On Dec 12, 5:32 am, Peli <peli0...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 39   Newer >
« Back to Discussions « Newer topic     Older topic »