diff --git a/packages/component-user/server/notifications/notification.js b/packages/component-user/server/notifications/notification.js
index 876e0c24df8d40e6e8e5e0f8a188751f138486ae..cd3a53472160a5a0f0cffb8d80f7f8deb2420e5b 100644
--- a/packages/component-user/server/notifications/notification.js
+++ b/packages/component-user/server/notifications/notification.js
@@ -26,6 +26,7 @@ class Notification {
       fromEmail: `${journalName} <${staffEmail}>`,
       toUser: {
         email: user.email,
+        name: user.lastName,
       },
       content: {
         subject: 'Confirm your account',