From d0c2880f94d253e2e4fced493a5f66b4ce59ee61 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 10 Jul 2014 13:16:52 +0200 Subject: [PATCH] Fixed bad indenting (the list was treated as a blockquote) --- cookbook/email/cloud.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cookbook/email/cloud.rst b/cookbook/email/cloud.rst index c409826a918..73fcf3059a9 100644 --- a/cookbook/email/cloud.rst +++ b/cookbook/email/cloud.rst @@ -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