Coverage for certbot/notify.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Send e-mail notification to system administrators."""
"""Send email notification.
Try to notify the addressee (``whom``) by e-mail, with Subject: defined by ``subject`` and message body by ``what``.
""" smtplib.SMTPSenderRefused, smtplib.SMTPDataError, socket.error): # We should try using /usr/sbin/sendmail in this case stdin=subprocess.PIPE) |