Lines Matching full:email
25 from email.mime.text import MIMEText
57 """An email message."""
98 'could not send email.')
104 """Send an email message.
113 logging.debug('Email sent: %s' , message['id'])
116 logging.error('Failed to send email: %s', error)
122 """Send email.
125 @param subject: Subject of the email.
134 logging.error('Failed to send email to %s: Credential file does not'
136 'install it. If you need to be able to send email, '
181 help='Email addresses separated by space.')