Title: Alpha SMS
Author: alphanetbd
Published: <strong>2021년 11월 11일</strong>
Last modified: 2026년 7월 19일

---

플러그인 검색

![](https://ps.w.org/alpha-sms/assets/banner-772x250.png?rev=2627863)

![](https://ps.w.org/alpha-sms/assets/icon-256x256.png?rev=2627862)

# Alpha SMS

 작성자: [alphanetbd](https://profiles.wordpress.org/alphanetbd/)

[다운로드](https://downloads.wordpress.org/plugin/alpha-sms.1.0.19.zip)

 * [세부사항](https://ko.wordpress.org/plugins/alpha-sms/#description)
 * [평가](https://ko.wordpress.org/plugins/alpha-sms/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/alpha-sms/#installation)
 * [개발](https://ko.wordpress.org/plugins/alpha-sms/#developers)

 [지원](https://wordpress.org/support/plugin/alpha-sms/)

## 설명

#### Overview

Alpha SMS makes it easy to add SMS-based two-factor authentication and transactional
notifications to your WordPress site. Replace unreliable email-based logins with
one-time passwords, confirm customer phone numbers during registration, and keep
shoppers updated with automated WooCommerce order status messages that are verified
in order notes.

#### Key Features

 * OTP verification for WordPress and WooCommerce registration and login forms.
 * WooCommerce order status notifications for customers and administrators, including
   custom statuses registered in WooCommerce.
 * Bulk SMS campaign tool for WordPress and WooCommerce users or custom phone lists.
 * Message templates that can be tailored directly from the WordPress admin.
 * Built specifically for Bangladeshi mobile operators using the Alpha SMS gateway.

#### How It Works

 1. A user submits a supported form (registration, login, or checkout).
 2. Alpha SMS sends a one-time password (OTP) to the provided Bangladeshi mobile number.
 3. The OTP is validated before the registration, login, or checkout process is completed.
 4. WooCommerce stores can optionally send transactional order notifications to customers
    and administrators.

#### Requirements

 * An active Alpha SMS account and API key from https://sms.net.bd/.
 * WooCommerce 3.0+ for eCommerce-specific features (optional for OTP-only usage).

## 스크린샷

[⌊Configuration settings for the plugin.⌉⌊Configuration settings for the plugin.⌉[

Configuration settings for the plugin.

[⌊Campaign form for sending bulk SMS.⌉⌊Campaign form for sending bulk SMS.⌉[

Campaign form for sending bulk SMS.

## 설치

#### From your WordPress dashboard

 1. Visit `Plugins > Add New`.
 2. Search for `Alpha SMS`, then install the plugin.
 3. Activate the plugin from your Plugins page.
 4. Navigate to `Alpha SMS` in the WordPress admin menu and add your API credentials.
 5. Enable OTP flows, WooCommerce notifications, or campaigns as needed.

## FAQ

### Which forms are supported right now?

Alpha SMS currently works with the default WordPress registration form, the WordPress
login form, the WooCommerce registration form, the WooCommerce checkout form, and
the WooCommerce login form.

### Do I need an Alpha SMS account?

Yes. You must have an Alpha SMS account with available credits in order to send 
OTPs and notifications. Enter your API key and token in the plugin settings to connect
your site.

### Does the plugin work without WooCommerce?

Yes. OTP verification for WordPress and WooCommerce registration and login works
independently of WooCommerce. OTP data is stored with WordPress transients, so WooCommerce
sessions are not required. WooCommerce is only needed if you want order notifications
or checkout verification.

## 후기

![](https://secure.gravatar.com/avatar/567effd16575f825859d8b876c60ba334ce4b76ae5e546fe16737fe4a2753b60?
s=60&d=retro&r=g)

### 󠀁[GOOD](https://wordpress.org/support/topic/good-7938/)󠁿

 [alamgir125198](https://profiles.wordpress.org/alamgir125198/) 2023년 4월 28일

Great plug-in from a great company.The support is fast and fantastic! even for the
free version!

![](https://secure.gravatar.com/avatar/ac80afa35044b9efa82289469aee053796f61e1ab645eae4ea9cf4b1aa214dc3?
s=60&d=retro&r=g)

### 󠀁[Good](https://wordpress.org/support/topic/good-6882/)󠁿

 [mithunchandra](https://profiles.wordpress.org/mithunchandra/) 2021년 11월 16일

Working Great. 100% Bug-free clean code.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/alpha-sms/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ alphanetbd ](https://profiles.wordpress.org/alphanetbd/)
 *   [ mdriazwd ](https://profiles.wordpress.org/mdriazwd/)

[자국어로 “Alpha SMS”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/alpha-sms)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/alpha-sms/)는, [SVN 저장소](https://plugins.svn.wordpress.org/alpha-sms/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/alpha-sms/)을
[RSS](https://plugins.trac.wordpress.org/log/alpha-sms/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.19

 * Fixed OTP forms not initializing on WooCommerce login and registration pages 
   when jQuery is deferred by the theme or optimization plugins.
 * Wrapped public JavaScript in a jQuery IIFE to prevent global scope pollution 
   and conflicts with other plugins.
 * Moved public script to load in the footer to guarantee jQuery availability.
 * Fixed form traversal using .closest() instead of .parent() so OTP event handlers
   bind correctly regardless of DOM nesting.
 * Fixed XSS vulnerability in error and success message rendering by using safe 
   DOM element creation instead of raw HTML injection.

#### 1.0.18

 * Added support for customer SMS templates on custom WooCommerce order statuses
   exposed through WooCommerce runtime status registration.
 * Trimmed Sender ID before saving so whitespace-only values are stored as empty.
 * Refreshed WooCommerce customer notification settings to render status templates
   dynamically.

#### 1.0.17

 * Save verified registration phone numbers to user profile metadata for OTP login
   reuse.
 * Scope registration nonce checks to form POSTs so user meta sync runs on hook 
   calls.

#### 1.0.13

 * Added a background processor so campaign SMS messages are queued individually
   and sent by scheduled jobs.
 * Aggregated campaign job results into concise admin notices that highlight failed
   numbers and the most recent error.

#### 1.0.11

 * Updated the WooCommerce checkout OTP workflow to clone whichever submit button
   is present instead of relying on the `#place_order` ID so guest checkout themes
   remain compatible.
 * Simplified OTP storage to rely solely on WordPress transients instead of WooCommerce
   sessions.
 * Added a WordPress transient-based OTP fallback for sites without WooCommerce 
   while removing the unused session bootstrapper.
 * Refreshed plugin documentation and guidance in the readme.
 * Added a guest checkout OTP rate limit of four requests per fifteen minutes to
   prevent abuse.
 * Streamlined the checkout JavaScript so the OTP trigger is easier to follow while
   still mirroring the theme’s button styling.

#### 1.0.4

 * Separated messages for order status changes.

#### 1.0.2

 * Order SMS notification fixes.

#### 1.0.1

 * Fixed WooCommerce registration issue.

#### 1.0.0

 * First version of the plugin.

## 기초

 *  버전 **1.0.19**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **200+**
 *  워드프레스 버전 ** 3.5 또는 그 이상 **
 *  다음까지 시험됨: **6.9.7**
 *  PHP 버전 ** 5.6 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/alpha-sms/)
 * 태그:
 * [order notification](https://ko.wordpress.org/plugins/tags/order-notification/)
   [OTP Verification](https://ko.wordpress.org/plugins/tags/otp-verification/)[sms gateway](https://ko.wordpress.org/plugins/tags/sms-gateway/)
   [two step verification](https://ko.wordpress.org/plugins/tags/two-step-verification/)
   [woocommerce sms integration](https://ko.wordpress.org/plugins/tags/woocommerce-sms-integration/)
 *  [고급 보기](https://ko.wordpress.org/plugins/alpha-sms/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/alpha-sms/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/alpha-sms/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/alpha-sms/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/alpha-sms/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/alpha-sms/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/alpha-sms/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/alpha-sms/reviews/)

## 기여자

 *   [ alphanetbd ](https://profiles.wordpress.org/alphanetbd/)
 *   [ mdriazwd ](https://profiles.wordpress.org/mdriazwd/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/alpha-sms/)