diff --git a/cms/config/plugins.js b/cms/config/plugins.js
index fff089a6ed7cd72a2010a9afdcd74a1c61eb9e87..7d2ea5f1214d3e8ac1a1a247e34d4032e4a8e4e8 100644
--- a/cms/config/plugins.js
+++ b/cms/config/plugins.js
@@ -1,9 +1,11 @@
 module.exports = ({ env }) => ({
       email: {
-        provider: 'sendmail',
-        settings: {
-          defaultFrom: 'no-reply@ddcode.org',
-          defaultReplyTo: 'no-reply@ddcode.org',
+        config: {
+          provider: 'sendmail',
+          settings: {
+            defaultFrom: 'No-Reply <no-reply@ddcode.org>',
+            defaultReplyTo: 'No-Reply <no-reply@ddcode.org>',
+          },
         },
       },
     });