22 Commits

Author SHA1 Message Date
neil
b02f8c33f1 sync (#2297)
* Create LICENSE.md

* remove _hostingde_parse_no_strip_whitespace function as this breaks API requests

* Fix sessionid parsing on BSD

* Make travis happy. (SC2020)

* fix for https://github.com/Neilpang/acme.sh/issues/2286

* Notify mail update (#2293)

* feat: disable e-mail validation if MAIL_NOVALIDATE is set

* fix: expose _MAIL_BIN variable

* fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed

* fix: update notify/mail.sh

Co-Authored-By: Matej Mihevc <zuexo@users.noreply.github.com>

* fix: remove useless echo, quote eval
2019-06-02 11:08:37 +02:00
Honza Hommer
1233447acf add slack notify 2019-06-02 11:08:37 +02:00
Honza Hommer
81804503fd wip 2019-06-02 11:08:37 +02:00
Honza Hommer
e97a0ae675 add clearaccountconf MAIL_BIN 2019-06-02 11:08:37 +02:00
Honza Hommer
36f83ecb15 remove unset 2019-06-02 11:08:37 +02:00
Honza Hommer
b9f69c4b0c remove echo command 2019-06-02 11:08:37 +02:00
Honza Hommer
81bd7ce00e prevent _MAIL_BIN modification 2019-06-02 11:08:37 +02:00
Honza Hommer
3ba3d2b1a5 expose MAIL_BIN variable 2019-06-02 11:08:37 +02:00
Honza Hommer
2fdaec6791 try to use ACCOUNT_MAIL if MAIL_FROM is not set 2019-06-02 11:08:37 +02:00
Honza Hommer
c730382091 make MAIL_FROM not required 2019-06-02 11:08:37 +02:00
Honza Hommer
65d4d7e545 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
09c8f5c06d ssmtp 2019-06-02 11:08:37 +02:00
Honza Hommer
3b977bec8e remove unsupported options from mail and mutt command 2019-06-02 11:08:37 +02:00
Honza Hommer
46c10f5bee use mutt if installed 2019-06-02 11:08:37 +02:00
Honza Hommer
075f0c474c cleanup, lint 2019-06-02 11:08:37 +02:00
Honza Hommer
d03ed6d1af move sendmail notify to mail notify 2019-06-02 11:08:37 +02:00
Honza Hommer
8607582065 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
c7c95af0fc use hostname function instead of HOSTNAME env variable 2019-06-02 11:08:37 +02:00
Honza Hommer
3999f58e70 add sendmail notify 2019-06-02 11:08:37 +02:00
neilpang
a4b83895a3 fix https://github.com/Neilpang/acme.sh/issues/2258 2019-05-12 15:34:58 +08:00
neilpang
83768f0531 reduce info message 2019-05-04 11:02:10 +08:00
neil
b50e701cae
Add notification (#2241)
* add cron notify

* fix format

* fix format
2019-04-29 22:13:54 +08:00