Messenger

class crt_runner.messenger.Messenger(config=None)

Coordinates the sending of messages

send_email(from_name=None, from_email=None, to_name=None, to_email=None, subject=None, body=None)

Sends an email message

Parameters:
  • from_name (str) – Human name of the person the message appears to come from
  • from_email (str) – Email address of the person the message appears to come from
  • to_name (str) – Human name of the recipient
  • to_email (str) – Email of the recipient
  • subject (str) – Subject of the email
  • body (str) – Contents of the email

Previous topic

CRT Log

Next topic

Config

This Page