Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 654 Bytes

File metadata and controls

14 lines (14 loc) · 654 Bytes

MailMessage

Description

it can send and receive email
when receive email, it will call a script with mail message as arguments, like: script sender subject content
it use smtp with SSL to send email and imap with SSL to receive email

Usage

Send EMail

MailMessae mailto [--no_log] [--config=file path] [--account=] [--password=] [--smtp_server=] [--smtp_port=] [--sender=] --recipient= --subject= message

Receive EMail

MailMessae daemon [--no_log] [--pop3|--imap] [--config=file path] [--account=] [--password=] [--imap_server=] [--imap_port=] [--pop3_server=] [--pop3_port=] --script=