Add documentation on mail methods

This commit is contained in:
Raphael Michel
2017-07-27 15:47:22 +02:00
parent a1535da117
commit 46976900d7
2 changed files with 27 additions and 1 deletions

View File

@@ -2,6 +2,9 @@ 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:
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