Build an Email Server with Sockets and MIME

2005-03-19 Thread fernandestb
Hi People, I'd like to know if exist the possibilite to build an email server with socket and Mime ? Tks FX -- http://mail.python.org/mailman/listinfo/python-list

Sendmail with many attach and recipients

2005-02-03 Thread fernandestb
Here, my code of sendmail If Somebody had a doubt please contact me? [EMAIL PROTECTED] # -*- coding: cp1252 -*- ## Faz o import das bibliotecas necessarias. import mimetypes import os.path import smtplib import sys from email.Encoders import encode_base64 from email.MIMEAudio import MIMEAudio