-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(telegram/vonage/twilio): fixed and tested telegram with queue work
- Loading branch information
Showing
5 changed files
with
77 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int | |
$this->info("Checking for new mail..."); | ||
$message = "Hello! You have a new mail on test@entreprise server."; | ||
|
||
// $notification = (new Hm_NewMailNotification()) | ||
// ->greeting('New Mail Alert') | ||
// ->line($message); | ||
// $notification = new Hm_NewMailNotification($message); | ||
// $notification->sendNow(); | ||
Hm_NewMailNotification::dispatch($message); | ||
// Hm_ProcessNewEmail::dispatch(email: '[email protected]'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters