Commit Graph

21 Commits

Author SHA1 Message Date
Eike-Christian Müller eb0c629fad
more simple mail.sh fix
Reverted the original patch and changed it to the obvious simple solution provided by @Neilpang.
2021-04-29 12:53:13 +02:00
emueller 37e3e2f9c2 fixed formating 2021-03-22 15:32:02 +01:00
emueller 3c7be32ef5 fix _exists error message when MAIL_BIN env variable is not set 2021-03-22 15:12:27 +01:00
neil 19c4345162 fix shfmt 2020-08-17 22:18:20 +08:00
Honza Hommer 2a8746f6b0
Feat: add msmtp command 2020-03-11 22:32:37 +01:00
Honza Hommer 15b841da06
Feat: simplify conditions for bin and command 2020-03-08 04:47:55 +01:00
neil 09bce5e6d6
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-05-28 08:47:33 +08:00
Honza Hommer d83c9da830
add clearaccountconf MAIL_BIN 2019-05-18 18:21:19 +02:00
Honza Hommer 9a7c9e8d98
remove unset 2019-05-18 18:20:16 +02:00
Honza Hommer fc5e3a0aec
remove echo command 2019-05-13 18:59:58 +02:00
Honza Hommer 30f2c2bd77
prevent _MAIL_BIN modification 2019-05-13 18:11:44 +02:00
Honza Hommer e3052c8c57
expose MAIL_BIN variable 2019-05-13 17:44:04 +02:00
Honza Hommer 7b6ebc5c98
try to use ACCOUNT_MAIL if MAIL_FROM is not set 2019-05-13 17:42:07 +02:00
Honza Hommer d509ef7581
make MAIL_FROM not required 2019-05-13 16:06:24 +02:00
Honza Hommer d180f01b45
typos 2019-05-12 22:28:37 +02:00
Honza Hommer 91c09dd0a0
ssmtp 2019-05-12 20:26:31 +02:00
Honza Hommer f6ca92337b
remove unsupported options from mail and mutt command 2019-05-12 20:24:02 +02:00
Honza Hommer 10801bfb25
use mutt if installed 2019-05-12 13:06:45 +02:00
Honza Hommer a89a62071b
cleanup, lint 2019-05-12 13:03:01 +02:00
Honza Hommer f6f6d89e06
move sendmail notify to mail notify 2019-05-12 10:41:32 +02:00
neil b50e701cae
Add notification (#2241)
* add cron notify

* fix format

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