Skip to content

Commit 2378c2a

Browse files
[Mailer] Removing all n/as
Page: https://symfony.com/doc/current/mailer.html#using-a-3rd-party-transport Reason: The page is getting longer and longer... Besides, I would merge those 2 tables with the 3rd party providers; listing each one *twice* doesn't make much sense to me.
1 parent 7f6e80b commit 2378c2a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

mailer.rst

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -182,67 +182,51 @@ party provider:
182182
| `Azure`_ | - API ``azure+api://ACS_RESOURCE_NAME:KEY@default`` |
183183
+------------------------+---------------------------------------------------------+
184184
| `Brevo`_ | - SMTP ``brevo+smtp://USERNAME:PASSWORD@default`` |
185-
| | - HTTP n/a |
186185
| | - API ``brevo+api://KEY@default`` |
187186
+------------------------+---------------------------------------------------------+
188187
| `Google Gmail`_ | - SMTP ``gmail+smtp://USERNAME:APP-PASSWORD@default`` |
189-
| | - HTTP n/a |
190-
| | - API n/a |
191188
+------------------------+---------------------------------------------------------+
192189
| `Infobip`_ | - SMTP ``infobip+smtp://KEY@default`` |
193-
| | - HTTP n/a |
194190
| | - API ``infobip+api://KEY@BASE_URL`` |
195191
+------------------------+---------------------------------------------------------+
196192
| `Mandrill`_ | - SMTP ``mandrill+smtp://USERNAME:PASSWORD@default`` |
197193
| | - HTTP ``mandrill+https://KEY@default`` |
198194
| | - API ``mandrill+api://KEY@default`` |
199195
+------------------------+---------------------------------------------------------+
200196
| `MailerSend`_ | - SMTP ``mailersend+smtp://KEY@default`` |
201-
| | - HTTP n/a |
202197
| | - API ``mailersend+api://KEY@BASE_URL`` |
203198
+------------------------+---------------------------------------------------------+
204199
| `Mailgun`_ | - SMTP ``mailgun+smtp://USERNAME:PASSWORD@default`` |
205200
| | - HTTP ``mailgun+https://KEY:DOMAIN@default`` |
206201
| | - API ``mailgun+api://KEY:DOMAIN@default`` |
207202
+------------------------+---------------------------------------------------------+
208203
| `Mailjet`_ | - SMTP ``mailjet+smtp://ACCESS_KEY:SECRET_KEY@default`` |
209-
| | - HTTP n/a |
210204
| | - API ``mailjet+api://ACCESS_KEY:SECRET_KEY@default`` |
211205
+------------------------+---------------------------------------------------------+
212206
| `Mailomat`_ | - SMTP ``mailomat+smtp://USERNAME:PASSWORD@default`` |
213-
| | - HTTP n/a |
214207
| | - API ``mailomat+api://KEY@default`` |
215208
+------------------------+---------------------------------------------------------+
216209
| `MailPace`_ | - SMTP ``mailpace+api://API_TOKEN@default`` |
217-
| | - HTTP n/a |
218210
| | - API ``mailpace+api://API_TOKEN@default`` |
219211
+------------------------+---------------------------------------------------------+
220212
| `Mailtrap`_ | - SMTP ``mailtrap+smtp://PASSWORD@default`` |
221-
| | - HTTP n/a |
222213
| | - API ``mailtrap+api://API_TOKEN@default`` |
223214
+------------------------+---------------------------------------------------------+
224-
| `Postal`_ | - SMTP n/a |
225-
| | - HTTP n/a |
226-
| | - API ``postal+api://API_KEY@BASE_URL`` |
215+
| `Postal`_ | - API ``postal+api://API_KEY@BASE_URL`` |
227216
+------------------------+---------------------------------------------------------+
228217
| `Postmark`_ | - SMTP ``postmark+smtp://ID@default`` |
229-
| | - HTTP n/a |
230218
| | - API ``postmark+api://KEY@default`` |
231219
+------------------------+---------------------------------------------------------+
232220
| `Resend`_ | - SMTP ``resend+smtp://resend:API_KEY@default`` |
233-
| | - HTTP n/a |
234221
| | - API ``resend+api://API_KEY@default`` |
235222
+------------------------+---------------------------------------------------------+
236223
| `Scaleway`_ | - SMTP ``scaleway+smtp://PROJECT_ID:API_KEY@default`` |
237-
| | - HTTP n/a |
238224
| | - API ``scaleway+api://PROJECT_ID:API_KEY@default`` |
239225
+------------------------+---------------------------------------------------------+
240226
| `Sendgrid`_ | - SMTP ``sendgrid+smtp://KEY@default`` |
241-
| | - HTTP n/a |
242227
| | - API ``sendgrid+api://KEY@default`` |
243228
+------------------------+---------------------------------------------------------+
244229
| `Sweego`_ | - SMTP ``sweego+smtp://LOGIN:PASSWORD@HOST:PORT`` |
245-
| | - HTTP n/a |
246230
| | - API ``sweego+api://API_KEY@default`` |
247231
+------------------------+---------------------------------------------------------+
248232

0 commit comments

Comments
 (0)