Hello,
I've finish writing a simple registration widget, now I need to send a
confirmation email?

How can I plug in turbomail to tg2?


---------------------------
1. easy_install turbomail


2. then..........
.......
do some config stuff????????????????
.........then......

3.
import turbomail

# Create a Message instance.
message = turbomail.Message("[email protected]", "[email protected]", subject)
message.plain = "Hello world!"

# Enqueue the message.
turbomail.enqueue(message)



What is item #2?

Thanks,
Lucas

--~--~---------~--~----~------------~-------~--~----~
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