Files
@ 88a5fb51d837
Branch filter:
Location: kallithea/docs/theme/nature/layout.html - annotation
88a5fb51d837
1.0 KiB
text/html
e-mail: properly handle no recipients when there is no email_to set
When the configuration file does not contain a value for email_to, and no
recipients are specified in a call to send_email, recipients would be set to
[None, admins]
which causes an error when logging this list as ' '.join(recipients).
When the configuration file does not contain a value for email_to, and no
recipients are specified in a call to send_email, recipients would be set to
[None, admins]
which causes an error when logging this list as ' '.join(recipients).