:mailbox: SMTP protocol implementation
This is smtp protocol implementation
Argument | Description |
---|---|
—fromaddr | “From” address for an email |
—passwd | Password from “From” account for sending |
—toaddrs | List of “To” addresses for an email |
—subj | Subject of an email |
—server | SMTP server for sending an email |
—msg | Text of message |
—dis-enc | Disable encryption |
—attach | Attachments for an email |
—archive | Archives all attachments to an archive |
There are 3 modes of email distribution
$ python3 smtp_console.py [--keys ...]
If you didn’t specify keys for running then you will be asked to input them