File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ Active Core Members
60
60
* **Christian Flothmann ** (`xabbuh `_);
61
61
* **Tobias Schultze ** (`Tobion `_);
62
62
* **Kévin Dunglas ** (`dunglas `_);
63
- * **Jakub Zalas ** (`jakzal `_);
64
63
* **Javier Eguiluz ** (`javiereguiluz `_);
65
64
* **Grégoire Pineau ** (`lyrixx `_);
66
65
* **Ryan Weaver ** (`weaverryan `_);
@@ -106,7 +105,8 @@ Symfony contributions:
106
105
* **Romain Neutron ** (`romainneutron `_);
107
106
* **Jordi Boggiano ** (`Seldaek `_);
108
107
* **Lukas Kahwe Smith ** (`lsmith77 `_);
109
- * **Jules Pietri ** (`HeahDude `_).
108
+ * **Jules Pietri ** (`HeahDude `_);
109
+ * **Jakub Zalas ** (`jakzal `_).
110
110
111
111
Core Membership Application
112
112
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ party provider:
163
163
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
164
164
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
165
165
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
166
- Postmark postmark+smtp://ID:ID @default n/a postmark+api://KEY@default
167
- Sendgrid sendgrid+smtp://apikey: KEY@default n/a sendgrid+api://KEY@default
166
+ Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
167
+ Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
168
168
Sendinblue sendinblue+smtp://apikey:USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
169
169
==================== ==================================================== =========================================== ========================================
170
170
@@ -192,8 +192,8 @@ party provider:
192
192
.. code-block :: env
193
193
194
194
# .env
195
- MAILER_DSN=mailgun+https://KEY:DOMAIN@example .com
196
- MAILER_DSN=mailgun+https://KEY:DOMAIN@example .com:99
195
+ MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin .com
196
+ MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin .com:99
197
197
198
198
Note that the protocol is *always * HTTPs and cannot be changed.
199
199
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Mailer
104
104
- ``assertQueuedEmailCount() ``
105
105
- ``assertEmailIsQueued() ``
106
106
- ``assertEmailIsNotQueued() ``
107
- - ``assertEmailAttachementCount () ``
107
+ - ``assertEmailAttachmentCount () ``
108
108
- ``assertEmailTextBodyContains() ``
109
109
- ``assertEmailTextBodyNotContains() ``
110
110
- ``assertEmailHtmlBodyContains() ``
You can’t perform that action at this time.
0 commit comments