Re: using smtp in python

2013-10-22 Thread Chris Angelico
On Wed, Oct 23, 2013 at 9:02 AM, xDog Walker wrote: > On Tuesday 2013 October 22 11:44, Dan Stromberg wrote: >> Some SMTP servers require a password and some do not > > POP3 before SMTP ? Or just IP-based restrictions (computers on 192.168.0.0/24 may relay mail, all others may only send to the do

Re: using smtp in python

2013-10-22 Thread xDog Walker
On Tuesday 2013 October 22 11:44, Dan Stromberg wrote: > Some SMTP servers require a password and some do not POP3 before SMTP ? -- Yonder nor sorghum stenches shut ladle gulls stopper torque wet strainers. -- https://mail.python.org/mailman/listinfo/python-list

Re: using smtp in python

2013-10-22 Thread Dan Stromberg
On Tue, Oct 22, 2013 at 11:00 AM, wrote: > I'm trying to send an email using python. The mail content is taken from > file and subject of the mail is name of the file. The program is invoked as > ./mailclient.py -f -d > -i -s > . > How to i use server ip address and the mail id to send th