diff options
Diffstat (limited to 'src/config.lisp')
-rw-r--r-- | src/config.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.lisp b/src/config.lisp index 0bc6fee..b1093b6 100644 --- a/src/config.lisp +++ b/src/config.lisp @@ -14,6 +14,11 @@ :reader endpoint :documentation "Jira site URL (e.g. example.atlassian.net)") + (sendmail + :initarg :sendmail + :reader sendmail + :documentation "Email sending client command") + (email-to :initarg :email-to :reader email-to |