SMTP receive as well as send
Andrew Markebo
andrew.markebo at telelogic.com
Tue Oct 17 05:21:28 EDT 2000
More information about the Python-list mailing list
Tue Oct 17 05:21:28 EDT 2000
- Previous message (by thread): SMTP receive as well as send
- Next message (by thread): SMTP receive as well as send
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The SMTP protocol doesn't support receiving emails. You probably need
pop3 or some impap module to receive emails.
/andy
/ benny at nairobi.demon.nl (benny) wrote:
| Hi,
|
| I'm in need of an SMTP setup that will allow me to receive as well as
| send messages. The Python SMTPlib looked like a good bet but it seems
| to be send-only (kind of like the POP3 lib stuff seems to be read
| only).
- Previous message (by thread): SMTP receive as well as send
- Next message (by thread): SMTP receive as well as send
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list