WP Manifestindependent plugin directory
manifest / email / mail2sms-atomix

Mail → SMS (Atomix)

mail2sms-atomix, WordPress’ten giden e-postaları (WP Mail / SMTP üzerinden de olsa) filtreler, içerikteki telefon numarasını bulursa mesajı sadeleştirip Netgsm üzerinden SMS olarak iletir. Böylece Amelia gibi eklentilerin e-posta bildirimleri otomatik SMS’e dönüştürülebilir.

by Atakan Özdal (Atomix) · github.com/atakanozdal/mail2sms-atomix

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/atakanozdal/mail2sms-atomix/archive/refs/heads/main.zip

# Mail → SMS Bridge (for Amelia)
**Developer:** Atakan Özdal  
**License:** MIT  

WordPress üzerinden gönderilen e-postaları dinler.  
Eğer mesaj içinde **telefon numarası** bulunursa → Netgsm SMS gönderir.  
Amelia’nın mail bildirimlerini SMS’e dönüştüren köprü çözümüdür ✅

---

## 🇹🇷 Özellikler
✅ wp_mail() filtresi ile otomatik tetikleme  
✅ Telefon no ayrıştırma (Regex)  
✅ HTML → Plain text dönüşümü  
✅ 1000 karakter limit  
✅ Debug log desteği  

---

## ⚙️ Kurulum (TR)

1. ZIP yükleyin → Etkinleştirin  
2. Ayarlar → Mail → SMS Bridge  
3. Netgsm bilgilerini girin  
4. Amelia’dan test randevusu oluşturun  
🟢 Mail gönderiliyorsa → SMS de gönderilir

---

## 📞 Desteklenen telefon numarası formatları
0 5XX XXX XX XX
5XX XXX XX XX
+90 5XX XXX XX XX
90 5XX XXX XX XX

---

## 🇬🇧 English Quick Guide
1. Install & activate plugin  
2. Configure:

Settings → Mail → SMS Bridge

3. Any outgoing email containing a Turkish phone number → SMS sent ✅

---

## 🔍 Debug Log

/wp-content/debug.log

---

## 📌 Changelog
| Version | Notes |
|--------|------|
| 1.0.0 | First release |
| 1.1.0 | Regex optimization & debug clarity |

---

## 📄 License
MIT — © 2025 Atakan Özdal