Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i have added a gsend function to send email in the appengine environment #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jgabios
Copy link

@jgabios jgabios commented Oct 27, 2010

Hi, i tried your ringojs mail package in my gae ringojs app, but couldn't find an easy way to configure ringo-mail to escape their banned list of classes and packages.
ex: when Transport.connect() is reached, java.net.Socket is called, and it is banned.
all i could do is to add a new function that matched their documentation.

@robi42
Copy link
Owner

robi42 commented Oct 28, 2010

Thanks.

Not sure though if maybe alternatively using http://www.appenginejs.org/docs#mail on GAE would generally make more sense here (instead of trying to force-fit this package into that environment).

@jgabios
Copy link
Author

jgabios commented Oct 28, 2010

true,
i just took their mail module mail.js from here: http://github.com/gmosx/appengine/blob/master/lib/google/appengine/api/mail.js and i have those java packages from the google sdk jars, and it works. i guess all appengine can be used in a ringojs app deployed on GAE, with no or little modification.
thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants