← Back
Editing: notify.cpython-38.pyc
U �]( � @ s0 d Z ddlZddlZddlZddlZdd� ZdS )z2Send e-mail notification to system administrators.� Nc C s� t �|�}|�dd� |�d|� |�d| � |�� }z$t�� }|�� |�d|g|� W nd tjtj tj tjtj fk r� z"tjddgtjd�}|�|� W n tk r� Y Y d S X Y nX d S )z�Send email notification. Try to notify the addressee (``whom``) by e-mail, with Subject: defined by ``subject`` and message body by ``what``. ZFromzCertbot renewal agent <root>ZToZSubject�rootz/usr/sbin/sendmailz-t)�stdinFT)�emailZmessage_from_stringZ add_headerZ as_string�smtplibZLMTPZconnectZsendmailZ SMTPHeloErrorZSMTPRecipientsRefusedZSMTPSenderRefusedZ SMTPDataError�socket�error� subprocess�Popen�PIPEZcommunicate�OSError)ZsubjectZwhomZwhat�msgZlmtp�proc� r �0/usr/lib/python3/dist-packages/certbot/notify.py�notify s, � �r )�__doc__r r r r r r r r r �<module> s
Save File
Cancel