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
6060 * **Christian Flothmann ** (`xabbuh `_);
6161 * **Tobias Schultze ** (`Tobion `_);
6262 * **Kévin Dunglas ** (`dunglas `_);
63- * **Jakub Zalas ** (`jakzal `_);
6463 * **Javier Eguiluz ** (`javiereguiluz `_);
6564 * **Grégoire Pineau ** (`lyrixx `_);
6665 * **Ryan Weaver ** (`weaverryan `_);
@@ -106,7 +105,8 @@ Symfony contributions:
106105* **Romain Neutron ** (`romainneutron `_);
107106* **Jordi Boggiano ** (`Seldaek `_);
108107* **Lukas Kahwe Smith ** (`lsmith77 `_);
109- * **Jules Pietri ** (`HeahDude `_).
108+ * **Jules Pietri ** (`HeahDude `_);
109+ * **Jakub Zalas ** (`jakzal `_).
110110
111111Core Membership Application
112112~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ party provider:
163163 Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
164164 Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
165165 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
168168 Sendinblue sendinblue+smtp://apikey:USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
169169==================== ==================================================== =========================================== ========================================
170170
@@ -192,8 +192,8 @@ party provider:
192192 .. code-block :: env
193193
194194 # .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
197197
198198 Note that the protocol is *always * HTTPs and cannot be changed.
199199
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Mailer
104104- ``assertQueuedEmailCount() ``
105105- ``assertEmailIsQueued() ``
106106- ``assertEmailIsNotQueued() ``
107- - ``assertEmailAttachementCount () ``
107+ - ``assertEmailAttachmentCount () ``
108108- ``assertEmailTextBodyContains() ``
109109- ``assertEmailTextBodyNotContains() ``
110110- ``assertEmailHtmlBodyContains() ``
You can’t perform that action at this time.
0 commit comments