ah, it just seems like the next smtp client (potentially 12) from the samples could be multipart mime.
On Fri, Mar 28, 2014 at 3:12 PM, <exar...@twistedmatrix.com> wrote: > On 08:36 pm, kebi...@gmail.com wrote: > >> How can I get something similar into a smtp client 12? multipart message >> > > Hi Kevin, > > MIME and SMTP are at different layers. > > Twisted's SMTP client doesn't care what bytes you shove through it. > They're just bytes. They can be MIME or not. Construct the bytes using > the stdlib's MIME functionality if you want - once you have the bytes, the > way you use them with Twisted's SMTP client is the same no matter what they > are. > > Jean-Paul > > _______________________________________________ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python