<div dir="ltr">ah, it just seems like the next smtp client (potentially 12) from the samples could be multipart mime.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 28, 2014 at 3:12 PM,  <span dir="ltr"><<a href="mailto:exarkun@twistedmatrix.com" target="_blank">exarkun@twistedmatrix.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 08:36 pm, <a href="mailto:kebin70@gmail.com" target="_blank">kebin70@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How can I get something similar into a smtp client 12? multipart message<br>
</blockquote>
<br></div>
Hi Kevin,<br>
<br>
MIME and SMTP are at different layers.<br>
<br>
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.<br>

<br>
Jean-Paul<br>
<br>
______________________________<u></u>_________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com" target="_blank">Twisted-Python@twistedmatrix.<u></u>com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-<u></u>bin/mailman/listinfo/twisted-<u></u>python</a><br>
</blockquote></div><br></div>