WP SMS – Notification and SMS Messaging for WordPress
This plugin adds the ability to send SMS to your WordPress through more than 200 SMS gateways, such as Twilio, Plivo, Clickatell, BulkSMS, Infobip, Vonage (Nexmo), Clockworksms, Messagebird, Click send and much more!
Use WP SMS to:
– Keep customers updated on WooCommerce orders
– Collect subscribers with SMS newsletter forms
– Secure logins with OTP & 2FA
– Alert admins about new users, logins, or updates
– Run marketing campaigns with scheduled or bulk SMS
Top Features
- Send SMS/MMS: Send messages via 300+ gateways, including Twilio, WhatsApp, and Clickatell.
- WooCommerce & Forms Ready: Works with WooCommerce, GravityForms, Contact Form 7, Ninja Forms, Formidable, Elementor, and more.
- OTP & 2FA: Add extra login security with one-time passwords and two-factor authentication.
- Mobile Login: Let users log in with their mobile number.
- Admin Alerts: Get notified when new users register, posts are published, or WordPress updates are available.
- Newsletters & Widgets: Build SMS newsletter forms with shortcodes, widgets, or Gutenberg blocks.
- Two-Way SMS (All-in-One): Receive and reply to SMS messages inside WordPress.
- Bulk & Scheduled SMS: Send to thousands of numbers at once, immediately or on schedule.
- Zapier Integration: Connect WP SMS with 5,000+ apps.
- Messaging Button: Let visitors reach you instantly via SMS, WhatsApp, or Telegram.
- GDPR Compliant: Built with privacy and compliance in mind.
Send SMS by PHP:
$to[] = '01000000000';
$msg = "Hello World!";
wp_sms_send( $to, $msg );
Send MMS:
$mediaUrls[] = 'https://yoursite.com/image.png';
wp_sms_send( $to, $msg, false, false, $mediaUrls );
Installation:
Extract the contents of the zip file into your /wp-content/plugins/
directory
Activate the plugin through the ‘Plugins’ menu in WordPress