Re: Java Mail Provider

2011-02-28 Thread bramos
looks like they've blocked SMTP and SMTPS connections from appengine:

JavaMail Features Not Supported
An app cannot use the JavaMail interface to connect to other mail
services for sending or receiving email messages. SMTP configuration
added to the Transport or Session is ignored.

http://code.google.com/appengine/docs/java/mail/usingjavamail.html

On Feb 12, 6:35 pm, unair001 unair...@gmail.com wrote:
 Help please.anyone?

 On Feb 11, 10:57 am, unair001 unair...@gmail.com wrote:







  In the 
  examplehttp://code.google.com/appengine/docs/java/mail/usingjavamail.html,
  it does not set the Transport. If transport is not set, the
  application sets an error. I cannot set the Transport to smtps because
  that provider is taken out of the javaMail provider file inside of the
  Appengine. That file only consists of a provider gm and I do not
  know how to make the gm provider to work.

  On Feb 10, 10:35 pm, A. Stevko andy.ste...@gmail.com wrote: Hello UN,
   Appengine supports the javax.mail 
   api.http://code.google.com/appengine/docs/java/mail/usingjavamail.htmlhtt...

   GWT does 
   not.http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

   On Thu, Feb 10, 2011 at 2:46 PM, unair001 unair...@gmail.com wrote:
The GWT appengine SDK 1.4.0 comes packaged with the java mail jars.
The Java mail provider Jar has only one entry for protocol gm. It
does not have anything for smtps. When I use that protocol for my SMTP
server, I get an error stating that the provide is not known.

How do I get the SMTPS option to work inside of GWT. Outside, if I
configure the app without any GWT references it works fine.

1. I want to run the app inside of a GWT app engine.
2. This is for sending an email out.

Please help if you know how to fix this issue?

Thanks,
UN

--
You received this message because you are subscribed to the Google 
Groups
Google Web Toolkit group.
To post to this group, send email to 
google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at
   http://groups.google.com/group/google-web-toolkit?hl=en.

   --
   -- A. Stevko
   ===
   If everything seems under control, you're just not going fast enough. M.
   Andretti

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Java Mail Provider

2011-02-12 Thread unair001
Help please.anyone?

On Feb 11, 10:57 am, unair001 unair...@gmail.com wrote:
 In the 
 examplehttp://code.google.com/appengine/docs/java/mail/usingjavamail.html,
 it does not set the Transport. If transport is not set, the
 application sets an error. I cannot set the Transport to smtps because
 that provider is taken out of the javaMail provider file inside of the
 Appengine. That file only consists of a provider gm and I do not
 know how to make the gm provider to work.

 On Feb 10, 10:35 pm, A. Stevko andy.ste...@gmail.com wrote: Hello UN,
  Appengine supports the javax.mail 
  api.http://code.google.com/appengine/docs/java/mail/usingjavamail.htmlhtt...

  GWT does 
  not.http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

  On Thu, Feb 10, 2011 at 2:46 PM, unair001 unair...@gmail.com wrote:
   The GWT appengine SDK 1.4.0 comes packaged with the java mail jars.
   The Java mail provider Jar has only one entry for protocol gm. It
   does not have anything for smtps. When I use that protocol for my SMTP
   server, I get an error stating that the provide is not known.

   How do I get the SMTPS option to work inside of GWT. Outside, if I
   configure the app without any GWT references it works fine.

   1. I want to run the app inside of a GWT app engine.
   2. This is for sending an email out.

   Please help if you know how to fix this issue?

   Thanks,
   UN

   --
   You received this message because you are subscribed to the Google Groups
   Google Web Toolkit group.
   To post to this group, send email to google-web-toolkit@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

  --
  -- A. Stevko
  ===
  If everything seems under control, you're just not going fast enough. M.
  Andretti

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Java Mail Provider

2011-02-11 Thread unair001

In the example 
http://code.google.com/appengine/docs/java/mail/usingjavamail.html,
it does not set the Transport. If transport is not set, the
application sets an error. I cannot set the Transport to smtps because
that provider is taken out of the javaMail provider file inside of the
Appengine. That file only consists of a provider gm and I do not
know how to make the gm provider to work.


On Feb 10, 10:35 pm, A. Stevko andy.ste...@gmail.com wrote:
 Hello UN,
 Appengine supports the javax.mail 
 api.http://code.google.com/appengine/docs/java/mail/usingjavamail.htmlhttp://code.google.com/appengine/docs/java/mail/receiving.html

 GWT does not.http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

 On Thu, Feb 10, 2011 at 2:46 PM, unair001 unair...@gmail.com wrote:
  The GWT appengine SDK 1.4.0 comes packaged with the java mail jars.
  The Java mail provider Jar has only one entry for protocol gm. It
  does not have anything for smtps. When I use that protocol for my SMTP
  server, I get an error stating that the provide is not known.

  How do I get the SMTPS option to work inside of GWT. Outside, if I
  configure the app without any GWT references it works fine.

  1. I want to run the app inside of a GWT app engine.
  2. This is for sending an email out.

  Please help if you know how to fix this issue?

  Thanks,
  UN

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 -- A. Stevko
 ===
 If everything seems under control, you're just not going fast enough. M.
 Andretti

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Java Mail Provider

2011-02-10 Thread unair001
The GWT appengine SDK 1.4.0 comes packaged with the java mail jars.
The Java mail provider Jar has only one entry for protocol gm. It
does not have anything for smtps. When I use that protocol for my SMTP
server, I get an error stating that the provide is not known.

How do I get the SMTPS option to work inside of GWT. Outside, if I
configure the app without any GWT references it works fine.

1. I want to run the app inside of a GWT app engine.
2. This is for sending an email out.

Please help if you know how to fix this issue?

Thanks,
UN

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Java Mail Provider

2011-02-10 Thread A. Stevko
Hello UN,
Appengine supports the javax.mail api.
http://code.google.com/appengine/docs/java/mail/usingjavamail.html
http://code.google.com/appengine/docs/java/mail/receiving.html


GWT does not.
http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html




On Thu, Feb 10, 2011 at 2:46 PM, unair001 unair...@gmail.com wrote:

 The GWT appengine SDK 1.4.0 comes packaged with the java mail jars.
 The Java mail provider Jar has only one entry for protocol gm. It
 does not have anything for smtps. When I use that protocol for my SMTP
 server, I get an error stating that the provide is not known.

 How do I get the SMTPS option to work inside of GWT. Outside, if I
 configure the app without any GWT references it works fine.

 1. I want to run the app inside of a GWT app engine.
 2. This is for sending an email out.

 Please help if you know how to fix this issue?

 Thanks,
 UN

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
-- A. Stevko
===
If everything seems under control, you're just not going fast enough. M.
Andretti

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.