From cdd9fe277206c2a85aeea33645234a5b0bbe16b7 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 25 Jun 2024 10:36:18 +0200 Subject: [PATCH] Remove the reference to ZetaWebmailBundle in the documentation This bundle was last updated in 2012. --- docs/emails.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/emails.rst b/docs/emails.rst index 1d75549db..9e20433c0 100644 --- a/docs/emails.rst +++ b/docs/emails.rst @@ -212,10 +212,3 @@ An example is listed below. # ... service: mailer: app.custom_fos_user_mailer - -To see an example of a working implementation of the ``MailerInterface`` -see the `ZetaMailer`_ class of the `ZetaWebmailBundle`_. This implementation -uses the Zeta Components Mail to send emails instead of Swiftmailer. - -.. _ZetaMailer: https://github.com/simplethings/ZetaWebmailBundle/blob/master/UserBundle/ZetaMailer.php -.. _ZetaWebmailBundle: https://github.com/simplethings/ZetaWebmailBundle