Files
pretix_cgo/doc/development/implementation/email.rst
2017-07-27 15:47:22 +02:00

11 lines
403 B
ReStructuredText

Sending Email
=============
pretix allows event organizers to configure how they want to send emails to their users in multiple ways.
Therefore, all emails should be sent through the following function.
If the email you send is related to an order, you should also take a look at the
:py:meth:`~pretix.base.models.Order.send_mail` of the order model.
.. autofunction:: pretix.base.services.mail.mail