The way text is implemented in this program is by using the msg.set_content() variable and hard-coding text into it. It would be nice to avoid hard-coding, however, I experienced issues with correctly formatting the email and adding the month name to the body of the email when trying to use text files from an external source.
The way text is implemented in this program is by using the
msg.set_content()variable and hard-coding text into it. It would be nice to avoid hard-coding, however, I experienced issues with correctly formatting the email and adding the month name to the body of the email when trying to use text files from an external source.