value, ApiConfig::RAPIDMAIL_PASSWORD->value ); // Abonnent zur Liste hinzufügen $result = $client->addRecipient( $command->name, $command->email, ApiConfig::getRapidmailListId() ); error_log('CommandHandler für: '.$command->email);; $this->eventBus->dispatch(new UserWasSignedUp($command->email)); } }