8000 Fixed bad indenting (the list was treated as a blockquote) · symfony/symfony-docs@d0c2880 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0c2880

Browse files
committed
Fixed bad indenting (the list was treated as a blockquote)
1 parent 2ae8281 commit d0c2880

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cookbook/email/cloud.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ And that's it, you're ready to start sending emails through the cloud!
101101

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

104-
* You have to sign up to `Amazon Web Services (AWS)`_;
104+
* You have to sign up to `Amazon Web Services (AWS)`_;
105105

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

110-
* Initially you are in a restricted sandbox mode. You need to request
111-
production access before being allowed to send to arbitrary
112-
recipients;
110+
* Initially you are in a restricted sandbox mode. You need to request
111+
production access before being allowed to send to arbitrary
112+
recipients;
113113

114-
* SES may be subject to a charge.
114+
* SES may be subject to a charge.
115115

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

0 commit comments

Comments
 (0)
0