Skip to content

An simple tool to send and receive mail base on smtp and pop3

Notifications You must be signed in to change notification settings

qq734628996/email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

> python send.py -h
usage: send.py [-h] [-f EFROM] [-p PASSWORD] [-t TO] [-s SERVER] [-m MESSAGE]
               [-ti TITLE] [-n NAME] [-rn RECIPIENT_NAME]

Simple email sender.

optional arguments:
  -h, --help            show this help message and exit
  -f EFROM, --from EFROM
  -p PASSWORD, --password PASSWORD
  -t TO, --to TO
  -s SERVER, --server SERVER
                        smtp server
  -m MESSAGE, --message MESSAGE
  -ti TITLE, --title TITLE
  -n NAME, --name NAME
  -rn RECIPIENT_NAME, --recipient_name RECIPIENT_NAME

> python recv.py -h
usage: recv.py [-h] [-e EMAIL] [-p PASSWORD] [-s POP3_SERVER]

Simple pop3 receiver.

optional arguments:
  -h, --help            show this help message and exit
  -e EMAIL, --email EMAIL
  -p PASSWORD, --password PASSWORD
  -s POP3_SERVER, --pop3_server POP3_SERVER

About

An simple tool to send and receive mail base on smtp and pop3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages