M
Mark Carter
Section 12.2.13 (from the email module) gives examples of how to send
attachments with emails. The problem is, it does not explain how to
send text in the body of the message. One line of code that is gives
is:
outer.preamble = 'You will not see this in a MIME-aware mail
reader.\n'
So how do I arrange it so that the text *will* be seen?
attachments with emails. The problem is, it does not explain how to
send text in the body of the message. One line of code that is gives
is:
outer.preamble = 'You will not see this in a MIME-aware mail
reader.\n'
So how do I arrange it so that the text *will* be seen?