Skip to content

The smtp client send a body with Title and To header conveniently.

License

Notifications You must be signed in to change notification settings

mikanmi/smtpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SmtpClient

The smtp client send a body with Title and To header conveniently.

% python3 sendnotification.py -h
usage: sendnotification.py [-h] [-s SUBJECT] [-v] recipient

The mail command to send a notification!

positional arguments:
  recipient             send a notification to recipient

optional arguments:
  -h, --help            show this help message and exit
  -s SUBJECT, --subject SUBJECT
                        add a subject in the mail
  -v, --verbose         run with verbose mode

About

The smtp client send a body with Title and To header conveniently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages