SMS Notifications
Configure automatic SMS notifications for WordPress events and user actions.
WSMS can automatically send SMS notifications for various WordPress events. This guide covers all notification types and how to configure them.
Overview
Notifications can be triggered by:
- User registrations
- Password changes
- New posts/pages
- Comments
- WooCommerce orders
- Custom events
Accessing Notification Settings
- Go to SMS → Notifications in your WordPress admin
- You’ll see tabs for different notification categories
User Notifications
New User Registration
Notify users when they register:
- Enable “New User Registration” notification
- Customize the message template:
Welcome to {site_name}! Your username is {user_login}.
Login at: {site_url}
Password Reset
Send SMS when users reset their password:
Hi {user_name}, your password has been reset successfully.
If you didn't request this, contact support immediately.
Admin Notifications
Alert administrators about important events:
New User Alert
New user registered: {user_login} ({user_email})
Registration time: {date_time}
New Comment Alert
New comment on "{post_title}" by {comment_author}.
View: {comment_link}
WooCommerce Notifications
For WooCommerce stores:
Order Confirmation
Order #{order_id} confirmed!
Total: {order_total}
We'll notify you when it ships.
Shipping Update
Good news! Order #{order_id} has shipped.
Tracking: {tracking_number}
Template Variables
Use these placeholders in your messages:
| Variable | Description |
|---|---|
{user_name} | User’s display name |
{user_login} | Username |
{user_email} | User’s email |
{site_name} | Your site name |
{site_url} | Your site URL |
{date_time} | Current date/time |
Best Practices
- Keep messages short - SMS has 160 character limit
- Be clear - State the action and any next steps
- Include opt-out - For marketing messages
- Test thoroughly - Before enabling in production
Next Steps
Last updated: December 28, 2025