I\'m trying to put together a script that automatically forwards certain emails that match a specific criteria to another email.
I\'ve got the downloading and parsin
In one application I download messages via POP3 (using poplib) and forward them using your second method... That is, I alter To/From on the original Message and send it, and it works. Have you tried poking inside smtp.sendmail to see where it stops?