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 <from email address> -d <recipient email address> -i
<file1> -s <server IP address>
.
How to i use server ip address and the mail id to send the email ? (would i
require the password)
--
https://mail.python.org/mailman/listinfo/python-list
- using smtp in python ashikbekal
- Re: using smtp in python Dan Stromberg
- Re: using smtp in python xDog Walker
- Re: using smtp in python Chris Angelico
