mirror of
https://github.com/4IceG/luci-app-sms-tool-js.git
synced 2026-04-26 03:15:59 +03:00
[GH-ISSUE #21] Suggestion, could you add the ability to forward to email and telegram. #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool-js#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OvidioLee on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/21
Suggestion, could you add the ability to forward to email and telegram.
@4IceG commented on GitHub (Jun 19, 2024):
If I understand correctly, you want to be able to mark a received message and then send it by email or telegram.
@OvidioLee commented on GitHub (Jun 19, 2024):
Yeah, that's what I mean.
@Boboz8 commented on GitHub (Oct 17, 2025):
I would be interested in that too
@4IceG commented on GitHub (Jan 6, 2026):
@OvidioLee @Boboz8 I will add this option with new version of the package.
I have added all the code for sending selected message to e-mail and waiting to test it. Unfortunately, at the moment, mailsend in SNAPSHOT is waiting for a bug fix with SSL support.
@Boboz8 commented on GitHub (Jan 7, 2026):
Thank you very much!!!
@4IceG commented on GitHub (Jan 8, 2026):
@Boboz8 Tell me what email provider you use, I will add initial settings for faster configuration.
@Boboz8 commented on GitHub (Jan 8, 2026):
For broader compatibility (for other users too) I would probably just use gmail, thank you
@Mythologyli commented on GitHub (Jan 16, 2026):
Perhaps we can add a feature that run a script upon receiving a message. Thanks for your effort!
@4IceG commented on GitHub (Jan 16, 2026):
It could probably be added, but the question is how much time I would have to spend working on the code and this functionality to make it user friendly and easy to click through.
At the moment, it is not my priority. And yes.. I have already made too many packages.
@4IceG commented on GitHub (Jan 26, 2026):
@OvidioLee @Boboz8 I added the option to forward SMS messages to e-mail. Test how it works.
Unfortunately, I messed up the translation files, I will fix translations in next update.