
Hi, I have some problem when sending out a mail using qmail. How can i implement a simple email mechanism Command? that will send an email througt qmail in python? Most of the examples i saw on the internet are using sendmail instead of qmail. Somebody please enlight me. Thanks alot. Kim Titu __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com

El dia Mon, Sep 24, 2001 at 05:42:00PM -0700, Titu Kim tuvo a bien escribir:
Hi, I have some problem when sending out a mail using qmail. How can i implement a simple email mechanism Command? that will send an email througt qmail in python? Most of the examples i saw on the internet are using sendmail instead of qmail. Somebody please enlight me. Thanks alot.
Using the sendmail module you will call the "sendmail" binary that comes with qmail, exim, postfix, etc. Any MTA on Unix has a Sendmail interface. Just use the standard procedure, it should work with qmail. Best regards, -- I've discovered that using VMS is a lot like driving a nail with your head: sure, you eventually get something practical done, but it usually results in a headache and some blood loss. (submitted by Sean A. Simpson) -- Escrito en MIT/Qt/GNU/BSD/Linux, o mejor "Linux" La FSF no es la dueña de mi trabajo J. Ivan Juanes Prieto -- Greek and Latin Teacher Canary Islands (Spain) -- Linux Debian 2.2

I posted before about this one.. and I hope it is not too off-topic. As you know I like to share tools which I find relevent and intersting tio Pyth and Edu-Sig. Recently I have been experimenting with Rebol, a veryclever collaborative language/toolkit designed for distributed internet applications. Idiosyncratic, minimal and stylish, it does some things very nicely indeed, especially message passing between many internet protocols. It also has a very ingenious graphical uer interface extension called Rebol/View .. fun to play with, food for thought... It makes as a viable hands-on model to consider for Edu-sig sahred workspaces, and relative to the excellent Pythoncard developments. PYTHON EMAIL ??? Rebol might offer a nice model/alternative for Pythoneers needing easy email handling and more.. Example: to send an email including the contents of web page
send fred@example.com read http://www.rebol.com
www.rebol.com Rebol/Core Free for non-comercial use Rebol/View Free for non-commercial use [basic GUI] Rebol/View/Pro US$49.00 for non-commercial use [more] For some Rebol/View syntax check out the docs: http://www.rebol.com/docs.html http://www.rebol.com/docs/rebolintro.html http://www.rebol.com/docs/view-guide.html http://www.rebol.com/docs/easy-vid.html#section-1 - Jason
participants (3)
-
ijuanes@yahoo.com
-
Jason Cunliffe
-
Titu Kim