Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

docs: Fix simple typo, releated -> related #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Attaching data to messages

When sending, you can attach data to your messages by passing custom data to X-Mailgun-Variables header
(see https://documentation.mailgun.com/user_manual.html#attaching-data-to-messages).
Data should be formatted as JSON, and it will be included in any webhook event releated to the email
Data should be formatted as JSON, and it will be included in any webhook event related to the email
containing the custom data. For example::

email = EmailMessage('Hi!', 'Cool message for Joe', '[email protected]', [[email protected]])
Expand Down