8000 Fixed bad indenting (the list was treated as a blockquote) by javiereguiluz · Pull Request #4015 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2014
Merged
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
Fixed bad indenting (the list was treated as a blockquote)
  • Loading branch information
javiereguiluz committed Jul 10, 2014
commit d0c2880f94d253e2e4fced493a5f66b4ce59ee61
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 inte 78ED nd 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