Skip to content

Commit

Permalink
update transports docs with new To address as list
Browse files Browse the repository at this point in the history
  • Loading branch information
cccaballero committed Jul 23, 2018
1 parent ec3312e commit 487cb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/transports.rst
Expand Up @@ -108,7 +108,7 @@ Example::

sender_transport.send_mail(
"fromaddres@example.com",
"toaddres@example.com",
["toaddres@example.com"],
"subject",
"body"
)
Expand All @@ -134,7 +134,7 @@ Example::

sender_transport.send_mail(
"fromaddres@example.com",
"toaddres@example.com",
["toaddres@example.com"],
"subject",
"body"
)
Expand Down

0 comments on commit 487cb77

Please sign in to comment.