Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/core-libraries/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ You can do this using themes by telling Email to use appropriate theme using
This allows you to override the ``new_comment`` template in your theme without
modifying the Blog plugin. The template file needs to be created in the
following path:
**src/Template/Plugin/TestTheme/Blog/Email/text/new_comment.ctp**.
**src/Template/Plugin/TestTheme/Plugin/Blog/Email/text/new_comment.ctp**.

Sending Attachments
===================
Expand Down