.. _transfers: Transfer classes ================ .. module:: xmm.pipeline.transfers .. autosummary:: EmailTransfer EmailTransfer ------------- .. autoclass:: EmailTransfer :members: __init__ This transfer will email a notification to a specified email address. If a file is found from an export, it will be attached to the message. **Arguments:** - str `subject`: The subject to use in the email, supports :ref:`strftime` - str[] `to`: Recipient addresses - str[] `cc`: Copy recipient addresses - str[] `bcc`: Blind copy recipients - str `mail_from`: (optional) Set the From: email address