Utils Mail

inyoka.utils.mail

This module provides various e-mail related functionality.

copyright:
  1. 2007-2024 by the Inyoka Team, see AUTHORS for more details.

license:

BSD, see LICENSE for more details.

inyoka.utils.mail.is_blocked_host(email_or_host)

This function checks the email or host against a blacklist of hosts that is configurable in the admin panel.

inyoka.utils.mail.send_mail(subject, message, sender, to)