magpie.cli.send_email¶
Sends email notification using SMTP connection defined from configuration.
Useful for validation of SMTP settings retrieved from an INI file or debugging the rendered email contents.
Attributes¶
Classes¶
Formatter for generating usage messages and argument help strings. |
Functions¶
|
|
|
Module Contents¶
- class magpie.cli.send_email.EmailTemplateChoiceFormatter(prog, indent_increment=2, max_help_position=24, width=None)[source]¶
Bases:
argparse.HelpFormatter
Formatter for generating usage messages and argument help strings.
Only the name of this class is considered a public API. All the methods provided by the class are considered an implementation detail.