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