File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Scheduler
22=========
33
4+ .. admonition :: Screencast
5+ :class: screencast
6+
7+ Like video tutorials? Check out this `Scheduler quick-start screencast `_.
8+
49The scheduler component manages task scheduling within your PHP application, like
510running a task each night at 3 AM, every two weeks except for holidays or any
611other custom schedule you might need.
@@ -1008,3 +1013,4 @@ helping you identify those messages when needed.
10081013.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
10091014.. _`crontab.guru website` : https://crontab.guru/
10101015.. _`relative formats` : https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
1016+ .. _`Scheduler quick-start screencast` : https://symfonycasts.com/screencast/mailtrap/bonus-symfony-scheduler
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ Installation
1515 Usage in Combination with the Mailer Component
1616----------------------------------------------
1717
18+ .. admonition :: Screencast
19+ :class: screencast
20+
21+ Like video tutorials? Check out the `Webhook Component for Email Events screencast `_.
22+
1823When using a third-party mailer provider, you can use the Webhook component to
1924receive webhook calls from this provider.
2025
@@ -207,3 +212,4 @@ Creating a Custom Webhook
207212 Webhook.
208213
209214.. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
215+ .. _`Webhook Component for Email Events screencast` : https://symfonycasts.com/screencast/mailtrap/email-event-webhook
You can’t perform that action at this time.
0 commit comments