class documentation

class Options: (source)

View In Hierarchy

Store the values of the parsed command-line options to the mailmail script.
Instance Variable body The object from which the message is to be read.
Instance Variable sender The address from which this message is being sent.
Instance Variable to The addresses to which to deliver this message.
body: file = (source)
The object from which the message is to be read.
sender: str = (source)
The address from which this message is being sent.
The addresses to which to deliver this message.