Skip to content

Commit

Permalink
minor #4015 Fixed bad indenting (the list was treated as a blockquote…
Browse files Browse the repository at this point in the history
…) (javiereguiluz)

This PR was merged into the 2.3 branch.

Discussion
----------

Fixed bad indenting (the list was treated as a blockquote)

Commits
-------

d0c2880 Fixed bad indenting (the list was treated as a blockquote)
  • Loading branch information
weaverryan committed Jul 25, 2014
2 parents f943eee + d0c2880 commit 579a873
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cookbook/email/cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@ And that's it, you're ready to start sending emails through the cloud!

If you intend to use Amazon SES, please note the following:

* You have to sign up to `Amazon Web Services (AWS)`_;
* You have to sign up to `Amazon Web Services (AWS)`_;

* Every sender address used in the ``From`` or ``Return-Path`` (bounce
address) header needs to be confirmed by the owner. You can also
confirm an entire domain;
* Every sender address used in the ``From`` or ``Return-Path`` (bounce
address) header needs to be confirmed by the owner. You can also
confirm an entire domain;

* Initially you are in a restricted sandbox mode. You need to request
production access before being allowed to send to arbitrary
recipients;
* Initially you are in a restricted sandbox mode. You need to request
production access before being allowed to send to arbitrary
recipients;

* SES may be subject to a charge.
* SES may be subject to a charge.

.. _`Amazon's Simple Email Service (SES)`: http://aws.amazon.com/ses
.. _`SES console`: https://console.aws.amazon.com/ses
Expand Down

0 comments on commit 579a873

Please sign in to comment.