Es gibt viele Lösungen für "Email als SMS senden" oder "über Internet SMS versenden". Aber ich brauche was anderes. Ich möchte bestimmte Emails als SMS empfangen können. zB Wenn Email von einem bestimmten Person kommt oder einen bestimmten Begriff enthält. Ich konnte kein Dienst dafür finden. Einen kleinen Beitrag dafür kann ich zahlen. Im Moment habe ich einen E-Plus Prepaid Karte. Wenn sein muss könnte ich eine neue Karte kaufen oder meine Tarif umstellen. Ich bin Gmail nutzer, habe alle Eigenschaften von Gmail gecheckt(inklusive Google Labs und Google SMS Application). Aber ich konnte keine passende Feature finden. Es kann auch von anderen Anbieter wie Yahoo oder GMX sein.
Pfadnavigation
Email als SMS empfangen
Suche
Neueste Kommentare
- 2 days 16 hours agoInvalidArgumentException: The controller for URI "/admin/flush" is not callable.
admin_toolbar 3.5.2 is the reason. Patch coming ...
- 4 weeks agoServer install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
- 2 months 1 week agoMariaDB Server Performance Optimieren
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
- 2 months 1 week agoMariaDB Server Performance Optimieren
Commandline:
systemctl restart mariadb
- 2 months 1 week agoMariaDB Server Performance Optimieren
After my changes in /etc/mysql/db-performance.cnf
- 2 months 1 week agoInstall APCu (PHP 8.1, Plesk)
Error:
- 1 month agoInstall APCu (PHP 8.1, Plesk)
PHP 8.3 extra packages (+ pecl, apcu)
apt update && apt upgrade
- 2 months 1 week agoApache Solr install & activate on Debian 12 (Secure Admin with Basic Auth on Port 8983)
I get this error, when I visit https://solr.example.com:8983 :
- 2 months 2 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
- 2 months 2 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
find . -name '*' | xargs rm -v
Neuen Kommentar schreiben