TextMe SMS

설명

TextMe SMS Integration allows you to send SMS messages from your WordPress site using the TextMe SMS gateway service.

Features:

  • Send SMS notifications for WooCommerce orders
  • Contact Form 7 integration
  • Elementor Forms integration
  • User registration SMS notifications
  • Admin OTP/2FA for secure logins
  • Phone number login shortcodes
  • Out of stock notifications
  • Balance monitoring with email alerts

WooCommerce Integration:

  • New order notifications (customer and admin)
  • Order complete notifications
  • Order cancelled notifications
  • Pending payment reminders
  • Custom order status notifications
  • Customer notes via SMS

Login Security:

  • Two-factor authentication via SMS OTP
  • Phone number login support
  • International phone number support

설치

  1. Upload the plugin files to the /wp-content/plugins/textme-sms-integration directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings > TextMe SMS to configure the plugin.
  4. Enter your TextMe SMS API credentials.

FAQ

What is TextMe SMS?

TextMe SMS is an SMS gateway service that allows you to send text messages from your applications.

Do I need a TextMe account?

Yes, you need an active TextMe SMS account with API credentials to use this plugin.

Does this work with WooCommerce?

Yes, the plugin includes full WooCommerce integration for order notifications.

후기

2026년 2월 22일
Really like this plugin! works great in woocommerce and the support also amazing. Many thanks
2017년 7월 3일
Another Texting plugin that is absolutely useless in the US. In order for this to work, you need to purchase a texting plan from texting provider. Well, what sense does that make? If I wanted to do that, I would just send texts from there. The idea of the app is great. It’s just poorly implemented. Considering that ALL mobile carriers have a free method of sending text messages to them, you would think that someone would just build an app that uses the email to SMS method.
2016년 9월 3일
Great plugin!! Some of our costumers actualy gave us a phone call with good feedbacks after the purchase completed with the aid of your SMS plugin! A must have plugin for any e-commerce Store for extreme shopping experience! Thanks guys!
2016년 9월 3일
Very high quality integration with WooComerce and Contact From 7! תוסף מעולה, תיאמות מעולה עם WooComerce ו-Contact From 7!
모든 4 평가 읽기

기여자 & 개발자

“TextMe SMS”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“TextMe SMS”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “TextMe SMS”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.3

  • Fix: Fatal error “Cannot use object of type WC_Meta_Data as array” when changing order status — ShipOS tracking number now correctly reads the WC_Meta_Data object value
  • Fix: Extension fields added via the textme_sms_form_fields action hook now have a dedicated Save button and AJAX handler; data is saved to textme_sms_option for full backward compatibility with theme extensions

2.0.2

  • Fix: WooCommerce SMS templates with v1-style tags ([first name], [last name], [order number] with spaces) were sent with unreplaced literal tags after migration — backward-compatible aliases added
  • Fix: [order_status], [ship_num], and [shipping_number] tags were shown in the admin tag picker but never replaced in outgoing SMS messages
  • Fix: [ship_num] and [shipping_number] now correctly read from ShipOS (wc-shipos-delivery) order meta using the actual delivery_number field
  • Fix: Carriage return characters (\r) from textarea form submissions were appearing as in received SMS messages
  • Fix: TEXTME_SMS_VERSION constant was out of sync with plugin header version

2.0.1

Architecture

  • Complete plugin rewrite with a modular, class-based architecture
  • Each feature now stores its own settings separately — no more shared flat options array
  • New top-level admin menu replacing the nested Settings page
  • Built-in migration tool to carry all v1.x settings forward to v2.0.0 automatically
  • PHP 7.4+ and WordPress 5.2+ now required

WooCommerce

  • Independent customer and admin SMS toggles per order event
  • Added pending payment SMS notifications (customer and admin)
  • Added support for custom order statuses with individual SMS messages
  • Added customer note SMS (send from the WooCommerce order note field)
  • Added option to save customer phone number to address book on order

Out of Stock Notifications (new)

  • Customers can subscribe to restock alerts directly from the product page
  • Optional name, email, and terms & conditions fields on the subscription form
  • Admin reports page with Pending and Sent tabs showing all subscribers
  • Bulk SMS — notify all waiting subscribers in one click when stock returns

User Registration Coupon (new)

  • Generate a unique WooCommerce coupon automatically on new user registration
  • Send the coupon code to the customer via SMS
  • Configurable discount type, amount, and coupon code length

Login Security (new)

  • Admin OTP / 2FA — intercepts wp-login.php and requires SMS verification before granting admin access
  • [textme_login_form] shortcode — custom login form with username, password, and SMS OTP step
  • [textme_phone_login] shortcode — passwordless login using phone number and SMS OTP
  • Configurable max OTP attempts, resend cooldown, and fallback phone meta field
  • International phone number support

Balance Monitoring (new)

  • Daily cron job checks your TextMe account balance
  • Sends an email alert to the site admin when balance drops below a configurable threshold

Reports & Logging (new)

  • API call log viewer in the admin — shows phone, message preview, status, and HTTP code
  • Enable/disable logging toggle — disabled by default
  • Clear all logs button
  • Logs auto-pruned after 90 days (configurable)

Admin & UX

  • Test SMS sending directly from the settings page with live response display
  • Connection status indicator in the settings header
  • Copy-on-click shortcode helper
  • Fully responsive admin design

Internationalization

  • Full Hebrew translation included
  • All JavaScript strings localized

Security

  • Session cookies hardened with Secure, HttpOnly, and SameSite=Strict flags
  • Session ID regenerated after every successful OTP login to prevent session fixation
  • Brute-force protection on credential login (5 attempts per 15 minutes)
  • XXE vulnerability patched in legacy XML API parser
  • Open redirect blocked — shortcode redirect attribute restricted to same-site URLs
  • SSL verification explicitly enforced on all outbound API calls
  • Generic error messages on phone lookup to prevent user enumeration
  • Plugin options set to autoload=false — settings not loaded on front-end pages that don’t use them

1.0.0

  • Initial release