pyrad.io.send_msg#
- pyrad.io.send_msg(sender, receiver_list, subject, fname)[source]#
sends the content of a text file by email
- Parameters:
sender (str) – the email address of the sender
receiver_list (list of string) – list with the email addresses of the receiver
subject (str) – the subject of the email
fname (str) – name of the file containing the content of the email message
- Returns:
fname (str) – the name of the file containing the content