if you look into t2.py there as function email. That uses GAE
infrastructure. Do you need something more that I missing?

On Nov 27, 6:41 pm, Oscar <[EMAIL PROTECTED]> wrote:
> There is a way to use GAE email framwork with T2?? Something like the
> db management system, but with GAE email infrastructure.
>
> Regards,
>
> Oscar.
>
> On 25 nov, 22:52, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > Actually it is secure. If you have email_auth it uses TLS.
>
> >http://www.ietf.org/rfc/rfc2487.txt
>
> > Massimo
>
> > On Nov 24, 8:23 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
>
> > > Massimo,
>
> > > Would you consider a t2.email_auth_ssl so we can have a secure method
> > > for this process?
>
> > > thx,
>
> > > -wj
>
> > > On Mon, Nov 24, 2008 at 2:48 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > > > I reposted a new version of T2. I fixed a problem with email
> > > > verification and added a t2.reset_password
>
> > > > to use email verification you do
>
> > > >   t2.email_server="hostname:port"
> > > >   t2.email_auth="username:password"
> > > >   def register(): return dict(form=t2.register(verification=True)
> > > >   def password(): return dict(form=t2.reset_password())
>
> > > > Please give it a try.
>
> > > > I discovered that in smtplib server.helo() and server.ehlo() are not
> > > > equivalent as the docs say! The firmer does not always work, the
> > > > latter does.
>
> > > > Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to