Mercurial > hg > python
comparison mailer.py @ 20:b1ec44d254c6
stick with 2.7 for the time being
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 31 Jan 2021 19:35:39 +0000 |
parents | 2d7c91f89f6b |
children | 69a494ef1a58 |
comparison
equal
deleted
inserted
replaced
5:bd1db1ed4c25 | 20:b1ec44d254c6 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/python2.7 |
2 '''Attempt at flexible mailout functionality | 2 '''Attempt at flexible mailout functionality |
3 Usage: mailer.py [-n] [-s] [-C cc string] [-c COLSPEC[,COLSPEC]*] [-B bcc string] [-b COLSPEC[,COLSPEC]*] [-S col[,col]*] [-a COLSPEC[,COLSPEC]*] [-p COLPAT]* [-SA file[,file]*] [-R reply-to] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file | 3 Usage: mailer.py [-n] [-s] [-C cc string] [-c COLSPEC[,COLSPEC]*] [-B bcc string] [-b COLSPEC[,COLSPEC]*] [-S col[,col]*] [-a COLSPEC[,COLSPEC]*] [-p COLPAT]* [-SA file[,file]*] [-R reply-to] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file |
4 | 4 |
5 Sends the body as a message from me with subject to destinations per | 5 Sends the body as a message from me with subject to destinations per |
6 lines in the addr-file selected by COLSPECs (to:) or -c/-b COLSPECs (Cc:/Bcc:) | 6 lines in the addr-file selected by COLSPECs (to:) or -c/-b COLSPECs (Cc:/Bcc:) |