John
John

Reputation: 593

How to send email through GWTP

I am developing a web application using gwt and gwtp. I can get a list of email address from the server side.

Now I want to send an email to these addresses through server. Could anyonoe tell me how to do it in gwtp?

Thanks a lot.

Upvotes: 1

Views: 158

Answers (1)

Sydney
Sydney

Reputation: 12212

It's not related to GWTP. Everything is explained here: http://code.google.com/appengine/docs/java/mail/usingjavamail.html

Upvotes: 2

Related Questions