Tag

SMS

0 views collected around this technical thread.

macrozheng
macrozheng
Jan 5, 2024 · Backend Development

Build a Mini SMS Platform: Architecture, Code Walkthrough, and Deployment

This article introduces a lightweight, open‑source SMS platform built with SpringBoot and Vue, explains its server‑side architecture, provides step‑by‑step deployment instructions, and demonstrates how to send templated messages using a simple Java SDK.

JavaMicroservicesSDK
0 likes · 11 min read
Build a Mini SMS Platform: Architecture, Code Walkthrough, and Deployment
HomeTech
HomeTech
Sep 27, 2023 · Backend Development

Design and Evolution of a High‑Availability SMS Platform at AutoHome

This article details the architectural evolution, high‑availability strategies, fault‑monitoring mechanisms, and performance optimizations of AutoHome's enterprise SMS platform, covering its migration from .Net to Java, service decomposition with Kafka, multi‑datacenter deployment, and operational safeguards for large‑scale events.

High AvailabilityKafkaOperations
0 likes · 9 min read
Design and Evolution of a High‑Availability SMS Platform at AutoHome
php中文网 Courses
php中文网 Courses
Aug 29, 2023 · Backend Development

Implementing Phone Verification Login with PHP

This article explains how to implement a phone‑verification login system using PHP, covering front‑end page design, AJAX‑based code sending, and server‑side validation with example code snippets for HTML, JavaScript, and PHP integration.

AJAXBackend DevelopmentPHP
0 likes · 6 min read
Implementing Phone Verification Login with PHP
Test Development Learning Exchange
Test Development Learning Exchange
May 17, 2023 · Backend Development

Implementing SMS Verification Code with Python and Tencent Cloud SMS SDK

This tutorial explains how to set up phone‑number verification by installing the Tencent Cloud SMS SDK, configuring an application, applying for a signature and template, and writing a Python class that generates a six‑digit code and sends it via the cloud SMS service.

SMSTencent Cloudbackend
0 likes · 6 min read
Implementing SMS Verification Code with Python and Tencent Cloud SMS SDK
php中文网 Courses
php中文网 Courses
May 7, 2023 · Backend Development

Integrating Alibaba Cloud SMS Service with ThinkPHP6

This guide explains how to set up Alibaba Cloud SMS, configure the required Access Key ID and Secret, install the SDK, and use ThinkPHP6 to call the SMS API with sample PHP code, highlighting the steps and placeholders that must be replaced with your own credentials.

APIAlibaba CloudIntegration
0 likes · 4 min read
Integrating Alibaba Cloud SMS Service with ThinkPHP6
Laravel Tech Community
Laravel Tech Community
Jan 30, 2023 · Backend Development

Sliding Window SMS Sending Rate Limiting Algorithm in PHP with Redis

This article explains two sliding‑window rate‑limiting methods for SMS sending—one based on IP address and another on phone number—and provides a complete PHP implementation using Redis sorted sets to enforce per‑minute, per‑10‑minute, and per‑hour limits.

PHPRedisSMS
0 likes · 3 min read
Sliding Window SMS Sending Rate Limiting Algorithm in PHP with Redis
Inke Technology
Inke Technology
Dec 19, 2022 · Backend Development

How to Build a Highly Available, Stable, and Observable SMS Service

This article explains how to design a high‑availability SMS system by identifying stability bottlenecks, defining reliability goals, implementing failover strategies for Redis, MySQL and external services, establishing a comprehensive observability framework, and measuring key quality metrics to ensure 99.99% uptime.

FailoverHigh AvailabilitySMS
0 likes · 11 min read
How to Build a Highly Available, Stable, and Observable SMS Service
JD Tech Talk
JD Tech Talk
Dec 14, 2022 · Mobile Development

User Reach Strategies in JD Finance App: SMS, Push, In‑App Banners, and Widgets

This article explains the JD Finance team's practical approaches to user reach—including SMS, push notifications, in‑app banners, and Android widgets—detailing implementation steps, common issues, and troubleshooting methods to improve activation, retention, and conversion rates.

Mobile DevelopmentSMSandroid app links
0 likes · 21 min read
User Reach Strategies in JD Finance App: SMS, Push, In‑App Banners, and Widgets
Practical DevOps Architecture
Practical DevOps Architecture
Aug 10, 2022 · Backend Development

Backend Development Course Outline and Video Modules

This document provides a detailed syllabus of a backend development course, outlining video modules covering project overview, environment setup, Redis usage, backend management services, SMS receiving and sending services, distributed locks, and related resources, along with promotional notes.

Distributed LockJavaRedis
0 likes · 7 min read
Backend Development Course Outline and Video Modules
YunZhu Net Technology Team
YunZhu Net Technology Team
Nov 18, 2021 · Backend Development

Unified Messaging Center (UMC) Overview: Channels, Features, and Application Scenarios

The article introduces the Unified Messaging Center (UMC), a comprehensive enterprise message management system that supports multiple channels such as app push, TPNS, SMS, email, WeChat, and DingTalk, detailing each channel's features, usage scenarios, and integration considerations.

Backend integrationEmailMessage Delivery
0 likes · 15 min read
Unified Messaging Center (UMC) Overview: Channels, Features, and Application Scenarios
php中文网 Courses
php中文网 Courses
Feb 28, 2021 · Backend Development

Laravel SMS Luosimao Service Fails to Send SMS Due to HTTP/HTTPS URL Mismatch

When using the laravel-sms extension with Luosimao, SMS sending fails because the package uses an HTTPS endpoint while the official documentation specifies HTTP, and correcting the URL in the LuosimaoAgent.php file resolves the issue.

LaravelLuosimaoPHP
0 likes · 2 min read
Laravel SMS Luosimao Service Fails to Send SMS Due to HTTP/HTTPS URL Mismatch
php中文网 Courses
php中文网 Courses
Feb 23, 2021 · Backend Development

Implementing a Daily Birthday SMS Notification Command in ThinkPHP

This guide walks through creating a ThinkPHP command that sends birthday SMS messages each day, detailing folder setup, PHP code, command registration, and crontab scheduling with testing instructions.

CommandSMSThinkPHP
0 likes · 3 min read
Implementing a Daily Birthday SMS Notification Command in ThinkPHP
php中文网 Courses
php中文网 Courses
Nov 5, 2020 · Backend Development

How to Integrate Tencent Cloud SMS Service in PHP

This guide walks through enabling Tencent Cloud SMS, downloading the PHP SDK, placing required files, importing classes in a controller, creating an application and template in the console, and finally sending a test message after adding the phone number to the whitelist.

PHPSMSTencent Cloud
0 likes · 2 min read
How to Integrate Tencent Cloud SMS Service in PHP
macrozheng
macrozheng
Nov 5, 2020 · Backend Development

Build Your Own Spring Boot Starter for SMS Integration – Step‑by‑Step Guide

This article walks you through creating a custom Spring Boot starter for SMS services, covering naming conventions, Maven dependencies, configuration properties, auto‑configuration, sender implementations, activation methods, packaging, and usage with practical code examples and diagrams.

Auto‑ConfigurationJavaSMS
0 likes · 12 min read
Build Your Own Spring Boot Starter for SMS Integration – Step‑by‑Step Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jul 25, 2019 · Backend Development

Implementing SMS Verification with Tencent Cloud SDK in Python

This tutorial explains how to set up a Python environment, configure a Tencent Cloud SMS application, obtain the required appid and appkey, create message templates and signatures, and implement a reusable Captcha class that generates verification codes and sends them via the Tencent Cloud SDK.

PythonSDKSMS
0 likes · 6 min read
Implementing SMS Verification with Tencent Cloud SDK in Python