Lazily load sendmail.

This commit is contained in:
Sam Tobin-Hochstadt 2013-10-12 11:01:17 -05:00 committed by Matthew Flatt
parent 13a3ea97bd
commit 879256dbd5

View File

@ -32,7 +32,9 @@ Polling a URL can result in one of four options:
|#
(require net/url net/ftp net/sendmail)
(require net/url net/ftp racket/lazy-require)
(lazy-require [net/sendmail (send-mail-message)])
;; the mirrors file has (list url secs result) entries containing the url as a
;; string, the time it was checked (the result of `current-seconds'), and the