On Apr 1, 1:28 am, midtoad <[EMAIL PROTECTED]> wrote:
> problem solved!
>
> The first registration request was timing out because the SMTP server
> either wasn't responding, or not responding in a way that the script
> understood.
> when I send the second request, the database was still locked from the
> first request.
>
> I made up a small test program using the example 
> fromhttp://www.eskimo.com/~jet/python/examples/mail/smtp1.html
> and it became obvious how to interact with the smtp server.
>
> thanks for your interest,
> S

Did you have to change something in the registration script, or were
you able to make it work by only modifying the configuration values?
If the former, I'd be interested in seeing your changes.

For what it's worth, the built-in mail handler isn't terribly robust
(as you've found out) and is really intended for development use only.
If you move the app to a production environment, be sure to install
and configure TurboMail as the mail handler.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to