Commit Graph

102 Commits (2cbf1259a8f6e4987e44bb4f14fe20bb2c3f13c4)

Author SHA1 Message Date
medmunds fe273b3829 Add instructions for reporting bugs
medmunds 2439bb30e8 Only save config if send is successful
medmunds e48b6bd22d Make shfmt happy
(I'm open to better ways of formatting the heredoc
that embeds the Python script.)
medmunds 1de9ffacb0 Implement smtp notify hook
Support notifications via direct SMTP server connection.
Uses Python (2.7.x or 3.4+) to communicate with SMTP server.
Mike Beattie 584cc6de2e
Avoid usage of sed -e
Mike Beattie 2e5a6e21cf
Correct shebang
Mike Beattie 10de4b6b7b
Add Telegram notification script
Requires:
- API Token for a bot created with the Telegram Bot Father.
- A Chat ID for a user/group that the bot has permission to post to.
neil 19c4345162 fix shfmt
Ian Epperson 748cb28017 Add Discord notification
Honza Hommer 99793bb2c4
chore: remove shellcheck disable
Honza Hommer 24925a1739
feat: add default colors
Honza Hommer 74cdcde449
fix: remove :xdigit:
Honza Hommer a9c4b8dd1a
feat: Microsoft Teams notify
Honza Hommer 2a8746f6b0
Feat: add msmtp command
Honza Hommer 15b841da06
Feat: simplify conditions for bin and command
Victor Huang 5d88ad554f
Improved token processing method and misc bugfixes
Replace '_err' to '_debug' in the final error report.
Removed redundancy code.
Victor Huang 33670a5bd0
CQHTTP: Change shebang to "/usr/bin/env sh"
Victor Huang 64f8a222cb
Add support for CQHTTP QQ bot API
Vitalii Tverdokhlib f1f14040b8
DOCS: typo
neilpang 35b34c43ed fix format
neilpang 5698bec621 fix https://github.com/Neilpang/acme.sh/issues/2566
fgma b9994e52eb Notify xmpp ()
* notify via xmpp (using sendxmpp)

* fix formatting in notify/xmpp.sh

* minor cleanup
neilpang 143eac092c fix notify message
lcdtyph d74dfb1f5c IFTTT Webhooks Notification ()
* IFTTT webhooks Notification

* use sh instead of bash

* don't save value that is not set
neilpang 80af3d6ada minor
neilpang 28c153a0a2 fix errors
tdk1069 b8e6287774 PushOver notifications ()
* PushOver notifications, using AppToken, UserKey, and optional sounds
Honza Hommer 51099bf148
Add postmark notify
neil 09bce5e6d6
sync ()
* 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 ()

* 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
neil 6a929d6a1a
Merge pull request from honzahommer/notify-slack
Add slack notify
neil ae380cb21e
Merge pull request from honzahommer/notify-sendmail
Add mail notify
Honza Hommer d83c9da830
add clearaccountconf MAIL_BIN
Honza Hommer 9a7c9e8d98
remove unset
Honza Hommer 73bbe25d26
add slack notify
Honza Hommer fc5e3a0aec
remove echo command
Honza Hommer 7625d66259
wip
Honza Hommer 30f2c2bd77
prevent _MAIL_BIN modification
Honza Hommer e3052c8c57
expose MAIL_BIN variable
Honza Hommer 7b6ebc5c98
try to use ACCOUNT_MAIL if MAIL_FROM is not set
Honza Hommer d509ef7581
make MAIL_FROM not required
Honza Hommer d180f01b45
typos
Honza Hommer 91c09dd0a0
ssmtp
Honza Hommer f6ca92337b
remove unsupported options from mail and mutt command
Honza Hommer 10801bfb25
use mutt if installed
Honza Hommer a89a62071b
cleanup, lint
Honza Hommer f6f6d89e06
move sendmail notify to mail notify
neilpang a4b83895a3 fix https://github.com/Neilpang/acme.sh/issues/2258
Honza Hommer 4f03548608
typos
Honza Hommer 773e1d4e05
use hostname function instead of HOSTNAME env variable
Honza Hommer d9ef8c1779
add sendmail notify
neilpang 83768f0531 reduce info message
neil b50e701cae
Add notification ()
* add cron notify

* fix format

* fix format