.. _ref-tools-email_:
.. module:: trytond.tools.email_

Email
=====

.. function:: set_from_header(message, sender, from\_)

   Fill email headers to appear at best from the address.

.. function:: validate_email(email)

   Validate the email address.

.. function:: normalize_email(email)

   Return the email address normalized.

.. function:: convert_ascii_email(email):

   Return the equivalent email address in ASCII.
