diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index b23339744c..c9eca2a1e0 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -786,7 +786,7 @@ class Messaging extends Action 'useDLT' => $dsn->getParam('useDLT'), ], 'inforu' => [ - 'senderId' => $dsn->getParam('senderId', $from), + 'senderId' => $user, 'apiKey' => $password, ], default => null