40
40
smtp_password = config.Option('smtp_password', default=None,
42
42
Password to use for authentication to SMTP server.
44
44
smtp_server = config.Option('smtp_server', default=None,
46
46
Hostname of the SMTP server to use for sending email.
48
48
smtp_username = config.Option('smtp_username', default=None,
50
50
Username to use for authentication to SMTP server.