.. _f-emailsender: module ``sender.email_sender`` ============================== Short summary +++++++++++++ module ``pymmails.sender.email_sender`` Functions to send emails :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------+----------------------------------------+ | function | truncated documentation | +==============================================================================+========================================+ | :func:`compose_email ` | Composes an email as a string. | +------------------------------------------------------------------------------+----------------------------------------+ | :func:`create_smtp_server ` | Creates a SMTP server and log into it. | +------------------------------------------------------------------------------+----------------------------------------+ | :func:`send_email ` | Sends an email as a string. | +------------------------------------------------------------------------------+----------------------------------------+ Documentation +++++++++++++ .. automodule:: pymmails.sender.email_sender :members: :special-members: __init__ :show-inheritance: