From f4db2c578f13fad9a812fcdbf04ae602bb7abdce Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 30 Jul 2019 16:33:42 +0200 Subject: [PATCH] SwiftMailer Section - Added more information Add comment for template location. --- email.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/email.rst b/email.rst index a4c9a3a464f..4de99f390f3 100644 --- a/email.rst +++ b/email.rst @@ -82,6 +82,7 @@ sending an email is pretty straightforward:: // you can remove the following code if you don't define a text version for your emails ->addPart( $this->renderView( + // templates/emails/registration.txt.twig 'emails/registration.txt.twig', ['name' => $name] ),