Tryign to send mail via a python script by using the local MTA

feedthetroll at gmx.de feedthetroll at gmx.de
Tue Sep 17 02:15:12 EDT 2013


Am Dienstag, 17. September 2013 03:40:06 UTC+2 schrieb Tim Chase:
> On 2013-09-17 00:15, Ferrous Cranus wrote:
>...
>> But i wish to try it, is there a way to try to remove them?
> 
> You could manage your own SMTP connection.  If only Python had some
> built in library that handled SMTP, that would be great!  Then you
> would be able to instantiate some SMTP object, connect to another
> server, optionally authenticating, then send mail, and close the
> connection.  That would be so awesome! :-D
Cool idea! But bad, bad GMail won't let me fake the FROM-Header. Bad, bad GMail. WHINE! ;-)
(Hey, we reached the start of the thread. Infinite loops are sooooooo cool ;-) )

> ... 




More information about the Python-list mailing list